Uses of Interface
org.opengis.metadata.spatial.GeometricObjects

Packages that use GeometricObjects
org.geotools.metadata.iso.spatial Spatial representation implementation. 
org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). 
 

Uses of GeometricObjects in org.geotools.metadata.iso.spatial
 

Classes in org.geotools.metadata.iso.spatial that implement GeometricObjects
 class GeometricObjectsImpl
          Number of objects, listed by geometric object type, used in the dataset.
 

Methods in org.geotools.metadata.iso.spatial that return types with arguments of type GeometricObjects
 Collection<GeometricObjects> VectorSpatialRepresentationImpl.getGeometricObjects()
          Information about the geometric objects used in the dataset.
 

Method parameters in org.geotools.metadata.iso.spatial with type arguments of type GeometricObjects
 void VectorSpatialRepresentationImpl.setGeometricObjects(Collection<? extends GeometricObjects> newValues)
          Set information about the geometric objects used in the dataset.
 

Constructors in org.geotools.metadata.iso.spatial with parameters of type GeometricObjects
GeometricObjectsImpl(GeometricObjects source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of GeometricObjects in org.opengis.metadata.spatial
 

Methods in org.opengis.metadata.spatial that return types with arguments of type GeometricObjects
 Collection<? extends GeometricObjects> VectorSpatialRepresentation.getGeometricObjects()
          Information about the geometric objects used in the dataset.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.