net.opengis.gml
Class GeographicCRSType

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


Field Summary
protected  EllipsoidalCSRefType usesEllipsoidalCS
           
protected  GeodeticDatumRefType usesGeodeticDatum
           
 
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
GeographicCRSType()
           
 
Method Summary
 EllipsoidalCSRefType getUsesEllipsoidalCS()
          Obtient la valeur de la propriété usesEllipsoidalCS.
 GeodeticDatumRefType getUsesGeodeticDatum()
          Obtient la valeur de la propriété usesGeodeticDatum.
 boolean isSetUsesEllipsoidalCS()
           
 boolean isSetUsesGeodeticDatum()
           
 void setUsesEllipsoidalCS(EllipsoidalCSRefType value)
          Définit la valeur de la propriété usesEllipsoidalCS.
 void setUsesGeodeticDatum(GeodeticDatumRefType value)
          Définit la valeur de la propriété usesGeodeticDatum.
 
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

usesEllipsoidalCS

protected EllipsoidalCSRefType usesEllipsoidalCS

usesGeodeticDatum

protected GeodeticDatumRefType usesGeodeticDatum
Constructor Detail

GeographicCRSType

public GeographicCRSType()
Method Detail

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.