|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.wms.client.NamedStyle
public class NamedStyle
Defines the STYLE of layers.
Field Summary | |
---|---|
protected String |
abstractInfo
Provides a narrative description. |
protected ArrayList<ImageURL> |
legendURLs
LegendURL contains the location of an image of a map legend appropriate to the enclosing style. |
protected ResourceURL |
m_styleURL
style URL of the style. |
protected String |
name
The style's Name is used in the Map request STYLES parameter. |
protected ResourceURL |
styleSheetURL
style sheet URL of the style. |
protected String |
title
The style's Name is used in the Map request STYLES parameter. |
Constructor Summary | |
---|---|
NamedStyle(String name)
Instantiates an object of NamedStyle with the given name. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Compares the specified object with this instance for equality. |
String |
getAbstract()
Gets the abstract information of the style. |
List<ImageURL> |
getLegendURLs()
Gets the legend URLs of the style. |
String |
getName()
Gets the name of the style. |
ResourceURL |
getStyleSheetURL()
Gets the styleSheetURL of the NameStyle. |
ResourceURL |
getStyleURL()
Gets the style URL of the NameStyle. |
String |
getTitle()
Gets the title of the NameStyle. |
int |
hashCode()
Returns the hash code of the request object. |
void |
setName(String name)
Sets the name of the style. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String title
protected String abstractInfo
protected ArrayList<ImageURL> legendURLs
protected ResourceURL styleSheetURL
protected ResourceURL m_styleURL
Constructor Detail |
---|
public NamedStyle(String name)
Method Detail |
---|
public String getAbstract()
public List<ImageURL> getLegendURLs()
public ResourceURL getStyleURL()
public String getName()
public void setName(String name)
name
- The name to set.public ResourceURL getStyleSheetURL()
public String getTitle()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- object to be compared for equality with this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |