public class GeometryHelper extends Object
| Constructor and Description |
|---|
GeometryHelper() |
| Modifier and Type | Method and Description |
|---|---|
ClobType |
geometryToGeoJson(GeometryType object) |
static GeometryHelper |
getInstance() |
boolean |
isLatLong(CommandContext ctx,
int srid) |
org.locationtech.jts.geom.Geometry |
transform(CommandContext ctx,
org.locationtech.jts.geom.Geometry jtsGeomSrc,
int srid) |
public static GeometryHelper getInstance()
public org.locationtech.jts.geom.Geometry transform(CommandContext ctx, org.locationtech.jts.geom.Geometry jtsGeomSrc, int srid) throws FunctionExecutionException
ctx - jtsGeomSrc - srid - FunctionExecutionExceptionpublic boolean isLatLong(CommandContext ctx, int srid) throws FunctionExecutionException
ctx - srid - FunctionExecutionExceptionpublic ClobType geometryToGeoJson(GeometryType object) throws FunctionExecutionException
object - FunctionExecutionExceptionCopyright © 2019. All rights reserved.