public abstract class AbstractGeometryType extends AbstractGMLType
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}AbstractGMLType">
<attGroup ref="{http://www.opengis.net/gml}SRSReferenceGroup"/>
<attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
axisLabels |
protected String |
gid |
protected BigInteger |
srsDimension |
protected String |
srsName |
protected List<String> |
uomLabels |
description, id, metaDataProperty, name| Constructor and Description |
|---|
AbstractGeometryType()
Default no-arg constructor
|
AbstractGeometryType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAxisLabels()
Gets the value of the axisLabels property.
|
String |
getGid()
Gets the value of the gid property.
|
BigInteger |
getSrsDimension()
Gets the value of the srsDimension property.
|
String |
getSrsName()
Gets the value of the srsName property.
|
List<String> |
getUomLabels()
Gets the value of the uomLabels property.
|
void |
setGid(String value)
Sets the value of the gid property.
|
void |
setSrsDimension(BigInteger value)
Sets the value of the srsDimension property.
|
void |
setSrsName(String value)
Sets the value of the srsName property.
|
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected String gid
protected String srsName
protected BigInteger srsDimension
public AbstractGeometryType()
public AbstractGeometryType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels)
public void setGid(String value)
value - allowed object is
Stringpublic 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 © 2015. All rights reserved.