Class DefaultParametricCS

All Implemented Interfaces:
Serializable, Formattable, Deprecable, Lenient­Comparable, Coordinate­System, Identified­Object

public class DefaultParametricCS extends AbstractCS
A 1-dimensional coordinate system for parametric values or functions.
Permitted associations
Used with CRS Permitted axis names
Parametric unspecified

Immutability and thread safety

This class is immutable and thus thread-safe if the property values (not necessarily the map itself) and the Coordinate­System­Axis 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.7
See Also: