Class CompoundCRS<C1 extends Coordinates<?>,C2 extends Coordinates<?>>
- java.lang.Object
-
- org.jscience.geography.coordinates.crs.CoordinateReferenceSystem<CompoundCoordinates<C1,C2>>
-
- org.jscience.geography.coordinates.crs.CompoundCRS<C1,C2>
-
- All Implemented Interfaces:
org.opengis.referencing.crs.CoordinateReferenceSystem
,org.opengis.referencing.IdentifiedObject
,org.opengis.referencing.ReferenceSystem
public class CompoundCRS<C1 extends Coordinates<?>,C2 extends Coordinates<?>> extends CoordinateReferenceSystem<CompoundCoordinates<C1,C2>>
This class represents a coordinate reference system combining two or more distinct reference systems.- Version:
- 3.0, February 13, 2006
- Author:
- Jean-Marie Dautelle
-
-
Constructor Summary
Constructors Constructor Description CompoundCRS(CoordinateReferenceSystem<C1> first, CoordinateReferenceSystem<C2> next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opengis.referencing.cs.CoordinateSystem
getCoordinateSystem()
Returns the OpenGIS coordinate system associated to this coordinate reference system.-
Methods inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
getAlias, getConverterTo, getIdentifiers, getName, getRemarks, getScope, getValidArea, toWKT
-
-
-
-
Constructor Detail
-
CompoundCRS
public CompoundCRS(CoordinateReferenceSystem<C1> first, CoordinateReferenceSystem<C2> next)
-
-
Method Detail
-
getCoordinateSystem
public org.opengis.referencing.cs.CoordinateSystem getCoordinateSystem()
Description copied from class:CoordinateReferenceSystem
Returns the OpenGIS coordinate system associated to this coordinate reference system.- Specified by:
getCoordinateSystem
in interfaceorg.opengis.referencing.crs.CoordinateReferenceSystem
- Specified by:
getCoordinateSystem
in classCoordinateReferenceSystem<CompoundCoordinates<C1 extends Coordinates<?>,C2 extends Coordinates<?>>>
- Returns:
- the corresponding coordinate system.
-
-