Uses of Class
org.opengis.geometry.coordinate.SplineCurveForm

Packages that use SplineCurveForm
org.opengis.geometry.coordinate Set of geometric objects. 
 

Uses of SplineCurveForm in org.opengis.geometry.coordinate
 

Fields in org.opengis.geometry.coordinate declared as SplineCurveForm
static SplineCurveForm SplineCurveForm.CIRCULAR_ARC
          An arc of a circle or a complete circle.
static SplineCurveForm SplineCurveForm.ELLIPTICAL_ARC
          An arc of an ellipse or a complete ellipse.
static SplineCurveForm SplineCurveForm.HYPERBOLIC_ARC
          An arc of a finite length of one branch of a hyperbola.
static SplineCurveForm SplineCurveForm.PARABOLIC_ARC
          An arc of a finite length of a parabola.
static SplineCurveForm SplineCurveForm.POLYLINE_FORM
          A connected sequence of line segments represented by a 1 degree B-spline (a line string).
 

Methods in org.opengis.geometry.coordinate that return SplineCurveForm
 SplineCurveForm BSplineCurve.getCurveForm()
          Identifies particular types of curve which this spline is being used to approximate.
static SplineCurveForm SplineCurveForm.valueOf(String code)
          Returns the SplineCurveForm that matches the given string, or returns a new one if none match it.
static SplineCurveForm[] SplineCurveForm.values()
          Returns the list of SplineCurveForms.
 



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