net.opengis.gml
Class GeographicCRSType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
net.opengis.gml.GeographicCRSType
public class GeographicCRSType
- extends AbstractReferenceSystemType
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
Classe Java pour GeographicCRSType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="GeographicCRSType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
<sequence>
<element ref="{http://www.opengis.net/gml}usesEllipsoidalCS"/>
<element ref="{http://www.opengis.net/gml}usesGeodeticDatum"/>
</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 |
usesEllipsoidalCS
protected EllipsoidalCSRefType usesEllipsoidalCS
usesGeodeticDatum
protected GeodeticDatumRefType usesGeodeticDatum
GeographicCRSType
public GeographicCRSType()
getUsesEllipsoidalCS
public EllipsoidalCSRefType getUsesEllipsoidalCS()
- Obtient la valeur de la propriété usesEllipsoidalCS.
- Returns:
- possible object is
EllipsoidalCSRefType
setUsesEllipsoidalCS
public void setUsesEllipsoidalCS(EllipsoidalCSRefType value)
- Définit la valeur de la propriété usesEllipsoidalCS.
- Parameters:
value - allowed object is
EllipsoidalCSRefType
isSetUsesEllipsoidalCS
public boolean isSetUsesEllipsoidalCS()
getUsesGeodeticDatum
public GeodeticDatumRefType getUsesGeodeticDatum()
- Obtient la valeur de la propriété usesGeodeticDatum.
- Returns:
- possible object is
GeodeticDatumRefType
setUsesGeodeticDatum
public void setUsesGeodeticDatum(GeodeticDatumRefType value)
- Définit la valeur de la propriété usesGeodeticDatum.
- Parameters:
value - allowed object is
GeodeticDatumRefType
isSetUsesGeodeticDatum
public boolean isSetUsesGeodeticDatum()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.