Class DefaultEngineeringCRS

All Implemented Interfaces:
Serializable, Formattable, Deprecable, Lenient­Comparable, Coordinate­Reference­System, Engineering­CRS, Single­CRS, Identified­Object, Reference­System

public class DefaultEngineeringCRS extends AbstractCRS implements EngineeringCRS
A 1-, 2- or 3-dimensional 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.

Used with datum type: Engineering.
Used with coordinate system types: Affine, Cartesian, Cylindrical, Linear. Polar, Spherical or User Defined.

Immutability and thread safety

This class is immutable and thus thread-safe if the property values (not necessarily the map itself), the coordinate system and the datum instances given to the constructor are also immutable. Unless otherwise noted in the javadoc, this condition holds if all components were created using only SIS factories and static constants.
Since:
0.4
See Also: