| Package | Description |
|---|---|
| mil.nga.sf | |
| mil.nga.sf.util |
| Modifier and Type | Method and Description |
|---|---|
GeometryEnvelope |
GeometryEnvelope.copy()
Copy the geometry envelope
|
GeometryEnvelope |
Geometry.getEnvelope()
Get the minimum bounding box for this Geometry
|
GeometryEnvelope |
GeometryEnvelope.overlap(GeometryEnvelope envelope)
Get the overlapping geometry envelope with the provided envelope
|
GeometryEnvelope |
GeometryEnvelope.overlap(GeometryEnvelope envelope,
boolean allowEmpty)
Get the overlapping geometry envelope with the provided envelope
|
GeometryEnvelope |
GeometryEnvelope.union(GeometryEnvelope envelope)
Get the union geometry envelope combined with the provided envelope
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeometryEnvelope.contains(GeometryEnvelope envelope)
Determine if inclusively contains the provided envelope
|
boolean |
GeometryEnvelope.intersects(GeometryEnvelope envelope)
Determine if intersects with the provided envelope
|
boolean |
GeometryEnvelope.intersects(GeometryEnvelope envelope,
boolean allowEmpty)
Determine if intersects with the provided envelope
|
GeometryEnvelope |
GeometryEnvelope.overlap(GeometryEnvelope envelope)
Get the overlapping geometry envelope with the provided envelope
|
GeometryEnvelope |
GeometryEnvelope.overlap(GeometryEnvelope envelope,
boolean allowEmpty)
Get the overlapping geometry envelope with the provided envelope
|
GeometryEnvelope |
GeometryEnvelope.union(GeometryEnvelope envelope)
Get the union geometry envelope combined with the provided envelope
|
| Constructor and Description |
|---|
GeometryEnvelope(GeometryEnvelope envelope)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static GeometryEnvelope |
GeometryEnvelopeBuilder.buildEnvelope(Geometry geometry)
Build Geometry Envelope
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GeometryEnvelopeBuilder.buildEnvelope(Geometry geometry,
GeometryEnvelope envelope)
Build Geometry Envelope
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.