Package | Description |
---|---|
org.opengis.geometry.coordinate |
Set of geometric objects.
|
Modifier and Type | Field and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
SplineCurveForm[] |
SplineCurveForm.family()
Returns the list of enumerations of the same kind than this enum.
|
SplineCurveForm |
BSplineCurve.getCurveForm()
Identifies particular types of curve which this spline is being used to approximate.
|
static SplineCurveForm |
SplineCurveForm.valueOf(String code)
Returns the spline curve form that matches the given string, or returns a new one if none
match it.
|
static SplineCurveForm[] |
SplineCurveForm.values()
Returns the list of
SplineCurveForm s. |
Copyright © 1996–2019 Geotools. All rights reserved.