Package org.opengis.referencing.crs
Interface GeodeticCRS
-
- All Superinterfaces:
CoordinateReferenceSystem
,IdentifiedObject
,ReferenceSystem
,SingleCRS
- All Known Subinterfaces:
GeocentricCRS
,GeographicCRS
@UML(identifier="SC_GeodeticCRS", specification=ISO_19111) public interface GeodeticCRS extends SingleCRS
A coordinate reference system associated with a geodetic datum.Used with CS type(s) Cartesian
Spherical
Ellipsoidal
- Since:
- 2.1
- Version:
- 3.0
-
-
Field Summary
-
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Fields inherited from interface org.opengis.referencing.ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeodeticDatum
getDatum()
Returns the datum, which must be geodetic.-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Methods inherited from interface org.opengis.referencing.ReferenceSystem
getDomainOfValidity, getScope
-
Methods inherited from interface org.opengis.referencing.crs.SingleCRS
getCoordinateSystem
-
-
-
-
Method Detail
-
getDatum
@UML(identifier="datum", obligation=MANDATORY, specification=ISO_19111) GeodeticDatum getDatum()
Returns the datum, which must be geodetic.
-
-