org.citygml4j.jaxb.gml._3_1_1
Class ImageDatumType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractDatumBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
                  extended by org.citygml4j.jaxb.gml._3_1_1.ImageDatumType

public class ImageDatumType
extends AbstractDatumType

An image datum defines the origin of an image coordinate reference system, and is used in a local context only. For more information, see OGC Abstract Specification Topic 2.

Java-Klasse für ImageDatumType complex type.

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

 <complexType name="ImageDatumType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractDatumType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}pixelInCell"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ImageDatumType()
           
 
Method Summary
 PixelInCellType getPixelInCell()
          Ruft den Wert der pixelInCell-Eigenschaft ab.
 boolean isSetPixelInCell()
           
 void setPixelInCell(PixelInCellType value)
          Legt den Wert der pixelInCell-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setDatumID, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID
 
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

ImageDatumType

public ImageDatumType()
Method Detail

getPixelInCell

public PixelInCellType getPixelInCell()
Ruft den Wert der pixelInCell-Eigenschaft ab.

Returns:
possible object is PixelInCellType

setPixelInCell

public void setPixelInCell(PixelInCellType value)
Legt den Wert der pixelInCell-Eigenschaft fest.

Parameters:
value - allowed object is PixelInCellType

isSetPixelInCell

public boolean isSetPixelInCell()