abstract class OSM extends AbstractScript
Main class to access to the OSM processes
| Modifiers | Name | Description |
|---|---|---|
static java.lang.Object |
InputDataFormatting |
|
static java.lang.Object |
InputDataLoading |
|
static java.lang.Object |
WorkflowOSM |
| Constructor and description |
|---|
OSM() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static java.util.List |
bbox(float lat, float lon, float distance)Utility method to create bbox represented by a list of values : [minY, minX, maxY, maxX] from a point and a distance |
|
static java.util.List |
bbox(Geometry geometry)Utility method to create bbox represented by a list of values : [minY, minX, maxY, maxX] from a geometry |
|
static java.util.List |
bbox(Envelope env)Utility method to create bbox represented by a list of values : [minY, minX, maxY, maxX] from an envelope |
|
static java.util.Map |
workflow(java.lang.Object input)Run the OSM workflow |
Utility method to create bbox represented by a list of values : [minY, minX, maxY, maxX] from a point and a distance @return
Utility method to create bbox represented by a list of values : [minY, minX, maxY, maxX] from a geometry @return
geometry - JTS geometryUtility method to create bbox represented by a list of values : [minY, minX, maxY, maxX] from an envelope @return
env - JTS envelopeRun the OSM workflow @return