public class GeodesicStringType extends AbstractCurveSegmentType
Java class for GeodesicStringType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeodesicStringType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCurveSegmentType">
<choice>
<element ref="{http://www.opengis.net/gml}posList"/>
<group ref="{http://www.opengis.net/gml}geometricPositionGroup" maxOccurs="unbounded" minOccurs="2"/>
</choice>
<attribute name="interpolation" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="geodesic" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
geometricPositionGroup |
protected CurveInterpolationType |
interpolation |
protected PosList |
posList |
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart| Constructor and Description |
|---|
GeodesicStringType()
Default no-arg constructor
|
GeodesicStringType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
PosList posList,
List<JAXBElement<?>> geometricPositionGroup,
CurveInterpolationType interpolation)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getGeometricPositionGroup()
Gets the value of the geometricPositionGroup property.
|
CurveInterpolationType |
getInterpolation()
Gets the value of the interpolation property.
|
PosList |
getPosList()
Gets the value of the posList property.
|
void |
setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
setPosList(PosList value)
Sets the value of the posList property.
|
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStartprotected PosList posList
protected List<JAXBElement<?>> geometricPositionGroup
protected CurveInterpolationType interpolation
public GeodesicStringType()
public GeodesicStringType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, PosList posList, List<JAXBElement<?>> geometricPositionGroup, CurveInterpolationType interpolation)
public PosList getPosList()
PosListpublic void setPosList(PosList value)
value - allowed object is
PosListpublic List<JAXBElement<?>> getGeometricPositionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the geometricPositionGroup property.
For example, to add a new item, do as follows:
getGeometricPositionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Pos
PointProperty
public CurveInterpolationType getInterpolation()
CurveInterpolationTypepublic void setInterpolation(CurveInterpolationType value)
value - allowed object is
CurveInterpolationTypeCopyright © 2018 B3Partners B.V.. All rights reserved.