abstract class BDTopoUtils extends AbstractScript
BDTopo utils
| Constructor and description |
|---|
BDTopoUtils() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static java.util.List |
bbox(java.lang.Object x, java.lang.Object y, float distance)Utility method to create a bbox from a point (X, Y) and a distance (in meters). |
|
static java.util.List |
bbox(Geometry geometry)Utility method to create bbox from a GEOMETRY. |
|
static java.util.List |
bbox(Envelope env)Utility method to create a bbox from a Envelope The bbox is represented by a list of values : [minY, minX, maxY, maxX] |
Utility method to create a bbox from a point (X, Y) and a distance (in meters). The bbox is represented by a list of values : [minY, minX, maxY, maxX] @return
Utility method to create bbox from a GEOMETRY. The BBOX is represented by a list of values : [minY, minX, maxY, maxX] @return
geometry - JTS geometryUtility method to create a bbox from a Envelope The bbox is represented by a list of values : [minY, minX, maxY, maxX] @return
env - JTS envelope