public static class WmsCapabilities.WmsStyle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
myAbstract
Short information on what this style does
|
protected int |
myLegendHeight
Kind of logo information
|
protected java.lang.String |
myLegendURL
Kind of logo information
|
protected int |
myLegendWidth
Kind of logo information
|
protected java.lang.String |
myName
The name of this style
|
protected java.lang.String |
myRasQL
The RasQL operation.
|
protected java.lang.String |
myStyleSheetURL
Please look into the specification ( i have no idea )
|
protected java.lang.String |
myTitle
The human readable name of this style
|
Constructor and Description |
---|
WmsCapabilities.WmsStyle(java.lang.String theName,
java.lang.String theTitle,
java.lang.String theAbstract,
int theLegendWidth,
int theLegendHeight,
java.lang.String theLegendURL,
java.lang.String theStyleSheetURL,
java.lang.String theRasQL)
Create a new style object.
|
protected java.lang.String myName
protected java.lang.String myTitle
protected java.lang.String myAbstract
protected int myLegendWidth
protected int myLegendHeight
protected java.lang.String myLegendURL
protected java.lang.String myStyleSheetURL
protected java.lang.String myRasQL
public WmsCapabilities.WmsStyle(java.lang.String theName, java.lang.String theTitle, java.lang.String theAbstract, int theLegendWidth, int theLegendHeight, java.lang.String theLegendURL, java.lang.String theStyleSheetURL, java.lang.String theRasQL)
theName
- the Name,theTitle
- the Title,theAbstract
- the Abstract,theLegendWidth
- the Legend Width,theLegendHeight
- the Legend Height,theLegendURL
- the Legend URL,theStyleSheetURL
- the Style Sheet URLtheRasQL
- the RasQLQuery