Uses of Class
net.sf.eBusx.geo.BoundingBox
-
Packages that use BoundingBox Package Description net.sf.eBusx.geo This package defineseBus message fields
implementing GeoJSON data types as defined in GeoJSON specification.. -
-
Uses of BoundingBox in net.sf.eBusx.geo
Fields in net.sf.eBusx.geo declared as BoundingBox Modifier and Type Field Description BoundingBox
GeoObject. boundingBox
Optional bounding box associated with this GeoJSON type.Methods in net.sf.eBusx.geo that return BoundingBox Modifier and Type Method Description protected BoundingBox
BoundingBox.Builder. buildImpl()
Returns a new bounding box instance based on this builder's settings.Methods in net.sf.eBusx.geo with parameters of type BoundingBox Modifier and Type Method Description EField.Builder
GeoObject.GeoBuilder. boundingBox(BoundingBox bbox)
Sets optional bounding box.
-