Uses of Class
org.apache.sis.metadata.iso.spatial.AbstractSpatialRepresentation
Packages that use AbstractSpatialRepresentation
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).JAXB adapters for metadata.
Information about the mechanisms (grid or vector) used to represent spatial data.
-
Uses of AbstractSpatialRepresentation in org.apache.sis.internal.jaxb.gmi
Subclasses of AbstractSpatialRepresentation in org.apache.sis.internal.jaxb.gmiModifier and TypeClassDescriptionclassA wrapper for a metadata using the"gmi"namespace.classA wrapper for a metadata using the"gmi"namespace. -
Uses of AbstractSpatialRepresentation in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return AbstractSpatialRepresentationModifier and TypeMethodDescriptionMD_SpatialRepresentation.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<msr:MD_SpatialRepresentation>XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type AbstractSpatialRepresentationModifier and TypeMethodDescriptionvoidMD_SpatialRepresentation.setElement(AbstractSpatialRepresentation value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractSpatialRepresentation in org.apache.sis.metadata.iso.spatial
Subclasses of AbstractSpatialRepresentation in org.apache.sis.metadata.iso.spatialModifier and TypeClassDescriptionclassGrid whose cells are regularly spaced in a geographic or projected coordinate reference system.classGrid with cells irregularly spaced in any given geographic/map projection coordinate reference system.classMethod used to represent geographic information in the dataset.classInformation about the vector spatial objects in the dataset.Methods in org.apache.sis.metadata.iso.spatial that return AbstractSpatialRepresentationModifier and TypeMethodDescriptionAbstractSpatialRepresentation.castOrCopy(org.opengis.metadata.spatial.SpatialRepresentation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.