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

Packages that use Curve
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.geometry.coordinate Core package needed to investigate coordinate-defined geometry. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
org.opengis.observation.sampling   
 

Uses of Curve in org.opengis.coverage
 

Methods in org.opengis.coverage that return types with arguments of type Curve
 DomainObject<Curve> ValueCurve.getGeometry()
          Returns the cruve that is the basis of this value curve.
 DomainObject<Curve> CurveValuePair.getGeometry()
          The domain object that is a member of this geometry-value pair.
 

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.
 

Uses of Curve in org.opengis.observation.sampling
 

Methods in org.opengis.observation.sampling that return Curve
 Curve SamplingCurve.getShape()
          Geometry of the curve.
 



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