Uses of Interface
org.opengis.metadata.spatial.SpatialRepresentation
Packages that use SpatialRepresentation
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information about data quality, accuracy and consistency of a dataset.
Information about the mechanisms (grid or vector) used to represent spatial data.
Root package for metadata.
Spatial representation information
(includes grid and vector representation).
-
Uses of SpatialRepresentation in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type SpatialRepresentationModifier and TypeMethodDescriptionDefaultMetadata.getSpatialRepresentationInfo()Returns the digital representation of spatial information in the dataset.Method parameters in org.apache.sis.metadata.iso with type arguments of type SpatialRepresentationModifier and TypeMethodDescriptionvoidDefaultMetadata.setSpatialRepresentationInfo(Collection<? extends SpatialRepresentation> newValues) Sets the digital representation of spatial information in the dataset. -
Uses of SpatialRepresentation in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return SpatialRepresentationModifier and TypeMethodDescriptionDefaultCoverageResult.getResultSpatialRepresentation()Returns the digital representation of data quality measures composing the coverage result.Methods in org.apache.sis.metadata.iso.quality with parameters of type SpatialRepresentationModifier and TypeMethodDescriptionvoidDefaultCoverageResult.setResultSpatialRepresentation(SpatialRepresentation newValue) Sets the digital representation of data quality measures composing the coverage result. -
Uses of SpatialRepresentation in org.apache.sis.metadata.iso.spatial
Classes in org.apache.sis.metadata.iso.spatial that implement SpatialRepresentationModifier and TypeClassDescriptionclassMethod used to represent geographic information in the dataset.classGrid 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 with parameters of type SpatialRepresentationModifier and TypeMethodDescriptionAbstractSpatialRepresentation.castOrCopy(SpatialRepresentation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.spatial with parameters of type SpatialRepresentationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of SpatialRepresentation in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type SpatialRepresentationModifier and TypeMethodDescriptionCollection<? extends SpatialRepresentation> Metadata.getSpatialRepresentationInfo()Digital representation of spatial information in the dataset. -
Uses of SpatialRepresentation in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return SpatialRepresentationModifier and TypeMethodDescriptionCoverageResult.getResultSpatialRepresentation()Provides the digital representation of data quality measures composing the coverage result. -
Uses of SpatialRepresentation in org.opengis.metadata.spatial
Subinterfaces of SpatialRepresentation in org.opengis.metadata.spatialModifier and TypeInterfaceDescriptioninterfaceGrid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic.interfaceGrid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.interfaceBasic information required to uniquely identify a resource or resources.interfaceInformation about the vector spatial objects in the dataset.