Class DirectPositionType
Java class for DirectPositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectPositionType"> <simpleContent> <extension base="<http://www.opengis.net/gml/3.2>doubleList"> <attGroup ref="{http://www.opengis.net/gml/3.2}SRSReferenceGroup"/> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the axisLabels property.Gets the value of the srsDimension property.Gets the value of the srsName property.Gets the value of the uomLabels property.getValue()
A type for a list of values of the respective simple type.Gets the value of the value property.void
setSrsDimension
(BigInteger value) Sets the value of the srsDimension property.void
setSrsName
(String value) Sets the value of the srsName property.
-
Field Details
-
value
-
srsName
-
srsDimension
-
axisLabels
-
uomLabels
-
-
Constructor Details
-
DirectPositionType
public DirectPositionType()
-
-
Method Details
-
getValue
A type for a list of values of the respective simple type.Gets the value of the value property.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
Double
-
getSrsName
Gets the value of the srsName property.- Returns:
- possible object is
String
-
setSrsName
Sets the value of the srsName property.- Parameters:
value
- allowed object isString
-
getSrsDimension
Gets the value of the srsDimension property.- Returns:
- possible object is
BigInteger
-
setSrsDimension
Sets the value of the srsDimension property.- Parameters:
value
- allowed object isBigInteger
-
getAxisLabels
Gets the value of the axisLabels property.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
-
getUomLabels
Gets the value of the uomLabels property.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
-