A coordinate system made of two or more independent coordinate systems.
Used with CRS | Permitted axis names |
{@linkplain org.apache.sis.referencing.crs.DefaultCompoundCRS Compound} | (not applicable) |
{@section Immutability and thread safety}This class is immutable and thus thread-safe if the property
values (not necessarily the map itself) and the {@link CoordinateSystemAxis} instances given to the constructor are also immutable. Unless otherwisenoted in the javadoc, this condition holds if all components were created using only SIS factories and static constants.
@author Martin Desruisseaux (IRD, Geomatys)
@since 0.4 (derived from geotk-2.0)
@version 0.4
@module