org.h2gis.h2spatial.internal.function.spatial.crs
Class EPSGTuple
java.lang.Object
org.h2gis.h2spatial.internal.function.spatial.crs.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 Summary |
EPSGTuple(int intputEPSG,
int targetEPSG)
Create the tuple with the input and output epsg codes available in the
spatial_ref_sys table |
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 CoordinateSystemtargetEPSG - the epsg code for the output CoordinateSystem
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.