Class BBOXDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject.BBOXDV
-
- All Implemented Interfaces:
Serializable
public class BBOXDV extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]asGeoJSONArray()StringasGeoJSONBBox()static BBOXDVfromGeoJSON(double[] coords)DoublegetMaxX()DoublegetMaxY()DoublegetMaxZ()DoublegetMinX()DoublegetMinY()DoublegetMinZ()Booleanis3d()BBOXDVsetMaxX(Double d)BBOXDVsetMaxY(Double d)BBOXDVsetMaxZ(Double d)BBOXDVsetMinX(Double d)BBOXDVsetMinY(Double d)BBOXDVsetMinZ(Double d)
-
-
-
Field Detail
-
MAX_X
public static final String MAX_X
- See Also:
- Constant Field Values
-
MAX_Y
public static final String MAX_Y
- See Also:
- Constant Field Values
-
MAX_Z
public static final String MAX_Z
- See Also:
- Constant Field Values
-
MIN_X
public static final String MIN_X
- See Also:
- Constant Field Values
-
MIN_Y
public static final String MIN_Y
- See Also:
- Constant Field Values
-
MIN_Z
public static final String MIN_Z
- See Also:
- Constant Field Values
-
WORLD
public static final BBOXDV WORLD
-
WORLD_3D
public static final BBOXDV WORLD_3D
-
-
Method Detail
-
fromGeoJSON
public static final BBOXDV fromGeoJSON(double[] coords)
-
getMinY
public Double getMinY()
-
getMaxY
public Double getMaxY()
-
getMinX
public Double getMinX()
-
getMaxX
public Double getMaxX()
-
getMinZ
public Double getMinZ()
-
getMaxZ
public Double getMaxZ()
-
is3d
public Boolean is3d()
-
asGeoJSONBBox
public final String asGeoJSONBBox()
-
asGeoJSONArray
public double[] asGeoJSONArray()
-
-