public class CubicSplineType extends AbstractCurveSegmentType
Java class for CubicSplineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CubicSplineType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCurveSegmentType">
<sequence>
<choice>
<choice maxOccurs="unbounded" minOccurs="2">
<element ref="{http://www.opengis.net/gml}pos"/>
<element ref="{http://www.opengis.net/gml}pointProperty"/>
<element ref="{http://www.opengis.net/gml}pointRep"/>
</choice>
<element ref="{http://www.opengis.net/gml}posList"/>
<element ref="{http://www.opengis.net/gml}coordinates"/>
</choice>
<element name="vectorAtStart" type="{http://www.opengis.net/gml}VectorType"/>
<element name="vectorAtEnd" type="{http://www.opengis.net/gml}VectorType"/>
</sequence>
<attribute name="interpolation" type="{http://www.opengis.net/gml}CurveInterpolationType" fixed="cubicSpline" />
<attribute name="degree" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="3" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Coordinates |
coordinates |
protected BigInteger |
degree |
protected CurveInterpolationType |
interpolation |
protected PosList |
posList |
protected List<JAXBElement<?>> |
posOrPointPropertyOrPointRep |
protected VectorType |
vectorAtEnd |
protected VectorType |
vectorAtStart |
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart| Constructor and Description |
|---|
CubicSplineType()
Default no-arg 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
|
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
getCoordinates()
Deprecated with GML version 3.1.0.
|
BigInteger |
getDegree()
Gets the value of the degree property.
|
CurveInterpolationType |
getInterpolation()
Gets the value of the interpolation property.
|
PosList |
getPosList()
Gets the value of the posList property.
|
List<JAXBElement<?>> |
getPosOrPointPropertyOrPointRep()
Gets the value of the posOrPointPropertyOrPointRep property.
|
VectorType |
getVectorAtEnd()
Gets the value of the vectorAtEnd property.
|
VectorType |
getVectorAtStart()
Gets the value of the vectorAtStart property.
|
void |
setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
setDegree(BigInteger value)
Sets the value of the degree property.
|
void |
setInterpolation(CurveInterpolationType value)
Sets the value of the interpolation property.
|
void |
setPosList(PosList value)
Sets the value of the posList property.
|
void |
setVectorAtEnd(VectorType value)
Sets the value of the vectorAtEnd property.
|
void |
setVectorAtStart(VectorType value)
Sets the value of the vectorAtStart property.
|
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStartprotected List<JAXBElement<?>> posOrPointPropertyOrPointRep
protected PosList posList
protected Coordinates coordinates
protected VectorType vectorAtStart
protected VectorType vectorAtEnd
protected CurveInterpolationType interpolation
protected BigInteger degree
public CubicSplineType()
public CubicSplineType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, VectorType vectorAtStart, VectorType vectorAtEnd, CurveInterpolationType interpolation, BigInteger degree)
public List<JAXBElement<?>> getPosOrPointPropertyOrPointRep()
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 posOrPointPropertyOrPointRep property.
For example, to add a new item, do as follows:
getPosOrPointPropertyOrPointRep().add(newItem);
Objects of the following type(s) are allowed in the list
Pos
PointRep
PointProperty
public PosList getPosList()
PosListpublic void setPosList(PosList value)
value - allowed object is
PosListpublic Coordinates getCoordinates()
Coordinatespublic void setCoordinates(Coordinates value)
value - allowed object is
Coordinatespublic VectorType getVectorAtStart()
VectorTypepublic void setVectorAtStart(VectorType value)
value - allowed object is
VectorTypepublic VectorType getVectorAtEnd()
VectorTypepublic void setVectorAtEnd(VectorType value)
value - allowed object is
VectorTypepublic CurveInterpolationType getInterpolation()
CurveInterpolationTypepublic void setInterpolation(CurveInterpolationType value)
value - allowed object is
CurveInterpolationTypepublic BigInteger getDegree()
BigIntegerpublic void setDegree(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2021 B3Partners B.V.. All rights reserved.