Uses of Class
org.apache.sis.metadata.iso.spatial.DefaultGridSpatialRepresentation
Packages that use DefaultGridSpatialRepresentation
Package
Description
Extends some classes from
org.apache.sis.metadata.iso
packages in order to give them
the name used by imagery extensions (ISO 19115-2).Utility classes for the implementation of SIS storage classes.
Information about the mechanisms (grid or vector) used to represent spatial data.
-
Uses of DefaultGridSpatialRepresentation in org.apache.sis.internal.jaxb.gmi
Subclasses of DefaultGridSpatialRepresentation in org.apache.sis.internal.jaxb.gmiModifier and TypeClassDescriptionclass
A wrapper for a metadata using the"gmi"
namespace.class
A wrapper for a metadata using the"gmi"
namespace. -
Uses of DefaultGridSpatialRepresentation in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultGridSpatialRepresentationModifier and TypeFieldDescriptionprivate DefaultGridSpatialRepresentation
MetadataBuilder.gridRepresentation
Information about the grid shape, ornull
if none.Methods in org.apache.sis.internal.storage that return DefaultGridSpatialRepresentationModifier and TypeMethodDescriptionprivate DefaultGridSpatialRepresentation
MetadataBuilder.gridRepresentation()
Creates a grid representation object if it does not already exists, then returns it. -
Uses of DefaultGridSpatialRepresentation in org.apache.sis.metadata.iso.spatial
Subclasses of DefaultGridSpatialRepresentation in org.apache.sis.metadata.iso.spatialModifier and TypeClassDescriptionclass
Grid whose cells are regularly spaced in a geographic or projected coordinate reference system.class
Grid with cells irregularly spaced in any given geographic/map projection coordinate reference system.Methods in org.apache.sis.metadata.iso.spatial that return DefaultGridSpatialRepresentationModifier and TypeMethodDescriptionDefaultGridSpatialRepresentation.castOrCopy
(org.opengis.metadata.spatial.GridSpatialRepresentation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.