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 |
---|---|
CoordinateSystem |
getCoordinateSystem()
Returns the OpenGIS coordinate system associated to this
coordinate reference system.
|
getAlias, getConverterTo, getIdentifiers, getName, getRemarks, getScope, getValidArea, toWKT
public CompoundCRS(CoordinateReferenceSystem<C1> first, CoordinateReferenceSystem<C2> next)
public CoordinateSystem getCoordinateSystem()
CoordinateReferenceSystem
getCoordinateSystem
in class CoordinateReferenceSystem<CompoundCoordinates<C1 extends Coordinates<?>,C2 extends Coordinates<?>>>