Class BoundingBox
- java.lang.Object
-
- org.gcube.spatial.data.geonetwork.iso.tpl.extent.GeographicExtent
-
- org.gcube.spatial.data.geonetwork.iso.tpl.extent.BoundingBox
-
public class BoundingBox extends GeographicExtent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gcube.spatial.data.geonetwork.iso.tpl.extent.GeographicExtent
GeographicExtent.Type
-
-
Field Summary
Fields Modifier and Type Field Description static BoundingBoxWORLD_EXTENTPredefined bounding box representing the entire world extent.
-
Constructor Summary
Constructors Constructor Description BoundingBox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeographicExtent.TypegetType()Gets the type of this geographic extent.double[]toArray()StringtoString()
-
-
-
Field Detail
-
WORLD_EXTENT
public static final BoundingBox WORLD_EXTENT
Predefined bounding box representing the entire world extent.
-
-
Method Detail
-
toArray
public double[] toArray()
- Returns:
- E, S, W, N
-
getType
public GeographicExtent.Type getType()
Description copied from class:GeographicExtentGets the type of this geographic extent.- Specified by:
getTypein classGeographicExtent- Returns:
- the extent type
-
-