Package org.h2gis.functions.spatial.crs
Class ST_IsProjectedCRS
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.crs.ST_IsProjectedCRS
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_IsProjectedCRS extends org.h2gis.api.DeterministicScalarFunctionMethod to check if the CRS of the geometry is projected- Author:
- Erwan Bocher, CNRS
-
-
Constructor Summary
Constructors Constructor Description ST_IsProjectedCRS()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Booleanexecute(Connection connection, org.locationtech.jts.geom.Geometry geometry)Return true if the CRS is a projected oneStringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
execute
public static Boolean execute(Connection connection, org.locationtech.jts.geom.Geometry geometry) throws SQLException
Return true if the CRS is a projected one- Parameters:
geometry-- Returns:
- Throws:
SQLException
-
-