public class LayerInfoType extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
public 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)
public String name()
public void name(String name)
name
- the name to setpublic String title()
public void title(String title)
title
- the title to setpublic String abstractField()
public void abstractField(String abstractField)
abstractField
- the abstractField to setpublic String serverProtocol()
public void serverProtocol(String serverProtocol)
serverProtocol
- the serverProtocol to setpublic String serverPassword()
public void serverPassword(String serverPassword)
serverPassword
- the serverPassword to setpublic String serverLogin()
public void serverLogin(String serverLogin)
serverLogin
- the serverLogin to setpublic String serverType()
public void serverType(String serverType)
serverType
- the serverType to setpublic String srs()
public void srs(String srs)
srs
- the srs to setpublic LayerType type()
public void type(LayerType type)
type
- the type to setpublic boolean transparent()
public void transparent(boolean transparent)
transparent
- the transparent to setpublic boolean baseLayer()
public void baseLayer(boolean baseLayer)
baseLayer
- the baseLayer to setpublic int buffer()
public void buffer(int buffer)
buffer
- the buffer to setpublic boolean hasLegend()
public void hasLegend(boolean hasLegend)
hasLegend
- the hasLegend to setpublic boolean visible()
public void visible(boolean visible)
visible
- the visible to setpublic boolean selected()
public void selected(boolean selected)
selected
- the selected to setpublic boolean queryable()
public void queryable(boolean queryable)
queryable
- the queryable to setpublic BoundsInfoType maxExtent()
public void maxExtent(BoundsInfoType maxExtent)
maxExtent
- the maxExtent to setpublic BoundsInfoType minExtent()
public void minExtent(BoundsInfoType minExtent)
minExtent
- the minExtent to setpublic String defaultStyle()
public void defaultStyle(String defaultStyle)
defaultStyle
- the defaultStyle to setpublic double opacity()
public void opacity(double opacity)
opacity
- the opacity to setpublic StringArray styles()
public void styles(StringArray styles)
styles
- the styles to setpublic TransectInfoType transect()
public void transect(TransectInfoType transect)
transect
- the transect to setpublic String url()
public void url(String toSetUrl)
Copyright © 2017. All Rights Reserved.