org.gcube.common.gis.datamodel.enhanced
Class LayerInfo

java.lang.Object
  extended by org.gcube.common.gis.datamodel.enhanced.LayerInfo

public class LayerInfo
extends Object


Constructor Summary
LayerInfo()
           
LayerInfo(org.gcube_system.namespaces.application.aquamaps.gistypes.LayerInfoType toLoad)
           
 
Method Summary
 String get_abstract()
           
 int getBuffer()
           
 String getDefaultStyle()
           
 BoundsInfo getMaxExtent()
           
 BoundsInfo getMinExtent()
           
 String getName()
           
 double getOpacity()
           
 String getServerLogin()
           
 String getServerPassword()
           
 String getServerProtocol()
           
 String getServerType()
           
 String getSrs()
           
 ArrayList<String> getStyles()
           
 String getTitle()
           
 TransectInfo getTransect()
           
 LayersType getType()
           
 String getUrl()
           
 boolean isBaseLayer()
           
 boolean isHasLegend()
           
 boolean isQueryable()
           
 boolean isSelected()
           
 boolean isTrasparent()
           
 boolean isVisible()
           
 void set_abstract(String _abstract)
           
 void setBaseLayer(boolean baseLayer)
           
 void setBuffer(int buffer)
           
 void setDefaultStyle(String defaultStyle)
           
 void setHasLegend(boolean hasLegend)
           
 void setMaxExtent(BoundsInfo maxExtent)
           
 void setMinExtent(BoundsInfo minExtent)
           
 void setName(String name)
           
 void setOpacity(double opacity)
           
 void setQueryable(boolean queryable)
           
 void setSelected(boolean selected)
           
 void setServerLogin(String serverLogin)
           
 void setServerPassword(String serverPassword)
           
 void setServerProtocol(String serverProtocol)
           
 void setServerType(String serverType)
           
 void setSrs(String srs)
           
 void setStyles(ArrayList<String> styles)
           
 void setTitle(String title)
           
 void setTransect(TransectInfo transect)
           
 void setTrasparent(boolean trasparent)
           
 void setType(LayersType type)
           
 void setUrl(String url)
           
 void setVisible(boolean visible)
           
 org.gcube_system.namespaces.application.aquamaps.gistypes.LayerInfoType toStubsVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerInfo

public LayerInfo()

LayerInfo

public LayerInfo(org.gcube_system.namespaces.application.aquamaps.gistypes.LayerInfoType toLoad)
Method Detail

toStubsVersion

public org.gcube_system.namespaces.application.aquamaps.gistypes.LayerInfoType toStubsVersion()

getName

public String getName()

setName

public void setName(String name)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

get_abstract

public String get_abstract()

set_abstract

public void set_abstract(String _abstract)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getServerProtocol

public String getServerProtocol()

setServerProtocol

public void setServerProtocol(String serverProtocol)

getServerPassword

public String getServerPassword()

setServerPassword

public void setServerPassword(String serverPassword)

getServerLogin

public String getServerLogin()

setServerLogin

public void setServerLogin(String serverLogin)

getServerType

public String getServerType()

setServerType

public void setServerType(String serverType)

getSrs

public String getSrs()

setSrs

public void setSrs(String srs)

getType

public LayersType getType()

setType

public void setType(LayersType type)

isTrasparent

public boolean isTrasparent()

setTrasparent

public void setTrasparent(boolean trasparent)

isBaseLayer

public boolean isBaseLayer()

setBaseLayer

public void setBaseLayer(boolean baseLayer)

getBuffer

public int getBuffer()

setBuffer

public void setBuffer(int buffer)

isHasLegend

public boolean isHasLegend()

setHasLegend

public void setHasLegend(boolean hasLegend)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)

isQueryable

public boolean isQueryable()

setQueryable

public void setQueryable(boolean queryable)

getMaxExtent

public BoundsInfo getMaxExtent()

setMaxExtent

public void setMaxExtent(BoundsInfo maxExtent)

getMinExtent

public BoundsInfo getMinExtent()

setMinExtent

public void setMinExtent(BoundsInfo minExtent)

getDefaultStyle

public String getDefaultStyle()

setDefaultStyle

public void setDefaultStyle(String defaultStyle)

getOpacity

public double getOpacity()

setOpacity

public void setOpacity(double opacity)

getStyles

public ArrayList<String> getStyles()

setStyles

public void setStyles(ArrayList<String> styles)

getTransect

public TransectInfo getTransect()

setTransect

public void setTransect(TransectInfo transect)


Copyright © 2013. All Rights Reserved.