| Package | Description |
|---|---|
| de.narimo.commons |
| Modifier and Type | Method and Description |
|---|---|
static BBoxTools.AxisOrder |
BBoxTools.AxisOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BBoxTools.AxisOrder[] |
BBoxTools.AxisOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static de.narimo.commons.dto.BBox |
BBoxTools.toBBox(de.narimo.commons.dto.xml.ows.BoundingBox boundingBox,
BBoxTools.AxisOrder axisOrder) |
static de.narimo.commons.dto.BBox |
BBoxTools.toBBox(String gnGeoBox,
String optDelimiter,
BBoxTools.AxisOrder axisOrder)
Converts a delimiter-separated string to a bbox.
|
static de.narimo.commons.dto.BBox[] |
BBoxTools.toBBoxArray(List<String> gnGeoBoxArray,
String optDelimiter,
BBoxTools.AxisOrder axisOrder) |
static String |
BBoxTools.toString(de.narimo.commons.dto.BBox bbox,
BBoxTools.AxisOrder axisOrder)
Returns a comma-separated string of the bbox.
|
Copyright © 2020. All rights reserved.