Package com.walkfares.function
Class GeoConstructors
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.GeoConstructors
- All Implemented Interfaces:
FunctionHolder
public class GeoConstructors extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description GeoConstructors() -
Method Summary
Modifier and Type Method Description VarGeometryCollectionGeometryCollection()VarGeometryCollectionGeometryCollection(VarGeometry... coordinates)StringgetCategory()List<Function>getFunctions()VarGeometryLineString()VarGeometryLineString(Coordinate[] coordinates, OpenDSLContext context)VarGeometryMultiLineString()VarGeometryMultiLineString(VarGeometry[] coordinates, OpenDSLContext context)VarGeometryMultiPoint()VarGeometryMultiPoint(Coordinate[] coordinates, OpenDSLContext context)VarGeometryMultiPolygon()VarGeometryMultiPolygon(VarGeometry[] coordinates, OpenDSLContext context)VarGeometryPoint(Coordinate coordinate)VarGeometryPolygon()VarGeometryPolygon(Coordinate[] coordinates, OpenDSLContext context)VarGeometryPolygon(VarGeometry[] coordinates, OpenDSLContext context)VarDynamicObjectSphere(Coordinate centre, VarScalar radius)VarDynamicObjectSphere(Coordinate centre, VarScalar min, VarScalar max)
-
Constructor Details
-
GeoConstructors
public GeoConstructors()
-
-
Method Details
-
getCategory
- Specified by:
getCategoryin interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctionsin interfaceFunctionHolder
-
Point
-
LineString
-
LineString
-
MultiPoint
-
MultiPoint
-
Polygon
-
Polygon
-
Polygon
-
MultiLineString
-
MultiLineString
-
MultiPolygon
-
MultiPolygon
-
GeometryCollection
-
GeometryCollection
-
Sphere
-
Sphere
-