Uses of Class
org.opengis.metadata.spatial.SpatialRepresentationType
Packages that use SpatialRepresentationType
Package
Description
Information to uniquely identify the data or service.
Information about data quality, accuracy and consistency of a dataset.
Identification information
(includes data and service identification).
Spatial representation information
(includes grid and vector representation).
-
Uses of SpatialRepresentationType in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type SpatialRepresentationTypeModifier and TypeMethodDescriptionAbstractIdentification.getSpatialRepresentationTypes()Returns the methods used to spatially represent geographic information.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type SpatialRepresentationTypeModifier and TypeMethodDescriptionvoidAbstractIdentification.setSpatialRepresentationTypes(Collection<? extends SpatialRepresentationType> newValues) Sets the method used to spatially represent geographic information. -
Uses of SpatialRepresentationType in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return SpatialRepresentationTypeModifier and TypeMethodDescriptionDefaultCoverageResult.getSpatialRepresentationType()Returns the method used to spatially represent the coverage result.Methods in org.apache.sis.metadata.iso.quality with parameters of type SpatialRepresentationTypeModifier and TypeMethodDescriptionvoidDefaultCoverageResult.setSpatialRepresentationType(SpatialRepresentationType newValue) Sets the method used to spatially represent the coverage result. -
Uses of SpatialRepresentationType in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type SpatialRepresentationTypeModifier and TypeMethodDescriptionDataIdentification.getSpatialRepresentationTypes()Method used to spatially represent geographic information. -
Uses of SpatialRepresentationType in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return SpatialRepresentationTypeModifier and TypeMethodDescriptionCoverageResult.getSpatialRepresentationType()Method used to spatially represent the coverage result. -
Uses of SpatialRepresentationType in org.opengis.metadata.spatial
Subclasses with type arguments of type SpatialRepresentationType in org.opengis.metadata.spatialModifier and TypeClassDescriptionfinal classMethod used to represent geographic information in the dataset.Fields in org.opengis.metadata.spatial declared as SpatialRepresentationTypeModifier and TypeFieldDescriptionstatic final SpatialRepresentationTypeSpatialRepresentationType.GRIDGrid data is used to represent geographic data.static final SpatialRepresentationTypeSpatialRepresentationType.STEREO_MODELThree-dimensional view formed by the intersecting homologous rays of an overlapping pair of images.static final SpatialRepresentationTypeSpatialRepresentationType.TEXT_TABLETextual or tabular data is used to represent geographic data.static final SpatialRepresentationTypeSpatialRepresentationType.TINTriangulated irregular network.static final SpatialRepresentationTypeSpatialRepresentationType.VECTORVector data is used to represent geographic data.static final SpatialRepresentationTypeSpatialRepresentationType.VIDEOScene from a video recording.Methods in org.opengis.metadata.spatial that return SpatialRepresentationTypeModifier and TypeMethodDescriptionSpatialRepresentationType.family()Returns the list of enumerations of the same kind as this enum.static SpatialRepresentationTypeReturns the spatial representation type that matches the given string, or returns a new one if none match it.static SpatialRepresentationType[]SpatialRepresentationType.values()Returns the list ofSpatialRepresentationTypes.