Class DefaultUserDefinedCS

All Implemented Interfaces:
Serializable, Formattable, Deprecable, Lenient­Comparable, Printable, Coordinate­System, User­Defined­CS, Identified­Object

@Deprecated(since="1.5", forRemoval=true) public final class DefaultUserDefinedCS extends AbstractCS implements UserDefinedCS
Deprecated, for removal: This API element is subject to removal in a future version.
The User­Defined­CS class has been removed from ISO 19111:2019.
A 2- or 3-dimensional coordinate system for any combination of coordinate axes not covered by other CS types.
Permitted associations
Used with CRS Permitted axis names
Engineering 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.4
See Also: