Class GCubeSDILayer
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.materialization.GCubeSDILayer
-
- All Implemented Interfaces:
Serializable
public class GCubeSDILayer extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GCubeSDILayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BBOXDVgetBbox()HashMap<String,String>getOgcLinks()List<GeoServerPlatformInfoDV>getPlatformInfos()StringgetType()voidsetBbox(BBOXDV bbox)voidsetOgcLinks(HashMap<String,String> ogcLinks)voidsetPlatformInfos(List<GeoServerPlatformInfoDV> platformInfos)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
getPlatformInfos
public List<GeoServerPlatformInfoDV> getPlatformInfos()
-
getBbox
public BBOXDV getBbox()
-
setType
public void setType(String type)
-
setPlatformInfos
public void setPlatformInfos(List<GeoServerPlatformInfoDV> platformInfos)
-
setBbox
public void setBbox(BBOXDV bbox)
-
-