| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Field and Description |
|---|---|
protected CurveInterpolationType |
CylinderType.horizontalCurveType |
protected CurveInterpolationType |
SphereType.horizontalCurveType |
protected CurveInterpolationType |
ConeType.horizontalCurveType |
protected CurveInterpolationType |
ArcStringType.interpolation |
protected CurveInterpolationType |
BSplineType.interpolation |
protected CurveInterpolationType |
GeodesicStringType.interpolation |
protected CurveInterpolationType |
ArcByCenterPointType.interpolation |
protected CurveInterpolationType |
CubicSplineType.interpolation |
protected CurveInterpolationType |
LineStringSegmentType.interpolation |
protected CurveInterpolationType |
ArcStringByBulgeType.interpolation |
protected CurveInterpolationType |
CylinderType.verticalCurveType |
protected CurveInterpolationType |
SphereType.verticalCurveType |
protected CurveInterpolationType |
ConeType.verticalCurveType |
| Modifier and Type | Method and Description |
|---|---|
static CurveInterpolationType |
CurveInterpolationType.fromValue(String v) |
CurveInterpolationType |
CylinderType.getHorizontalCurveType()
Gets the value of the horizontalCurveType property.
|
CurveInterpolationType |
SphereType.getHorizontalCurveType()
Gets the value of the horizontalCurveType property.
|
CurveInterpolationType |
ConeType.getHorizontalCurveType()
Gets the value of the horizontalCurveType property.
|
CurveInterpolationType |
ArcStringType.getInterpolation()
Gets the value of the interpolation property.
|
CurveInterpolationType |
BSplineType.getInterpolation()
Gets the value of the interpolation property.
|
CurveInterpolationType |
GeodesicStringType.getInterpolation()
Gets the value of the interpolation property.
|
CurveInterpolationType |
ArcByCenterPointType.getInterpolation()
Gets the value of the interpolation property.
|
CurveInterpolationType |
CubicSplineType.getInterpolation()
Gets the value of the interpolation property.
|
CurveInterpolationType |
LineStringSegmentType.getInterpolation()
Gets the value of the interpolation property.
|
CurveInterpolationType |
ArcStringByBulgeType.getInterpolation()
Gets the value of the interpolation property.
|
CurveInterpolationType |
CylinderType.getVerticalCurveType()
Gets the value of the verticalCurveType property.
|
CurveInterpolationType |
SphereType.getVerticalCurveType()
Gets the value of the verticalCurveType property.
|
CurveInterpolationType |
ConeType.getVerticalCurveType()
Gets the value of the verticalCurveType property.
|
static CurveInterpolationType |
CurveInterpolationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurveInterpolationType[] |
CurveInterpolationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CylinderType.setHorizontalCurveType(CurveInterpolationType value)
Sets the value of the horizontalCurveType property.
|
void |
SphereType.setHorizontalCurveType(CurveInterpolationType value)
Sets the value of the horizontalCurveType property.
|
void |
ConeType.setHorizontalCurveType(CurveInterpolationType value)
Sets the value of the horizontalCurveType property.
|
void |
ArcStringType.setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
BSplineType.setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
GeodesicStringType.setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
ArcByCenterPointType.setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
CubicSplineType.setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
LineStringSegmentType.setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
ArcStringByBulgeType.setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
CylinderType.setVerticalCurveType(CurveInterpolationType value)
Sets the value of the verticalCurveType property.
|
void |
SphereType.setVerticalCurveType(CurveInterpolationType value)
Sets the value of the verticalCurveType property.
|
void |
ConeType.setVerticalCurveType(CurveInterpolationType value)
Sets the value of the verticalCurveType property.
|
| Constructor and Description |
|---|
ArcByBulgeType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
List<Double> bulge,
List<VectorType> normal,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
ArcByCenterPointType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
Pos pos,
PointProperty pointProperty,
PointRep pointRep,
PosList posList,
Coordinates coordinates,
LengthType radius,
AngleType startAngle,
AngleType endAngle,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
ArcStringByBulgeType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
List<Double> bulge,
List<VectorType> normal,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
ArcStringType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
ArcType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
BezierType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
BigInteger degree,
List<KnotPropertyType> knot,
CurveInterpolationType interpolation,
Boolean isPolynomial,
KnotTypesType knotType)
Fully-initialising value constructor
|
BSplineType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
BigInteger degree,
List<KnotPropertyType> knot,
CurveInterpolationType interpolation,
Boolean isPolynomial,
KnotTypesType knotType)
Fully-initialising value constructor
|
CircleByCenterPointType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
Pos pos,
PointProperty pointProperty,
PointRep pointRep,
PosList posList,
Coordinates coordinates,
LengthType radius,
AngleType startAngle,
AngleType endAngle,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
CircleType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
ConeType(List<AbstractGriddedSurfaceType.Row> row,
BigInteger rows,
BigInteger columns,
CurveInterpolationType horizontalCurveType,
CurveInterpolationType verticalCurveType)
Fully-initialising value constructor
|
CubicSplineType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
VectorType vectorAtStart,
VectorType vectorAtEnd,
CurveInterpolationType interpolation,
BigInteger degree)
Fully-initialising value constructor
|
CylinderType(List<AbstractGriddedSurfaceType.Row> row,
BigInteger rows,
BigInteger columns,
CurveInterpolationType horizontalCurveType,
CurveInterpolationType verticalCurveType)
Fully-initialising value constructor
|
GeodesicStringType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
PosList posList,
List<JAXBElement<?>> geometricPositionGroup,
CurveInterpolationType interpolation)
Fully-initialising value constructor
|
GeodesicType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
PosList posList,
List<JAXBElement<?>> geometricPositionGroup,
CurveInterpolationType interpolation)
Fully-initialising value constructor
|
LineStringSegmentType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
CurveInterpolationType interpolation)
Fully-initialising value constructor
|
SphereType(List<AbstractGriddedSurfaceType.Row> row,
BigInteger rows,
BigInteger columns,
CurveInterpolationType horizontalCurveType,
CurveInterpolationType verticalCurveType)
Fully-initialising value constructor
|
Copyright © 2021 B3Partners B.V.. All rights reserved.