Uses of Interface
org.opengis.referencing.crs.CompoundCRS
-
Packages that use CompoundCRS Package Description org.opengis.referencing.crs -
-
Uses of CompoundCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return CompoundCRS Modifier and Type Method Description CompoundCRS
CRSAuthorityFactory. createCompoundCRS(java.lang.String code)
Creates a 3D coordinate reference system from a code.CompoundCRS
CRSFactory. createCompoundCRS(java.util.Map<java.lang.String,?> properties, CoordinateReferenceSystem... elements)
Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystem
objects.
-