public class Layer extends CoverageDescriptor implements Storable
| Modifier and Type | Field and Description |
|---|---|
static org.gcube.common.core.utils.logging.GCUBELog |
logger |
| Constructor and Description |
|---|
Layer(org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.LayerType type,
boolean customized,
org.gcube.common.gis.datamodel.enhanced.LayerInfo layerInfo,
CoverageDescriptor coverage,
MetaInformations metaInfo,
String... speciesIds) |
| Modifier and Type | Method and Description |
|---|---|
protected static Layer |
get(String id) |
String |
getId() |
org.gcube.common.gis.datamodel.enhanced.LayerInfo |
getLayerInfo() |
MetaInformations |
getMetaInfo() |
String[] |
getSpeciesIds() |
org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.LayerType |
getType() |
ArrayList<String> |
getWmsContextsId() |
protected static void |
remove(String id) |
void |
setId(String id) |
void |
setSpeciesIds(String[] speciesIds) |
void |
setType(org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.LayerType type) |
void |
setWmsContextsId(ArrayList<String> wmsContextsId) |
equals, getParameters, getTableId, hashCode, isCustomized, setCustomized, setParameters, setTableIdpublic Layer(org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.LayerType type,
boolean customized,
org.gcube.common.gis.datamodel.enhanced.LayerInfo layerInfo,
CoverageDescriptor coverage,
MetaInformations metaInfo,
String... speciesIds)
public void setWmsContextsId(ArrayList<String> wmsContextsId)
wmsContextsId - the wmsContextsId to setpublic MetaInformations getMetaInfo()
public void setId(String id)
public org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.LayerType getType()
public void setType(org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.LayerType type)
type - the type to setpublic org.gcube.common.gis.datamodel.enhanced.LayerInfo getLayerInfo()
public String[] getSpeciesIds()
public void setSpeciesIds(String[] speciesIds)
speciesIds - the speciesIds to setprotected static Layer get(String id) throws org.gcube.common.dbinterface.persistence.ObjectNotFoundException, Exception
org.gcube.common.dbinterface.persistence.ObjectNotFoundExceptionExceptionCopyright © 2016. All Rights Reserved.