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

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

Uses of Curve in org.geotools.geometry
 

Methods in org.geotools.geometry that return Curve
 Curve GeometryBuilder.createCurve(List segments)
           
 Curve GeometryBuilder.createCurve(PointArray points)
           
 

Uses of Curve in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return Curve
 Curve ParametricCurveSurface.horizontalCurve(double t)
          Constructs a curve that traverses the surface horizontally with respect to the parameter s.
 Curve ParametricCurveSurface.verticalCurve(double s)
          Constructs a curve that traverses the surface vertically with respect to the parameter t.
 

Uses of Curve in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return Curve
 Curve PrimitiveFactory.createCurve(List<CurveSegment> segments)
          Takes a list of curve segments with the appropriate end-to-start relationships and creates a curve.
 Curve CurveSegment.getCurve()
          Returns the curve which own this curve segment.
 Curve OrientableCurve.getPrimitive()
          Returns the primitive associated with this OrientableCurve.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.