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

Packages that use Curve
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.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.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.