public class ST_SetSRID
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
ST_SetSRID() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
setSRID(org.locationtech.jts.geom.Geometry geometry,
Integer srid)
Set a new SRID to the geometry
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static org.locationtech.jts.geom.Geometry setSRID(org.locationtech.jts.geom.Geometry geometry,
Integer srid)
throws IllegalArgumentException
geometry - srid - IllegalArgumentExceptionCopyright © 2019 CNRS. All rights reserved.