Uses of Enum
org.apache.sis.internal.storage.MetadataBuilder.GridType
Packages that use MetadataBuilder.GridType
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of MetadataBuilder.GridType in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as MetadataBuilder.GridTypeModifier and TypeFieldDescriptionprivate MetadataBuilder.GridType
MetadataBuilder.gridType
Whether the next grid should be an instance ofDefaultGeorectified
orDefaultGeoreferenceable
.Methods in org.apache.sis.internal.storage that return MetadataBuilder.GridTypeModifier and TypeMethodDescriptionstatic MetadataBuilder.GridType
Returns the enum constant of this type with the specified name.static MetadataBuilder.GridType[]
MetadataBuilder.GridType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.storage with parameters of type MetadataBuilder.GridTypeModifier and TypeMethodDescriptionfinal void
MetadataBuilder.newGridRepresentation
(MetadataBuilder.GridType type) Commits all pending information under the metadata "spatial representation" node (dimensions, etc).