public static class TinType.ControlPoint extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/gml}posList"/>
<group ref="{http://www.opengis.net/gml}geometricPositionGroup" maxOccurs="unbounded" minOccurs="3"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
geometricPositionGroup |
protected PosList |
posList |
| Constructor and Description |
|---|
ControlPoint()
Default no-arg constructor
|
ControlPoint(PosList posList,
List<JAXBElement<?>> geometricPositionGroup)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getGeometricPositionGroup()
Gets the value of the geometricPositionGroup property.
|
PosList |
getPosList()
Gets the value of the posList property.
|
void |
setPosList(PosList value)
Sets the value of the posList property.
|
protected PosList posList
protected List<JAXBElement<?>> geometricPositionGroup
public ControlPoint()
public ControlPoint(PosList posList, List<JAXBElement<?>> geometricPositionGroup)
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
Copyright © 2020 B3Partners B.V.. All rights reserved.