Uses of Interface
org.opengis.metadata.spatial.GeometricObjects
Packages that use GeometricObjects
Package
Description
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of GeometricObjects in org.apache.sis.metadata.iso.spatial
Classes in org.apache.sis.metadata.iso.spatial that implement GeometricObjectsModifier and TypeClassDescriptionclassNumber of objects, listed by geometric object type, used in the dataset.Methods in org.apache.sis.metadata.iso.spatial that return types with arguments of type GeometricObjectsModifier and TypeMethodDescriptionDefaultVectorSpatialRepresentation.getGeometricObjects()Returns information about the geometric objects used in the dataset.Methods in org.apache.sis.metadata.iso.spatial with parameters of type GeometricObjectsModifier and TypeMethodDescriptionstatic DefaultGeometricObjectsDefaultGeometricObjects.castOrCopy(GeometricObjects object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.spatial with type arguments of type GeometricObjectsModifier and TypeMethodDescriptionvoidDefaultVectorSpatialRepresentation.setGeometricObjects(Collection<? extends GeometricObjects> newValues) Sets information about the geometric objects used in the dataset.Constructors in org.apache.sis.metadata.iso.spatial with parameters of type GeometricObjectsModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of GeometricObjects in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return types with arguments of type GeometricObjectsModifier and TypeMethodDescriptionCollection<? extends GeometricObjects> VectorSpatialRepresentation.getGeometricObjects()Information about the geometric objects used in the dataset.