Uses of Interface
org.opengis.geometry.complex.CompositeSurface

Packages that use CompositeSurface
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 CompositeSurface in org.geotools.geometry
 

Methods in org.geotools.geometry that return CompositeSurface
 CompositeSurface GeometryBuilder.createCompositeSurface(List generator)
           
 

Uses of CompositeSurface in org.opengis.geometry.complex
 

Methods in org.opengis.geometry.complex that return CompositeSurface
 CompositeSurface ComplexFactory.createCompositeSurface(List<OrientableSurface> generator)
          Creates a composite surface from a list of orientable surfaces.
 

Uses of CompositeSurface in org.opengis.geometry.primitive
 

Subinterfaces of CompositeSurface in org.opengis.geometry.primitive
 interface Shell
          Represents a single connected component of a solid boundary.
 

Methods in org.opengis.geometry.primitive that return CompositeSurface
 CompositeSurface OrientableSurface.getComposite()
          Returns the owner of this orientable surface.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.