@UML(identifier="SC_EngineeringCRS", specification=ISO_19111) public interface EngineeringCRS extends SingleCRS
Earth-fixed Engineering CRSs are commonly based on a simple flat-earth approximation of the earth's surface, and the effect of earth curvature on feature geometry is ignored: calculations on coordinates use simple plane arithmetic without any corrections for earth curvature. The application of such Engineering CRSs to relatively small areas and "contextually local" is in this case equivalent to "spatially local".
Engineering CRSs used on moving platforms are usually intermediate coordinate reference systems that are computationally required to calculate coordinates referenced to geocentric, geographic or projected CRSs. These engineering coordinate reference systems are subject to all the motions of the platform with which they are associated. In this case "contextually local" means that the associated coordinates are meaningful only relative to the moving platform. Earth curvature is usually irrelevant and is therefore ignored. In the spatial sense their applicability may extend from the immediate vicinity of the platform (e.g. a moving seismic ship) to the entire earth (e.g. in space applications). The determining factor is the mathematical model deployed in the positioning calculations. Transformation of coordinates from these moving Engineering CRSs to earth-referenced coordinate reference systems involves time-dependent coordinate operation parameters.
Used with CS type(s) |
---|
Affine ,
Cartesian ,
Ellipsoidal ,
Spherical ,
Cylindrical ,
Polar ,
Vertical ,
Linear
|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
EngineeringDatum |
getDatum()
Returns the datum, which must be an engineering one.
|
getCoordinateSystem
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="usesDatum", obligation=MANDATORY, specification=ISO_19111) EngineeringDatum getDatum()
Copyright © 1996–2019 Geotools. All rights reserved.