org.h2gis.h2spatial.internal.function.spatial.crs
Class EPSGTuple

java.lang.Object
  extended by 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
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

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.