net.opengis.gml
Class ImageDatumType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractDatumBaseType
              extended by net.opengis.gml.AbstractDatumType
                  extended by 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>
 


Field Summary
protected  PixelInCellType pixelInCell
           
 
Fields inherited from class net.opengis.gml.AbstractDatumType
anchorPoint, datumID, realizationEpoch, remarks, scope, validArea
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
ImageDatumType()
           
 
Method Summary
 PixelInCellType getPixelInCell()
          Obtient la valeur de la propriété pixelInCell.
 boolean isSetPixelInCell()
           
 void setPixelInCell(PixelInCellType value)
          Définit la valeur de la propriété pixelInCell.
 
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
 

Field Detail

pixelInCell

protected PixelInCellType pixelInCell
Constructor Detail

ImageDatumType

public ImageDatumType()
Method Detail

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.