Package org.geotools.stac.client
Class CollectionExtent.SpatialExtents
- Object
-
- AnyJSONObject
-
- SpatialExtents
-
- Enclosing class:
- CollectionExtent
public class CollectionExtent.SpatialExtents extends AnyJSONObject
Spatial extent bboxs, each bbox xmin,ymin,xmax,ymax crs CRS84.
-
-
Constructor Summary
Constructors Constructor Description SpatialExtents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<Double>>
getBbox()
String
getCrs()
void
setBbox(List<List<Double>> bbox)
void
setCrs(String crs)
-
Methods inherited from class AnyJSONObject
equals, hashCode, otherFields, setOtherField, toString
-
-