org.jscience.geography.coordinates.crs
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.
-
-
Constructor Summary
Constructors Constructor and Description CompoundCRS(CoordinateReferenceSystem<C1> first, CoordinateReferenceSystem<C2> next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description org.opengis.referencing.cs.CoordinateSystemgetCoordinateSystem()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:CoordinateReferenceSystemReturns the OpenGIS coordinate system associated to this coordinate reference system.- Specified by:
getCoordinateSystemin interfaceorg.opengis.referencing.crs.CoordinateReferenceSystem- Specified by:
getCoordinateSystemin classCoordinateReferenceSystem<CompoundCoordinates<C1 extends Coordinates<?>,C2 extends Coordinates<?>>>- Returns:
- the corresponding coordinate system.
-
-
DMelt 3.0 © DataMelt by jWork.ORG