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
- FunctionExecutionException
public boolean isLatLong(CommandContext ctx, int srid) throws FunctionExecutionException
ctx
- srid
- FunctionExecutionException
public ClobType geometryToGeoJson(GeometryType object) throws FunctionExecutionException
object
- FunctionExecutionException
Copyright © 2020. All rights reserved.