org.citygml4j.jaxb.gml._3_1_1
Class GridType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
          extended by org.citygml4j.jaxb.gml._3_1_1.GridType
Direct Known Subclasses:
RectifiedGridType

public class GridType
extends AbstractGeometryType

An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.

Java-Klasse für GridType complex type.

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

 <complexType name="GridType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGeometryType">
       <sequence>
         <element name="limits" type="{http://www.opengis.net/gml}GridLimitsType"/>
         <element name="axisName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="dimension" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
GridType()
           
 
Method Summary
 java.util.List<java.lang.String> getAxisName()
          Gets the value of the axisName property.
 java.math.BigInteger getDimension()
          Ruft den Wert der dimension-Eigenschaft ab.
 GridLimitsType getLimits()
          Ruft den Wert der limits-Eigenschaft ab.
 boolean isSetAxisName()
           
 boolean isSetDimension()
           
 boolean isSetLimits()
           
 void setAxisName(java.util.List<java.lang.String> axisName)
          Sets the value of the axisName property.
 void setDimension(java.math.BigInteger value)
          Legt den Wert der dimension-Eigenschaft fest.
 void setLimits(GridLimitsType value)
          Legt den Wert der limits-Eigenschaft fest.
 void unsetAxisName()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, 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

GridType

public GridType()
Method Detail

getLimits

public GridLimitsType getLimits()
Ruft den Wert der limits-Eigenschaft ab.

Returns:
possible object is GridLimitsType

setLimits

public void setLimits(GridLimitsType value)
Legt den Wert der limits-Eigenschaft fest.

Parameters:
value - allowed object is GridLimitsType

isSetLimits

public boolean isSetLimits()

getAxisName

public java.util.List<java.lang.String> getAxisName()
Gets the value of the axisName 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 axisName property.

For example, to add a new item, do as follows:

    getAxisName().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetAxisName

public boolean isSetAxisName()

unsetAxisName

public void unsetAxisName()

getDimension

public java.math.BigInteger getDimension()
Ruft den Wert der dimension-Eigenschaft ab.

Returns:
possible object is BigInteger

setDimension

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

Parameters:
value - allowed object is BigInteger

isSetDimension

public boolean isSetDimension()

setAxisName

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

Parameters:
axisName - allowed object is String