Uses of Interface
org.opengis.geometry.primitive.Solid

Packages that use Solid
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.geometry.complex Set of primitive geometric objects whose interiors are disjoint. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
org.opengis.observation.sampling   
 

Uses of Solid in org.opengis.coverage
 

Methods in org.opengis.coverage that return types with arguments of type Solid
 DomainObject<Solid> SolidValuePair.getGeometry()
          The domain object that is a member of this geometry-value pair.
 

Uses of Solid in org.opengis.geometry.complex
 

Subinterfaces of Solid in org.opengis.geometry.complex
 interface CompositeSolid
          A complex with all the geometric properties of a solid.
 

Methods in org.opengis.geometry.complex that return types with arguments of type Solid
 Set<Solid> CompositeSolid.getGenerators()
          Returns the set of solids that form the core of this complex.
 

Uses of Solid in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return Solid
 Solid PrimitiveFactory.createSolid(SolidBoundary boundary)
          Constructs a solid by indicating its boundary as a collection of shells organized into a solid boundary.
 

Uses of Solid in org.opengis.observation.sampling
 

Methods in org.opengis.observation.sampling that return Solid
 Solid SamplingSolid.getShape()
          Geometry of the sampling solid.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.