public class CompoundCRS<C1 extends Coordinates<?>,C2 extends Coordinates<?>> extends CoordinateReferenceSystem<CompoundCoordinates<C1,C2>>
| Constructor and Description |
|---|
CompoundCRS(CoordinateReferenceSystem<C1> first,
CoordinateReferenceSystem<C2> next) |
| Modifier and Type | Method and Description |
|---|---|
org.opengis.referencing.cs.CoordinateSystem |
getCoordinateSystem()
Returns the OpenGIS coordinate system associated to this
coordinate reference system.
|
getAlias, getConverterTo, getIdentifiers, getName, getRemarks, getScope, getValidArea, toWKTpublic CompoundCRS(CoordinateReferenceSystem<C1> first, CoordinateReferenceSystem<C2> next)
public org.opengis.referencing.cs.CoordinateSystem getCoordinateSystem()
CoordinateReferenceSystemgetCoordinateSystem in interface org.opengis.referencing.crs.CoordinateReferenceSystemgetCoordinateSystem in class CoordinateReferenceSystem<CompoundCoordinates<C1 extends Coordinates<?>,C2 extends Coordinates<?>>>