net.opengis.gml
Class EngineeringDatumType

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.EngineeringDatumType

public class EngineeringDatumType
extends AbstractDatumType

An engineering datum defines the origin of an engineering coordinate reference system, and is used in a region around that origin. This origin can be fixed with respect to the earth (such as a defined point at a construction site), or be a defined point on a moving vehicle (such as on a ship or satellite).

Classe Java pour EngineeringDatumType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="EngineeringDatumType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractDatumType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
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
EngineeringDatumType()
           
 
Method Summary
 
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
 

Constructor Detail

EngineeringDatumType

public EngineeringDatumType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.