|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.wmsmap.WmsLayer
Defines a WMS Layer with name, style, SRS, and bounding box.
Constructor Summary | |
WmsLayer()
|
Method Summary | |
Envelope |
getEnvelope()
Returns the Layer object's Envelope object. |
String |
getName()
Returns the Layer Name. |
String |
getSRS()
Returns the Layer SRS. |
String |
getStyle()
Returns the Layer style. |
String |
getTitle()
Returns the Layer title. |
void |
setEnvelope(Envelope envelope)
Sets the Layer object's Envelope object. |
void |
setName(String name)
sets the Layer Name. |
void |
setSRS(String srs)
sets the Layer SRS. |
void |
setStyle(String style)
sets the Layer style. |
void |
setTitle(String title)
sets the Layer Title. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WmsLayer()
Method Detail |
public void setName(String name)
public String getName()
public void setTitle(String title)
title
- as stringpublic String getTitle()
#title
public void setSRS(String srs)
srs
- #srs
public String getSRS()
#srs
public void setStyle(String style)
style
- public String getStyle()
public void setEnvelope(Envelope envelope)
envelope
- the Envelope objectgetEnvelope()
public Envelope getEnvelope()
setEnvelope(com.esri.aims.mtier.model.envelope.Envelope)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |