- GeoPointExtractor - Class in io.bigconnect.dw.image.metadata.utils
-
- GeoPointExtractor() - Constructor for class io.bigconnect.dw.image.metadata.utils.GeoPointExtractor
-
- getAsJSON(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.LeftoverMetadataExtractor
-
- getDateDefault(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.DateExtractor
-
Checks the metadata directories in order until the date is found.
- getGeoPoint(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.GeoPointExtractor
-
- getHeightViaBufferedImage(File) - Static method in class io.bigconnect.dw.image.metadata.utils.DimensionsExtractor
-
Get the height of the image file by loading the file as a buffered image.
- getHeightViaMetadata(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.DimensionsExtractor
-
Checks the metadata directories in order until the height is found.
- getImageHeading(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.HeadingExtractor
-
- getMake(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.MakeExtractor
-
Checks the metadata directories in order until the make is found.
- getModel(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.ModelExtractor
-
Checks the metadata directories in order until the model is found.
- getWidthViaBufferedImage(File) - Static method in class io.bigconnect.dw.image.metadata.utils.DimensionsExtractor
-
Get the width of the image file by loading the file as a buffered image.
- getWidthViaMetadata(Metadata) - Static method in class io.bigconnect.dw.image.metadata.utils.DimensionsExtractor
-
Checks the metadata directories in order until the width is found.