net.opengis.gml
Class VerticalCRSType

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

public class VerticalCRSType
extends AbstractReferenceSystemType

A 1D coordinate reference system used for recording heights or depths. Vertical CRSs make use of the direction of gravity to define the concept of height or depth, but the relationship with gravity may not be straightforward. By implication, ellipsoidal heights (h) cannot be captured in a vertical coordinate reference system. Ellipsoidal heights cannot exist independently, but only as an inseparable part of a 3D coordinate tuple defined in a geographic 3D coordinate reference system.

Classe Java pour VerticalCRSType complex type.

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

 <complexType name="VerticalCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}usesVerticalCS"/>
         <element ref="{http://www.opengis.net/gml}usesVerticalDatum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  VerticalCSRefType usesVerticalCS
           
protected  VerticalDatumRefType usesVerticalDatum
           
 
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
VerticalCRSType()
           
 
Method Summary
 VerticalCSRefType getUsesVerticalCS()
          Obtient la valeur de la propriété usesVerticalCS.
 VerticalDatumRefType getUsesVerticalDatum()
          Obtient la valeur de la propriété usesVerticalDatum.
 boolean isSetUsesVerticalCS()
           
 boolean isSetUsesVerticalDatum()
           
 void setUsesVerticalCS(VerticalCSRefType value)
          Définit la valeur de la propriété usesVerticalCS.
 void setUsesVerticalDatum(VerticalDatumRefType value)
          Définit la valeur de la propriété usesVerticalDatum.
 
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

usesVerticalCS

protected VerticalCSRefType usesVerticalCS

usesVerticalDatum

protected VerticalDatumRefType usesVerticalDatum
Constructor Detail

VerticalCRSType

public VerticalCRSType()
Method Detail

getUsesVerticalCS

public VerticalCSRefType getUsesVerticalCS()
Obtient la valeur de la propriété usesVerticalCS.

Returns:
possible object is VerticalCSRefType

setUsesVerticalCS

public void setUsesVerticalCS(VerticalCSRefType value)
Définit la valeur de la propriété usesVerticalCS.

Parameters:
value - allowed object is VerticalCSRefType

isSetUsesVerticalCS

public boolean isSetUsesVerticalCS()

getUsesVerticalDatum

public VerticalDatumRefType getUsesVerticalDatum()
Obtient la valeur de la propriété usesVerticalDatum.

Returns:
possible object is VerticalDatumRefType

setUsesVerticalDatum

public void setUsesVerticalDatum(VerticalDatumRefType value)
Définit la valeur de la propriété usesVerticalDatum.

Parameters:
value - allowed object is VerticalDatumRefType

isSetUsesVerticalDatum

public boolean isSetUsesVerticalDatum()


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