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

Packages that use OrientableCurve
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.opengis.geometry.aggregate Aggregations of geometric objects. 
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 OrientableCurve in org.geotools.geometry
 

Methods in org.geotools.geometry with parameters of type OrientableCurve
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(OrientableCurve curve)
           
 

Method parameters in org.geotools.geometry with type arguments of type OrientableCurve
 Ring GeometryBuilder.createRing(List<OrientableCurve> orientableCurves)
           
 

Uses of OrientableCurve in org.opengis.geometry.aggregate
 

Methods in org.opengis.geometry.aggregate that return types with arguments of type OrientableCurve
 Set<OrientableCurve> MultiCurve.getElements()
          Returns the set containing the orientable curves that compose this MultiCurve.
 

Method parameters in org.opengis.geometry.aggregate with type arguments of type OrientableCurve
 MultiCurve AggregateFactory.createMultiCurve(Set<OrientableCurve> curves)
          Creates a multi curve by a set of curves.
 

Uses of OrientableCurve in org.opengis.geometry.complex
 

Subinterfaces of OrientableCurve in org.opengis.geometry.complex
 interface CompositeCurve
          A complex with all the geometric properties of a curve.
 

Methods in org.opengis.geometry.complex that return types with arguments of type OrientableCurve
 List<OrientableCurve> CompositeCurve.getGenerators()
          Returns the list of orientable curves in this composite.
 

Method parameters in org.opengis.geometry.complex with type arguments of type OrientableCurve
 CompositeCurve ComplexFactory.createCompositeCurve(List<OrientableCurve> generator)
          Creates a composite curve from a list of orientable curves.
 

Uses of OrientableCurve in org.opengis.geometry.primitive
 

Subinterfaces of OrientableCurve in org.opengis.geometry.primitive
 interface Curve
          Curve with a positive orientation.
 interface Ring
          Represent a single connected component of a surface boundary.
 

Methods in org.opengis.geometry.primitive that return OrientableCurve
 OrientableCurve[] Curve.getProxy()
          Returns the orientable curves associated with this curve.
 

Method parameters in org.opengis.geometry.primitive with type arguments of type OrientableCurve
 Ring PrimitiveFactory.createRing(List<OrientableCurve> curves)
          Constructs a ring out of its component curves.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.