Class GCubeSDILayer
- java.lang.Object
-
- org.bson.Document
-
- org.gcube.application.geoportal.common.model.document.filesets.Materialization
-
- org.gcube.application.geoportal.common.model.document.filesets.sdi.GCubeSDILayer
-
- All Implemented Interfaces:
Serializable,Map<String,Object>,org.bson.conversions.Bson
public class GCubeSDILayer extends Materialization
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringB_BOXstatic StringGCUBE_SDY_LAYER_TYPEstatic StringOGC_LINKSstatic StringPLATFORM_INFO-
Fields inherited from class org.gcube.application.geoportal.common.model.document.filesets.Materialization
TYPE
-
-
Constructor Summary
Constructors Constructor Description GCubeSDILayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetBBox()MapgetOGCLinks()ListgetPlatformInfo()-
Methods inherited from class org.gcube.application.geoportal.common.model.document.filesets.Materialization
getType
-
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
-
GCUBE_SDY_LAYER_TYPE
public static final String GCUBE_SDY_LAYER_TYPE
- See Also:
- Constant Field Values
-
OGC_LINKS
public static final String OGC_LINKS
- See Also:
- Constant Field Values
-
B_BOX
public static final String B_BOX
- See Also:
- Constant Field Values
-
PLATFORM_INFO
public static final String PLATFORM_INFO
- See Also:
- Constant Field Values
-
-