| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Field and Description |
|---|---|
protected Coordinates |
LinearRingType.coordinates |
protected Coordinates |
PointType.coordinates |
protected Coordinates |
LineStringType.coordinates |
protected Coordinates |
BSplineType.coordinates |
protected Coordinates |
ArcStringType.coordinates |
protected Coordinates |
CubicSplineType.coordinates |
protected Coordinates |
EnvelopeType.coordinates |
protected Coordinates |
ArcByCenterPointType.coordinates |
protected Coordinates |
ArcStringByBulgeType.coordinates |
protected Coordinates |
LineStringSegmentType.coordinates |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
ObjectFactory.createCoordinates(CoordinatesType value)
Create an instance of
Coordinates} |
Coordinates |
LinearRingType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
PointType.getCoordinates()
Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers.
|
Coordinates |
LineStringType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
BSplineType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
ArcStringType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
CubicSplineType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
EnvelopeType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
ArcByCenterPointType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
ArcStringByBulgeType.getCoordinates()
Deprecated with GML version 3.1.0.
|
Coordinates |
LineStringSegmentType.getCoordinates()
Deprecated with GML version 3.1.0.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinearRingType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
PointType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
LineStringType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
BSplineType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
ArcStringType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
CubicSplineType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
EnvelopeType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
ArcByCenterPointType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
ArcStringByBulgeType.setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
LineStringSegmentType.setCoordinates(Coordinates value)
Sets the value of the coordinates 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
|
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
|
EnvelopeType(DirectPositionType lowerCorner,
DirectPositionType upperCorner,
List<Coord> coord,
List<Pos> pos,
Coordinates coordinates,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels)
Fully-initialising value constructor
|
LinearRingType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
List<Coord> coord)
Fully-initialising value constructor
|
LineStringSegmentType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
CurveInterpolationType interpolation)
Fully-initialising value constructor
|
LineStringType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates)
Fully-initialising value constructor
|
PointType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
Pos pos,
Coordinates coordinates,
Coord coord)
Fully-initialising value constructor
|
Copyright © 2020 B3Partners B.V.. All rights reserved.