Package org.h2gis.functions.spatial.crs
Class ST_FindUTMSRID
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.crs.ST_FindUTMSRID
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_FindUTMSRID extends org.h2gis.api.DeterministicScalarFunctionFind the UTM SRID code- Author:
- Erwan Bocher
-
-
Constructor Summary
Constructors Constructor Description ST_FindUTMSRID()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static intfindSRID(Connection connection, org.locationtech.jts.geom.Geometry geometry)Find UTM SRID from a geometryStringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
findSRID
public static int findSRID(Connection connection, org.locationtech.jts.geom.Geometry geometry) throws SQLException
Find UTM SRID from a geometry- Parameters:
connection-geometry-- Returns:
- Throws:
SQLException
-
-