org.citygml4j.jaxb.gml._3_1_1
Class RectifiedGridType

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
              extended by org.citygml4j.jaxb.gml._3_1_1.RectifiedGridType

public class RectifiedGridType
extends GridType

A rectified grid has an origin and vectors that define its post locations.

Java-Klasse für RectifiedGridType complex type.

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

 <complexType name="RectifiedGridType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}GridType">
       <sequence>
         <element name="origin" type="{http://www.opengis.net/gml}PointPropertyType"/>
         <element name="offsetVector" type="{http://www.opengis.net/gml}VectorType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
RectifiedGridType()
           
 
Method Summary
 java.util.List<VectorType> getOffsetVector()
          Gets the value of the offsetVector property.
 PointPropertyType getOrigin()
          Ruft den Wert der origin-Eigenschaft ab.
 boolean isSetOffsetVector()
           
 boolean isSetOrigin()
           
 void setOffsetVector(java.util.List<VectorType> offsetVector)
          Sets the value of the offsetVector property.
 void setOrigin(PointPropertyType value)
          Legt den Wert der origin-Eigenschaft fest.
 void unsetOffsetVector()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.GridType
getAxisName, getDimension, getLimits, isSetAxisName, isSetDimension, isSetLimits, setAxisName, setDimension, setLimits, 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

RectifiedGridType

public RectifiedGridType()
Method Detail

getOrigin

public PointPropertyType getOrigin()
Ruft den Wert der origin-Eigenschaft ab.

Returns:
possible object is PointPropertyType

setOrigin

public void setOrigin(PointPropertyType value)
Legt den Wert der origin-Eigenschaft fest.

Parameters:
value - allowed object is PointPropertyType

isSetOrigin

public boolean isSetOrigin()

getOffsetVector

public java.util.List<VectorType> getOffsetVector()
Gets the value of the offsetVector 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 offsetVector property.

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

    getOffsetVector().add(newItem);
 

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


isSetOffsetVector

public boolean isSetOffsetVector()

unsetOffsetVector

public void unsetOffsetVector()

setOffsetVector

public void setOffsetVector(java.util.List<VectorType> offsetVector)
Sets the value of the offsetVector property.

Parameters:
offsetVector - allowed object is VectorType