org.opengis.referencing.crs
Interface EngineeringCRS
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
@UML(identifier="SC_EngineeringCRS",
specification=ISO_19111)
public interface EngineeringCRS- extends SingleCRS
A contextually local coordinate reference system. It can be divided into two broad categories:
- earth-fixed systems applied to engineering activities on or near the surface of the
earth;
- CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft.
- Since:
- GeoAPI 1.0
- Version:
- Abstract specification 2.0
getDatum
@UML(identifier="usesDatum",
obligation=MANDATORY,
specification=ISO_19111)
EngineeringDatum getDatum()
- Returns the datum, which must be an engineering one.
- Specified by:
getDatum in interface SingleCRS