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

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

Methods in org.geotools.geometry that return CompositeCurve
 CompositeCurve GeometryBuilder.createCompositeCurve(List generator)
           
 

Uses of CompositeCurve in org.opengis.geometry.complex
 

Methods in org.opengis.geometry.complex that return CompositeCurve
 CompositeCurve ComplexFactory.createCompositeCurve(List<OrientableCurve> generator)
          Creates a composite curve from a list of orientable curves.
 

Uses of CompositeCurve in org.opengis.geometry.primitive
 

Subinterfaces of CompositeCurve in org.opengis.geometry.primitive
 interface Ring
          Represent a single connected component of a surface boundary.
 

Methods in org.opengis.geometry.primitive that return CompositeCurve
 CompositeCurve OrientableCurve.getComposite()
          Returns the owner of this orientable curve.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.