Class GCubeSDILayer.BBOX
- java.lang.Object
-
- org.bson.Document
-
- org.gcube.application.geoportal.common.model.document.filesets.sdi.GCubeSDILayer.BBOX
-
- All Implemented Interfaces:
Serializable,Map<String,Object>,org.bson.conversions.Bson
- Enclosing class:
- GCubeSDILayer
public static class GCubeSDILayer.BBOX extends org.bson.Document- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]asGeoJSONArray()StringasGeoJSONBBox()static GCubeSDILayer.BBOXfromGeoJSON(double[] coords)DoublegetMaxX()DoublegetMaxY()DoublegetMaxZ()DoublegetMinX()DoublegetMinY()DoublegetMinZ()Booleanis3d()GCubeSDILayer.BBOXsetMaxX(Double d)GCubeSDILayer.BBOXsetMaxY(Double d)GCubeSDILayer.BBOXsetMaxZ(Double d)GCubeSDILayer.BBOXsetMinX(Double d)GCubeSDILayer.BBOXsetMinY(Double d)GCubeSDILayer.BBOXsetMinZ(Double d)-
Methods inherited from class org.bson.Document
append, clear, containsKey, containsValue, entrySet, equals, get, get, get, getBoolean, getBoolean, getDate, getDouble, getEmbedded, getEmbedded, getInteger, getInteger, getList, getList, getLong, getObjectId, getString, hashCode, isEmpty, keySet, parse, parse, put, putAll, remove, size, toBsonDocument, toJson, toJson, toJson, toJson, toString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
WORLD
public static final GCubeSDILayer.BBOX WORLD
-
WORLD_3D
public static final GCubeSDILayer.BBOX WORLD_3D
-
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
-
-
Method Detail
-
asGeoJSONBBox
public final String asGeoJSONBBox()
-
asGeoJSONArray
public double[] asGeoJSONArray()
-
fromGeoJSON
public static final GCubeSDILayer.BBOX fromGeoJSON(double[] coords)
-
setMaxX
public GCubeSDILayer.BBOX setMaxX(Double d)
-
setMaxY
public GCubeSDILayer.BBOX setMaxY(Double d)
-
setMaxZ
public GCubeSDILayer.BBOX setMaxZ(Double d)
-
setMinX
public GCubeSDILayer.BBOX setMinX(Double d)
-
setMinY
public GCubeSDILayer.BBOX setMinY(Double d)
-
setMinZ
public GCubeSDILayer.BBOX setMinZ(Double d)
-
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()
-
-