net.opengis.gml
Class GeocentricCRSType

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

public class GeocentricCRSType
extends AbstractReferenceSystemType

A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. A geocentric CRS deals with the earth's curvature by taking a 3D spatial view, which obviates the need to model the earth's curvature.

Classe Java pour GeocentricCRSType complex type.

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

 <complexType name="GeocentricCRSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
       <sequence>
         <choice>
           <element ref="{http://www.opengis.net/gml}usesCartesianCS"/>
           <element ref="{http://www.opengis.net/gml}usesSphericalCS"/>
         </choice>
         <element ref="{http://www.opengis.net/gml}usesGeodeticDatum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CartesianCSRefType usesCartesianCS
           
protected  GeodeticDatumRefType usesGeodeticDatum
           
protected  SphericalCSRefType usesSphericalCS
           
 
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
GeocentricCRSType()
           
 
Method Summary
 CartesianCSRefType getUsesCartesianCS()
          Obtient la valeur de la propriété usesCartesianCS.
 GeodeticDatumRefType getUsesGeodeticDatum()
          Obtient la valeur de la propriété usesGeodeticDatum.
 SphericalCSRefType getUsesSphericalCS()
          Obtient la valeur de la propriété usesSphericalCS.
 boolean isSetUsesCartesianCS()
           
 boolean isSetUsesGeodeticDatum()
           
 boolean isSetUsesSphericalCS()
           
 void setUsesCartesianCS(CartesianCSRefType value)
          Définit la valeur de la propriété usesCartesianCS.
 void setUsesGeodeticDatum(GeodeticDatumRefType value)
          Définit la valeur de la propriété usesGeodeticDatum.
 void setUsesSphericalCS(SphericalCSRefType value)
          Définit la valeur de la propriété usesSphericalCS.
 
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

usesCartesianCS

protected CartesianCSRefType usesCartesianCS

usesSphericalCS

protected SphericalCSRefType usesSphericalCS

usesGeodeticDatum

protected GeodeticDatumRefType usesGeodeticDatum
Constructor Detail

GeocentricCRSType

public GeocentricCRSType()
Method Detail

getUsesCartesianCS

public CartesianCSRefType getUsesCartesianCS()
Obtient la valeur de la propriété usesCartesianCS.

Returns:
possible object is CartesianCSRefType

setUsesCartesianCS

public void setUsesCartesianCS(CartesianCSRefType value)
Définit la valeur de la propriété usesCartesianCS.

Parameters:
value - allowed object is CartesianCSRefType

isSetUsesCartesianCS

public boolean isSetUsesCartesianCS()

getUsesSphericalCS

public SphericalCSRefType getUsesSphericalCS()
Obtient la valeur de la propriété usesSphericalCS.

Returns:
possible object is SphericalCSRefType

setUsesSphericalCS

public void setUsesSphericalCS(SphericalCSRefType value)
Définit la valeur de la propriété usesSphericalCS.

Parameters:
value - allowed object is SphericalCSRefType

isSetUsesSphericalCS

public boolean isSetUsesSphericalCS()

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.