|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapWMSTag
public class GoogleMapWMSTag
GoogleMapWMSTag Represents a <googlemaps:wms> tag. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapWMSTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
java.lang.String |
getCopyright()
Returns the copyright string that is displayed anytime this WMS mashup is presented on the map. |
java.lang.String |
getFormat()
Returns the desired image file format to retrieve from this WMS server. |
java.lang.String |
getId()
Returns the unique id for this WMS layer. |
java.lang.String |
getLayers()
Returns the desired WMS layers to include in this map layer. |
java.lang.String |
getName()
Returns the descriptive name for this layer. |
java.lang.String |
getPathToScript()
Returns the path (either relative or absolute) to the wms1.js or wms2.js script required. |
java.lang.String |
getSrs()
Returns the WMS SRS set for this layer. |
java.lang.String |
getUrl()
Returns the base URL to the WMS map server used to supply the tiles. |
java.lang.String |
getVersion()
Returns the desired version. |
boolean |
isShowOnStartup()
Denotes whether or not this map type should be initially selected on startup. |
boolean |
isShowOverlay()
Denotes whether or not this map should show the hybrid overlay. |
void |
setCopyright(java.lang.String copyright)
Sets the copyright string that is displayed anytime this WMS mashup is presented on the map. |
void |
setFormat(java.lang.String format)
Sets the desired image type for images retrieved from this server. |
void |
setId(java.lang.String id)
Sets the unique id for this layer. |
void |
setLayers(java.lang.String layers)
Sets the comma separated list of layers to include in this map. |
void |
setName(java.lang.String name)
Sets the descriptive name for this layer. |
void |
setPathToScript(java.lang.String pathToScript)
Sets the path (either relative or absolute) to the wms1.js or wms2.js script required. |
void |
setShowOnStartup(boolean showOnStartup)
Sets whether or not this map type should be initially selected on startup. |
void |
setShowOverlay(boolean showOverlay)
Sets whether or not this map should also include the Google Map Hybrid overlay. |
void |
setSrs(java.lang.String srs)
Sets the WMS SRS for this map. |
void |
setUrl(java.lang.String url)
Sets the base URL to the WMS server. |
void |
setVersion(java.lang.String version)
Sets the desired version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapWMSTag()
| Method Detail |
|---|
public int doStartTag()
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
format - The desired content-type for images retrieved from this server.public java.lang.String getId()
public void setId(java.lang.String id)
id - A unique id for this layer.public java.lang.String getLayers()
public void setLayers(java.lang.String layers)
layers - A comma separated list of vlaid layer names.public java.lang.String getName()
public void setName(java.lang.String name)
public boolean isShowOnStartup()
public void setShowOnStartup(boolean showOnStartup)
showOnStartup - True or false.public java.lang.String getSrs()
public void setSrs(java.lang.String srs)
srs - The desired SRS.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - A valid url to a WMS map server.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
A - valid WMS version number.public java.lang.String getPathToScript()
public void setPathToScript(java.lang.String pathToScript)
pathToScript - A valid relative or absolute path.public boolean isShowOverlay()
public void setShowOverlay(boolean showOverlay)
showOverlay - True to display the Hybrid Overlay, false if not.public java.lang.String getCopyright()
public void setCopyright(java.lang.String copyright)
copyright - A copyright string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||