Class AbstractGeometryType
- Direct Known Subclasses:
AbstractGeometricAggregateType
,AbstractGeometricPrimitiveType
Java class for AbstractGeometryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGeometryType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractGMLType"> <attGroup ref="{http://www.opengis.net/gml/3.2}SRSReferenceGroup"/> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class nl.b3p.topnl.top50nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
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.void
setSrsDimension
(BigInteger value) Sets the value of the srsDimension property.void
setSrsName
(String value) Sets the value of the srsName property.Methods inherited from class nl.b3p.topnl.top50nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
srsName
-
srsDimension
-
axisLabels
-
uomLabels
-
-
Constructor Details
-
AbstractGeometryType
public AbstractGeometryType()
-
-
Method Details
-
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
-