org.citygml4j.jaxb.gml._3_1_1
Class AbstractGeometryType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
Direct Known Subclasses:
AbstractGeometricAggregateType, AbstractGeometricPrimitiveType, AbstractRingType, GeometricComplexType, GridType

public abstract class AbstractGeometryType
extends AbstractGMLType

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-Klasse für AbstractGeometryType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
AbstractGeometryType()
           
 
Method Summary
 java.util.List<java.lang.String> getAxisLabels()
          Gets the value of the axisLabels property.
 java.lang.String getGid()
          Ruft den Wert der gid-Eigenschaft ab.
 java.math.BigInteger getSrsDimension()
          Ruft den Wert der srsDimension-Eigenschaft ab.
 java.lang.String getSrsName()
          Ruft den Wert der srsName-Eigenschaft ab.
 java.util.List<java.lang.String> getUomLabels()
          Gets the value of the uomLabels property.
 boolean isSetAxisLabels()
           
 boolean isSetGid()
           
 boolean isSetSrsDimension()
           
 boolean isSetSrsName()
           
 boolean isSetUomLabels()
           
 void setAxisLabels(java.util.List<java.lang.String> axisLabels)
          Sets the value of the axisLabels property.
 void setGid(java.lang.String value)
          Legt den Wert der gid-Eigenschaft fest.
 void setSrsDimension(java.math.BigInteger value)
          Legt den Wert der srsDimension-Eigenschaft fest.
 void setSrsName(java.lang.String value)
          Legt den Wert der srsName-Eigenschaft fest.
 void setUomLabels(java.util.List<java.lang.String> uomLabels)
          Sets the value of the uomLabels property.
 void unsetAxisLabels()
           
 void unsetUomLabels()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGeometryType

public AbstractGeometryType()
Method Detail

getGid

public java.lang.String getGid()
Ruft den Wert der gid-Eigenschaft ab.

Returns:
possible object is String

setGid

public void setGid(java.lang.String value)
Legt den Wert der gid-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetGid

public boolean isSetGid()

getSrsName

public java.lang.String getSrsName()
Ruft den Wert der srsName-Eigenschaft ab.

Returns:
possible object is String

setSrsName

public void setSrsName(java.lang.String value)
Legt den Wert der srsName-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetSrsName

public boolean isSetSrsName()

getSrsDimension

public java.math.BigInteger getSrsDimension()
Ruft den Wert der srsDimension-Eigenschaft ab.

Returns:
possible object is BigInteger

setSrsDimension

public void setSrsDimension(java.math.BigInteger value)
Legt den Wert der srsDimension-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetSrsDimension

public boolean isSetSrsDimension()

getAxisLabels

public java.util.List<java.lang.String> 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


isSetAxisLabels

public boolean isSetAxisLabels()

unsetAxisLabels

public void unsetAxisLabels()

getUomLabels

public java.util.List<java.lang.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


isSetUomLabels

public boolean isSetUomLabels()

unsetUomLabels

public void unsetUomLabels()

setAxisLabels

public void setAxisLabels(java.util.List<java.lang.String> axisLabels)
Sets the value of the axisLabels property.

Parameters:
axisLabels - allowed object is String

setUomLabels

public void setUomLabels(java.util.List<java.lang.String> uomLabels)
Sets the value of the uomLabels property.

Parameters:
uomLabels - allowed object is String