public final class Extents extends Static
Extent
objects.Envelopes
Defined in the sis-metadata module
Modifier and Type | Field and Description |
---|---|
static Extent |
WORLD
A geographic extent ranging from 180°W to 180°E and 90°S to 90°N.
|
Modifier and Type | Method and Description |
---|---|
static GeographicBoundingBox |
getGeographicBoundingBox(Extent extent)
Returns a single geographic bounding box from the specified extent.
|
public static final Extent WORLD
public static GeographicBoundingBox getGeographicBoundingBox(Extent extent)
null
.
If a single bounding box is found, then that box is returned directly.
If more than one box is found, then all those boxes are
added together.extent
- The extent to convert to a geographic bounding box, or null
.null
if the given extent was null
.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.