|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
it.cnr.imaa.essi.ncml.binding.gml.AbstractGeometryType
public abstract class AbstractGeometryType
All geometry elements are derived directly or indirectly from this abstract supertype. A geometry element may have an identifying attribute ("gml:id"), a name (attribute "name") and a description (attribute "description"). It may be associated with a spatial reference system (attribute "srsName"). The following rules shall be adhered: - Every geometry type shall derive from this abstract type. - Every geometry element (i.e. an element of a geometry type) shall be directly or indirectly in the substitution group of _Geometry.
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>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
axisLabels
|
protected java.lang.String |
gid
|
protected java.math.BigInteger |
srsDimension
|
protected java.lang.String |
srsName
|
protected java.util.List<java.lang.String> |
uomLabels
|
| Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
AbstractGeometryType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAxisLabels()
Gets the value of the axisLabels property. |
java.lang.String |
getGid()
Gets the value of the gid property. |
java.math.BigInteger |
getSrsDimension()
Gets the value of the srsDimension property. |
java.lang.String |
getSrsName()
Gets the value of the srsName property. |
java.util.List<java.lang.String> |
getUomLabels()
Gets the value of the uomLabels property. |
void |
setGid(java.lang.String value)
Sets the value of the gid property. |
void |
setSrsDimension(java.math.BigInteger value)
Sets the value of the srsDimension property. |
void |
setSrsName(java.lang.String value)
Sets the value of the srsName property. |
| Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, setDescription, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String gid
protected java.lang.String srsName
protected java.math.BigInteger srsDimension
protected java.util.List<java.lang.String> axisLabels
protected java.util.List<java.lang.String> uomLabels
| Constructor Detail |
|---|
public AbstractGeometryType()
| Method Detail |
|---|
public java.lang.String getGid()
Stringpublic void setGid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrsName()
Stringpublic void setSrsName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getSrsDimension()
BigIntegerpublic void setSrsDimension(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.util.List<java.lang.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 java.util.List<java.lang.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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||