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

Packages that use SolidBoundary
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
 

Uses of SolidBoundary in org.geotools.geometry
 

Methods in org.geotools.geometry with parameters of type SolidBoundary
 Solid GeometryBuilder.createSolid(SolidBoundary boundary)
           
 

Uses of SolidBoundary in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return SolidBoundary
 SolidBoundary Solid.getBoundary()
          Returns a sequence of sets of surfaces that limit the extent of this Solid.
 

Methods in org.opengis.geometry.primitive with parameters of type SolidBoundary
 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.