|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.remoteclient.wms.WMSStyle
public abstract class WMSStyle
Defines a OGC style. Theme that describes the appeareance of certain layer.
| Nested Class Summary | |
|---|---|
protected class |
WMSStyle.LegendURL
Inner class describing the Legend URL defined for styles in the OGC specifications in WMS |
| Constructor Summary | |
|---|---|
WMSStyle()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbstract()
gets style abstract |
java.lang.String |
getLegendURLFormat()
|
int |
getLegendURLHeight()
|
java.lang.String |
getLegendURLOnlineResourceHRef()
gets the LegendURL OnlineResource href |
java.lang.String |
getLegendURLOnlineResourceType()
gets the LegendURL OnlineResource type |
int |
getLegendURLWidth()
|
java.lang.String |
getName()
gets the style name |
java.lang.String |
getTitle()
gets the style title |
abstract void |
parse(org.kxml2.io.KXmlParser parser)
Parses the STYLE tag in the WMS capabilities, filling the WMSStyle object loading the data in memory to be easily accesed |
protected void |
parseLegendURL(org.kxml2.io.KXmlParser parser)
Parses the legendURL tag. |
void |
setAbstract(java.lang.String _abstract)
sets style abstract |
protected void |
setLegendURL(WMSStyle.LegendURL legendURL)
sets LegendURL |
void |
setName(java.lang.String _name)
sets the style name. |
void |
setTitle(java.lang.String _title)
Sets style title |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WMSStyle()
| Method Detail |
|---|
public java.lang.String getAbstract()
gets style abstract
public java.lang.String getLegendURLFormat()
public int getLegendURLHeight()
public java.lang.String getLegendURLOnlineResourceHRef()
public java.lang.String getLegendURLOnlineResourceType()
public int getLegendURLWidth()
public java.lang.String getName()
gets the style name
public java.lang.String getTitle()
gets the style title
public abstract void parse(org.kxml2.io.KXmlParser parser)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
Parses the STYLE tag in the WMS capabilities, filling the WMSStyle object loading the data in memory to be easily accesed
java.io.IOException
org.xmlpull.v1.XmlPullParserException
protected void parseLegendURL(org.kxml2.io.KXmlParser parser)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
parser -
java.io.IOException
org.xmlpull.v1.XmlPullParserExceptionpublic void setAbstract(java.lang.String _abstract)
sets style abstract
_abstract, - style abstractprotected void setLegendURL(WMSStyle.LegendURL legendURL)
public void setName(java.lang.String _name)
sets the style name.
_name - public void setTitle(java.lang.String _title)
Sets style title
_title -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||