net.opengis.gml
Class VerticalCRSType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
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>
| 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 |
usesVerticalCS
protected VerticalCSRefType usesVerticalCS
usesVerticalDatum
protected VerticalDatumRefType usesVerticalDatum
VerticalCRSType
public VerticalCRSType()
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.