net.opengis.gml
Class ImageDatumType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractDatumBaseType
net.opengis.gml.AbstractDatumType
net.opengis.gml.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.
Classe Java pour ImageDatumType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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 net.opengis.gml.AbstractDatumType |
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pixelInCell
protected PixelInCellType pixelInCell
ImageDatumType
public ImageDatumType()
getPixelInCell
public PixelInCellType getPixelInCell()
- Obtient la valeur de la propriété pixelInCell.
- Returns:
- possible object is
PixelInCellType
setPixelInCell
public void setPixelInCell(PixelInCellType value)
- Définit la valeur de la propriété pixelInCell.
- Parameters:
value - allowed object is
PixelInCellType
isSetPixelInCell
public boolean isSetPixelInCell()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.