| Package | Description |
|---|---|
| org.vast.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Bbox
Title:
Bbox
|
| Modifier and Type | Method and Description |
|---|---|
SpatialExtent |
SpatialExtent.copy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpatialExtent.add(SpatialExtent bbox)
Combines given extent with this extent
by computing the smallest rectangular
extent that contains both of them.
|
boolean |
SpatialExtent.contains(SpatialExtent bbox)
Finds out if given extent is included in this one.
|
boolean |
SpatialExtent.intersects(SpatialExtent bbox)
Finds out if this bbox intersects the given bbox.
|
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.