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

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

 <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()
          Gets the value of the pixelInCell property.
 boolean isSetPixelInCell()
           
 void setPixelInCell(PixelInCellType value)
          Sets the value of the pixelInCell property.
 
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()
Gets the value of the pixelInCell property.

Returns:
possible object is PixelInCellType

setPixelInCell

public void setPixelInCell(PixelInCellType value)
Sets the value of the pixelInCell property.

Parameters:
value - allowed object is PixelInCellType

isSetPixelInCell

public boolean isSetPixelInCell()