Uses of Enum Class
org.apache.sis.storage.geotiff.FormatModifier
Packages that use FormatModifier
Package
Description
A data store that can read and write GeoTIFF files as grid coverages.
-
Uses of FormatModifier in org.apache.sis.storage.geotiff
Subclasses with type arguments of type FormatModifier in org.apache.sis.storage.geotiffModifier and TypeClassDescriptionenum
Characteristics of the GeoTIFF file to write.Methods in org.apache.sis.storage.geotiff that return FormatModifierModifier and TypeMethodDescriptionstatic FormatModifier
Returns the enum constant of this class with the specified name.static FormatModifier[]
FormatModifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.storage.geotiff that return types with arguments of type FormatModifierModifier and TypeMethodDescriptionGeoTiffStore.getModifiers()
Returns the modifiers (BigTIFF, COG…) of this data store.