public class DirectPositionType extends Object
Java-Klasse für DirectPositionType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="DirectPositionType">
<simpleContent>
<extension base="<http://www.opengis.net/gml>doubleList">
<attGroup ref="{http://www.opengis.net/gml}SRSReferenceGroup"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
axisLabels |
protected BigInteger |
srsDimension |
protected String |
srsName |
protected List<String> |
uomLabels |
protected List<String> |
value |
| Constructor and Description |
|---|
DirectPositionType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAxisLabels()
Gets the value of the axisLabels property.
|
BigInteger |
getSrsDimension()
Ruft den Wert der srsDimension-Eigenschaft ab.
|
String |
getSrsName()
Ruft den Wert der srsName-Eigenschaft ab.
|
List<String> |
getUomLabels()
Gets the value of the uomLabels property.
|
List<String> |
getValue()
XML List based on XML Schema double type.
|
void |
setSrsDimension(BigInteger value)
Legt den Wert der srsDimension-Eigenschaft fest.
|
void |
setSrsName(String value)
Legt den Wert der srsName-Eigenschaft fest.
|
protected String srsName
protected BigInteger srsDimension
public List<String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic BigInteger getSrsDimension()
BigIntegerpublic void setSrsDimension(BigInteger value)
value - allowed object is
BigIntegerpublic List<String> getAxisLabels()
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 axisLabels property.
For example, to add a new item, do as follows:
getAxisLabels().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getUomLabels()
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 uomLabels property.
For example, to add a new item, do as follows:
getUomLabels().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2017. All rights reserved.