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 VarGeometryCollection
GeometryCollection()
VarGeometryCollection
GeometryCollection(VarGeometry... coordinates)
String
getCategory()
List<Function>
getFunctions()
VarGeometry
LineString()
VarGeometry
LineString(Coordinate[] coordinates, OpenDSLContext context)
VarGeometry
MultiLineString()
VarGeometry
MultiLineString(VarGeometry[] coordinates, OpenDSLContext context)
VarGeometry
MultiPoint()
VarGeometry
MultiPoint(Coordinate[] coordinates, OpenDSLContext context)
VarGeometry
MultiPolygon()
VarGeometry
MultiPolygon(VarGeometry[] coordinates, OpenDSLContext context)
VarGeometry
Point(Coordinate coordinate)
VarGeometry
Polygon()
VarGeometry
Polygon(Coordinate[] coordinates, OpenDSLContext context)
VarGeometry
Polygon(VarGeometry[] coordinates, OpenDSLContext context)
VarDynamicObject
Sphere(Coordinate centre, VarScalar radius)
VarDynamicObject
Sphere(Coordinate centre, VarScalar min, VarScalar max)
-
Constructor Details
-
GeoConstructors
public GeoConstructors()
-
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctions
in interfaceFunctionHolder
-
Point
-
LineString
-
LineString
-
MultiPoint
-
MultiPoint
-
Polygon
-
Polygon
-
Polygon
-
MultiLineString
-
MultiLineString
-
MultiPolygon
-
MultiPolygon
-
GeometryCollection
-
GeometryCollection
-
Sphere
-
Sphere
-