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 class for GridType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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()
          Gets the value of the dimension property.
 GridLimitsType getLimits()
          Gets the value of the limits property.
 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)
          Sets the value of the dimension property.
 void setLimits(GridLimitsType value)
          Sets the value of the limits property.
 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()
Gets the value of the limits property.

Returns:
possible object is GridLimitsType

setLimits

public void setLimits(GridLimitsType value)
Sets the value of the limits property.

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()
Gets the value of the dimension property.

Returns:
possible object is BigInteger

setDimension

public void setDimension(java.math.BigInteger value)
Sets the value of the dimension property.

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