Package org.teiid.geo
Class GeometryHelperImpl
- java.lang.Object
-
- org.teiid.query.function.GeometryHelper
-
- org.teiid.geo.GeometryHelperImpl
-
public class GeometryHelperImpl extends GeometryHelper
-
-
Constructor Summary
Constructors Constructor Description GeometryHelperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.teiid.query.function.GeometryHelper
getInstance
-
-
-
-
Method Detail
-
transform
public org.locationtech.jts.geom.Geometry transform(CommandContext ctx, org.locationtech.jts.geom.Geometry jtsGeomSrc, int srid) throws FunctionExecutionException
- Overrides:
transform
in classGeometryHelper
- Returns:
- Throws:
FunctionExecutionException
-
isLatLong
public boolean isLatLong(CommandContext ctx, int srid) throws FunctionExecutionException
- Overrides:
isLatLong
in classGeometryHelper
- Returns:
- Throws:
FunctionExecutionException
-
geometryToGeoJson
public ClobType geometryToGeoJson(GeometryType object) throws FunctionExecutionException
- Overrides:
geometryToGeoJson
in classGeometryHelper
- Returns:
- Throws:
FunctionExecutionException
-
-