public class BoundingBox extends Object
| Constructor and Description |
|---|
BoundingBox(Coordinates southWest,
Coordinates northEast)
Create bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
getNorthEast()
North-east corner of the bounding box.
|
Coordinates |
getSouthWest()
South-west corner of the bounding box.
|
public BoundingBox(Coordinates southWest, Coordinates northEast)
southWest - south-west corner (minimal latitude and longitude)northEast - north-east corner (maximal latitude and longitude)public Coordinates getSouthWest()
public Coordinates getNorthEast()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.