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) |
getInstance
public org.locationtech.jts.geom.Geometry transform(CommandContext ctx, org.locationtech.jts.geom.Geometry jtsGeomSrc, int srid) throws FunctionExecutionException
transform
in class GeometryHelper
FunctionExecutionException
public boolean isLatLong(CommandContext ctx, int srid) throws FunctionExecutionException
isLatLong
in class GeometryHelper
FunctionExecutionException
public ClobType geometryToGeoJson(GeometryType object) throws FunctionExecutionException
geometryToGeoJson
in class GeometryHelper
FunctionExecutionException
Copyright © 2020. All rights reserved.