net.opengis.gml
Class EngineeringCRSType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractReferenceSystemBaseType
              extended by net.opengis.gml.AbstractReferenceSystemType
                  extended by net.opengis.gml.EngineeringCRSType

public class EngineeringCRSType
extends AbstractReferenceSystemType

A contextually local coordinate reference system; which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft. For further information, see OGC Abstract Specification Topic 2.

Classe Java pour EngineeringCRSType complex type.

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

 <complexType name="EngineeringCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}usesCS"/>
         <element ref="{http://www.opengis.net/gml}usesEngineeringDatum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CoordinateSystemRefType usesCS
           
protected  EngineeringDatumRefType usesEngineeringDatum
           
 
Fields inherited from class net.opengis.gml.AbstractReferenceSystemType
remarks, scope, srsID, validArea
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
EngineeringCRSType()
           
 
Method Summary
 CoordinateSystemRefType getUsesCS()
          Obtient la valeur de la propriété usesCS.
 EngineeringDatumRefType getUsesEngineeringDatum()
          Obtient la valeur de la propriété usesEngineeringDatum.
 boolean isSetUsesCS()
           
 boolean isSetUsesEngineeringDatum()
           
 void setUsesCS(CoordinateSystemRefType value)
          Définit la valeur de la propriété usesCS.
 void setUsesEngineeringDatum(EngineeringDatumRefType value)
          Définit la valeur de la propriété usesEngineeringDatum.
 
Methods inherited from class net.opengis.gml.AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setValidArea, unsetSrsID
 
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

usesCS

protected CoordinateSystemRefType usesCS

usesEngineeringDatum

protected EngineeringDatumRefType usesEngineeringDatum
Constructor Detail

EngineeringCRSType

public EngineeringCRSType()
Method Detail

getUsesCS

public CoordinateSystemRefType getUsesCS()
Obtient la valeur de la propriété usesCS.

Returns:
possible object is CoordinateSystemRefType

setUsesCS

public void setUsesCS(CoordinateSystemRefType value)
Définit la valeur de la propriété usesCS.

Parameters:
value - allowed object is CoordinateSystemRefType

isSetUsesCS

public boolean isSetUsesCS()

getUsesEngineeringDatum

public EngineeringDatumRefType getUsesEngineeringDatum()
Obtient la valeur de la propriété usesEngineeringDatum.

Returns:
possible object is EngineeringDatumRefType

setUsesEngineeringDatum

public void setUsesEngineeringDatum(EngineeringDatumRefType value)
Définit la valeur de la propriété usesEngineeringDatum.

Parameters:
value - allowed object is EngineeringDatumRefType

isSetUsesEngineeringDatum

public boolean isSetUsesEngineeringDatum()


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