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