org.h2gis.h2spatial.internal.function.spatial.properties
Class ST_GeometryType
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatial.internal.function.spatial.properties.ST_GeometryType
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_GeometryType
- extends DeterministicScalarFunction
Return the type of geometry : POINT, LINESTRING, POLYGON...
- Author:
- Nicolas Fortin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_GeometryType
public ST_GeometryType()
- Default constructor
getJavaStaticMethod
public String getJavaStaticMethod()
getGeometryType
public static String getGeometryType(com.vividsolutions.jts.geom.Geometry geometry)
- Parameters:
geometry - Geometry instance
- Returns:
- Geometry type equivalent to
Geometry.getGeometryType()
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.