org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis
Class LayerInfoType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.LayerInfoType

public class LayerInfoType
extends Object


Constructor Summary
LayerInfoType()
           
LayerInfoType(String name, String title, String abstractField, String url, String serverProtocol, String serverPassword, String serverLogin, String serverType, String srs, LayerType type, boolean transparent, boolean baseLayer, int buffer, boolean hasLegend, boolean visible, boolean selected, boolean queryable, BoundsInfoType maxExtent, BoundsInfoType minExtent, String defaultStyle, double opacity, StringArray styles, TransectInfoType transect)
           
 
Method Summary
 String abstractField()
           
 void abstractField(String abstractField)
           
 boolean baseLayer()
           
 void baseLayer(boolean baseLayer)
           
 int buffer()
           
 void buffer(int buffer)
           
 String defaultStyle()
           
 void defaultStyle(String defaultStyle)
           
 boolean hasLegend()
           
 void hasLegend(boolean hasLegend)
           
 BoundsInfoType maxExtent()
           
 void maxExtent(BoundsInfoType maxExtent)
           
 BoundsInfoType minExtent()
           
 void minExtent(BoundsInfoType minExtent)
           
 String name()
           
 void name(String name)
           
 double opacity()
           
 void opacity(double opacity)
           
 boolean queryable()
           
 void queryable(boolean queryable)
           
 boolean selected()
           
 void selected(boolean selected)
           
 String serverLogin()
           
 void serverLogin(String serverLogin)
           
 String serverPassword()
           
 void serverPassword(String serverPassword)
           
 String serverProtocol()
           
 void serverProtocol(String serverProtocol)
           
 String serverType()
           
 void serverType(String serverType)
           
 String srs()
           
 void srs(String srs)
           
 StringArray styles()
           
 void styles(StringArray styles)
           
 String title()
           
 void title(String title)
           
 String toString()
           
 TransectInfoType transect()
           
 void transect(TransectInfoType transect)
           
 boolean transparent()
           
 void transparent(boolean transparent)
           
 LayerType type()
           
 void type(LayerType type)
           
 String url()
           
 void url(String toSetUrl)
           
 boolean visible()
           
 void visible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerInfoType

public LayerInfoType()

LayerInfoType

public LayerInfoType(String name,
                     String title,
                     String abstractField,
                     String url,
                     String serverProtocol,
                     String serverPassword,
                     String serverLogin,
                     String serverType,
                     String srs,
                     LayerType type,
                     boolean transparent,
                     boolean baseLayer,
                     int buffer,
                     boolean hasLegend,
                     boolean visible,
                     boolean selected,
                     boolean queryable,
                     BoundsInfoType maxExtent,
                     BoundsInfoType minExtent,
                     String defaultStyle,
                     double opacity,
                     StringArray styles,
                     TransectInfoType transect)
Method Detail

name

public String name()
Returns:
the name

name

public void name(String name)
Parameters:
name - the name to set

title

public String title()
Returns:
the title

title

public void title(String title)
Parameters:
title - the title to set

abstractField

public String abstractField()
Returns:
the abstractField

abstractField

public void abstractField(String abstractField)
Parameters:
abstractField - the abstractField to set

serverProtocol

public String serverProtocol()
Returns:
the serverProtocol

serverProtocol

public void serverProtocol(String serverProtocol)
Parameters:
serverProtocol - the serverProtocol to set

serverPassword

public String serverPassword()
Returns:
the serverPassword

serverPassword

public void serverPassword(String serverPassword)
Parameters:
serverPassword - the serverPassword to set

serverLogin

public String serverLogin()
Returns:
the serverLogin

serverLogin

public void serverLogin(String serverLogin)
Parameters:
serverLogin - the serverLogin to set

serverType

public String serverType()
Returns:
the serverType

serverType

public void serverType(String serverType)
Parameters:
serverType - the serverType to set

srs

public String srs()
Returns:
the srs

srs

public void srs(String srs)
Parameters:
srs - the srs to set

type

public LayerType type()
Returns:
the type

type

public void type(LayerType type)
Parameters:
type - the type to set

transparent

public boolean transparent()
Returns:
the transparent

transparent

public void transparent(boolean transparent)
Parameters:
transparent - the transparent to set

baseLayer

public boolean baseLayer()
Returns:
the baseLayer

baseLayer

public void baseLayer(boolean baseLayer)
Parameters:
baseLayer - the baseLayer to set

buffer

public int buffer()
Returns:
the buffer

buffer

public void buffer(int buffer)
Parameters:
buffer - the buffer to set

hasLegend

public boolean hasLegend()
Returns:
the hasLegend

hasLegend

public void hasLegend(boolean hasLegend)
Parameters:
hasLegend - the hasLegend to set

visible

public boolean visible()
Returns:
the visible

visible

public void visible(boolean visible)
Parameters:
visible - the visible to set

selected

public boolean selected()
Returns:
the selected

selected

public void selected(boolean selected)
Parameters:
selected - the selected to set

queryable

public boolean queryable()
Returns:
the queryable

queryable

public void queryable(boolean queryable)
Parameters:
queryable - the queryable to set

maxExtent

public BoundsInfoType maxExtent()
Returns:
the maxExtent

maxExtent

public void maxExtent(BoundsInfoType maxExtent)
Parameters:
maxExtent - the maxExtent to set

minExtent

public BoundsInfoType minExtent()
Returns:
the minExtent

minExtent

public void minExtent(BoundsInfoType minExtent)
Parameters:
minExtent - the minExtent to set

defaultStyle

public String defaultStyle()
Returns:
the defaultStyle

defaultStyle

public void defaultStyle(String defaultStyle)
Parameters:
defaultStyle - the defaultStyle to set

opacity

public double opacity()
Returns:
the opacity

opacity

public void opacity(double opacity)
Parameters:
opacity - the opacity to set

styles

public StringArray styles()
Returns:
the styles

styles

public void styles(StringArray styles)
Parameters:
styles - the styles to set

transect

public TransectInfoType transect()
Returns:
the transect

transect

public void transect(TransectInfoType transect)
Parameters:
transect - the transect to set

url

public String url()

url

public void url(String toSetUrl)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.