Class EPSGTuple


  • public class EPSGTuple
    extends Object
    A simple tuple to manage both input and output CRSes used to build a CoordinateOperation
    Author:
    Erwan Bocher
    • 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 input CoordinateSystem
        targetEPSG - the epsg code for the output CoordinateSystem