Package net.opengis.gml311
Interface GeocentricCRSType
-
- All Superinterfaces:
AbstractGMLType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,DefinitionType,EObject,Notifier
- All Known Implementing Classes:
GeocentricCRSTypeImpl
public interface GeocentricCRSType extends AbstractReferenceSystemType
A representation of the model object 'Geocentric CRS Type'. 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.The following features are supported:
- See Also:
Gml311Package.getGeocentricCRSType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartesianCSRefTypegetUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.GeodeticDatumRefTypegetUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.SphericalCSRefTypegetUsesSphericalCS()Returns the value of the 'Uses Spherical CS' containment reference.voidsetUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference.voidsetUsesGeodeticDatum(GeodeticDatumRefType value)Sets the value of the 'Uses Geodetic Datum' containment reference.voidsetUsesSphericalCS(SphericalCSRefType value)Sets the value of the 'Uses Spherical CS' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
-
Methods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
-
-
-
-
Method Detail
-
getUsesCartesianCS
CartesianCSRefType getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference. Association to the Cartesian coordinate system used by this CRS.- Returns:
- the value of the 'Uses Cartesian CS' containment reference.
- See Also:
setUsesCartesianCS(CartesianCSRefType),Gml311Package.getGeocentricCRSType_UsesCartesianCS()
-
setUsesCartesianCS
void setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the 'Uses Cartesian CS' containment reference.- Parameters:
value- the new value of the 'Uses Cartesian CS' containment reference.- See Also:
getUsesCartesianCS()
-
getUsesSphericalCS
SphericalCSRefType getUsesSphericalCS()
Returns the value of the 'Uses Spherical CS' containment reference. Association to the spherical coordinate system used by this CRS.- Returns:
- the value of the 'Uses Spherical CS' containment reference.
- See Also:
setUsesSphericalCS(SphericalCSRefType),Gml311Package.getGeocentricCRSType_UsesSphericalCS()
-
setUsesSphericalCS
void setUsesSphericalCS(SphericalCSRefType value)
Sets the value of the 'Uses Spherical CS' containment reference.- Parameters:
value- the new value of the 'Uses Spherical CS' containment reference.- See Also:
getUsesSphericalCS()
-
getUsesGeodeticDatum
GeodeticDatumRefType getUsesGeodeticDatum()
Returns the value of the 'Uses Geodetic Datum' containment reference. Association to the geodetic datum used by this CRS.- Returns:
- the value of the 'Uses Geodetic Datum' containment reference.
- See Also:
setUsesGeodeticDatum(GeodeticDatumRefType),Gml311Package.getGeocentricCRSType_UsesGeodeticDatum()
-
setUsesGeodeticDatum
void setUsesGeodeticDatum(GeodeticDatumRefType value)
Sets the value of the 'Uses Geodetic Datum' containment reference.- Parameters:
value- the new value of the 'Uses Geodetic Datum' containment reference.- See Also:
getUsesGeodeticDatum()
-
-