Package org.h2gis.functions.spatial.crs
Class EPSGTuple
java.lang.Object
org.h2gis.functions.spatial.crs.EPSGTuple
A simple tuple to manage both input and output CRSes used to build a
CoordinateOperation- Author:
- Erwan Bocher
-
Constructor Summary
ConstructorsConstructorDescriptionEPSGTuple(int intputEPSG, int targetEPSG) Create the tuple with the input and output epsg codes available in the spatial_ref_sys table -
Method Summary
-
Constructor Details
-
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
-
-
Method Details