Package org.vast.util
Class Bbox
java.lang.Object
org.vast.util.SpatialExtent
org.vast.util.Bbox
Simple structure for OGC-style bbox info.
- Since:
- Aug 16, 2005
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy()
static Bbox
fromJtsEnvelope
(org.locationtech.jts.geom.Envelope env) org.locationtech.jts.geom.Envelope
org.locationtech.jts.geom.Polygon
Methods inherited from class org.vast.util.SpatialExtent
add, checkCrs, contains, equals, getCenter, getCrs, getDiagonalDistance, getMaxDistance, getMaxX, getMaxY, getMaxZ, getMinX, getMinY, getMinZ, getSizeX, getSizeY, getSizeZ, hashCode, intersects, isNull, isNull, nullify, resizeToContain, setCrs, setMaxX, setMaxY, setMaxZ, setMinX, setMinY, setMinZ, toString
-
Constructor Details
-
Bbox
public Bbox() -
Bbox
public Bbox(double minX, double minY, double maxX, double maxY) -
Bbox
public Bbox(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) -
Bbox
-
Bbox
public Bbox(double minX, double minY, double minZ, double maxX, double maxY, double maxZ, String crs)
-
-
Method Details
-
copy
- Overrides:
copy
in classSpatialExtent
- Returns:
- an exact copy of this SpatialExtent
-
fromJtsEnvelope
-
toJtsEnvelope
public org.locationtech.jts.geom.Envelope toJtsEnvelope() -
toJtsPolygon
public org.locationtech.jts.geom.Polygon toJtsPolygon() -
toGmlEnvelope
-
checkValid
public void checkValid()
-