Package org.h2gis.functions.spatial.crs
Class EPSGTuple
- java.lang.Object
-
- org.h2gis.functions.spatial.crs.EPSGTuple
-
public class EPSGTuple extends Object
A simple tuple to manage both input and output CRSes used to build aCoordinateOperation- Author:
- Erwan Bocher
-
-
Constructor Summary
Constructors Constructor Description EPSGTuple(int intputEPSG, int targetEPSG)Create the tuple with the input and output epsg codes available in the spatial_ref_sys table
-
-
-
Constructor Detail
-
EPSGTuple
public EPSGTuple(int intputEPSG, int targetEPSG)Create the tuple with the input and output epsg codes available in the spatial_ref_sys table- Parameters:
intputEPSG- the epsg code for the inputCoordinateSystemtargetEPSG- the epsg code for the outputCoordinateSystem
-
-