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
Subclasses with type arguments of type MetadataBuilder.GridType in org.apache.sis.internal.storageModifier and TypeClassDescriptionstatic enumThe type of grid spatial representation (georectified, georeferenceable or unspecified).Fields in org.apache.sis.internal.storage declared as MetadataBuilder.GridTypeModifier and TypeFieldDescriptionprivate MetadataBuilder.GridTypeMetadataBuilder.gridTypeWhether the next grid should be an instance ofDefaultGeorectifiedorDefaultGeoreferenceable.Methods in org.apache.sis.internal.storage that return MetadataBuilder.GridTypeModifier and TypeMethodDescriptionstatic MetadataBuilder.GridTypeReturns 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 voidMetadataBuilder.newGridRepresentation(MetadataBuilder.GridType type) Commits all pending information under the metadata "spatial representation" node (dimensions, etc).