public class ST_Transform
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
ST_Transform.CopCache
A simple cache to manage
CoordinateOperation |
static class |
ST_Transform.CRSTransformFilter
This method is used to apply a
CoordinateOperation to a geometry. |
| Constructor and Description |
|---|
ST_Transform()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
ST_Transform(Connection connection,
org.locationtech.jts.geom.Geometry geom,
Integer codeEpsg)
Returns a new geometry transformed to the SRID referenced by the integer
parameter available in the spatial_ref_sys table
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static org.locationtech.jts.geom.Geometry ST_Transform(Connection connection, org.locationtech.jts.geom.Geometry geom, Integer codeEpsg) throws SQLException, org.cts.op.CoordinateOperationException
connection - geom - codeEpsg - SQLExceptionorg.cts.op.CoordinateOperationExceptionCopyright © 2019 CNRS. All rights reserved.