| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Class and Description |
|---|---|
class |
ArcByBulgeType
An ArcByBulge is an arc string with only one arc unit, i.e.
|
class |
ArcByCenterPointType
This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly.
|
class |
ArcStringByBulgeType
This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly.
|
class |
ArcStringType
An ArcString is a curve segment that uses three-point circular arc interpolation.
|
class |
ArcType
An Arc is an arc string with only one arc unit, i.e.
|
class |
BezierType
Bezier curves are polynomial splines that use Bezier or Bernstein polynomials for interpolation purposes.
|
class |
BSplineType
A B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions.
|
class |
CircleByCenterPointType
A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle.
|
class |
CircleType
A Circle is an arc whose ends coincide to form a simple closed loop.
|
class |
ClothoidType
A clothoid, or Cornu's spiral, is plane
curve whose curvature is a fixed function of its length.
|
class |
CubicSplineType
Cubic splines are similar to line strings in that they are a sequence of segments each with its own defining function.
|
class |
GeodesicStringType
A GeodesicString consists of sequence of
geodesic segments.
|
class |
GeodesicType
A Geodesic consists of two distinct
positions joined by a geodesic curve.
|
class |
LineStringSegmentType
A LineStringSegment is a curve segment that is defined by two or more coordinate tuples, with linear interpolation between them.
|
class |
OffsetCurveType
An offset curve is a curve at a constant
distance from the basis curve.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractCurveSegmentType>> |
CurveSegmentArrayPropertyType.curveSegment |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractCurveSegmentType>> |
CurveSegmentArrayPropertyType.getCurveSegment()
Gets the value of the curveSegment property.
|
| Modifier and Type | Method and Description |
|---|---|
CurveSegment |
ObjectFactory.createCurveSegment(AbstractCurveSegmentType value)
Create an instance of
CurveSegment} |
| Constructor and Description |
|---|
CurveSegment(AbstractCurveSegmentType value) |
| Constructor and Description |
|---|
CurveSegmentArrayPropertyType(List<JAXBElement<? extends AbstractCurveSegmentType>> curveSegment)
Fully-initialising value constructor
|
Copyright © 2022 B3Partners B.V.. All rights reserved.