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

Packages that use Solid
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
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
 

Uses of Solid in org.geotools.geometry
 

Methods in org.geotools.geometry that return Solid
 Solid GeometryBuilder.createSolid(SolidBoundary boundary)
           
 

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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.