org.citygml4j.jaxb.gml._3_1_1
Class ImageDatumType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
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>
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 |
ImageDatumType
public ImageDatumType()
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()