|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This represents a Request to be made against a Web Map Server.
Field Summary | |
static java.lang.String |
REQUEST
Represents the REQUEST parameter |
static java.lang.String |
SERVICE
|
static java.lang.String |
VERSION
Represents the VERSION parameter |
static java.lang.String |
WMTVER
Represents the WMTVER parameter |
Method Summary | |
java.net.URL |
getFinalURL()
Once the properties of the request are configured, this will return the URL that points to the server and contains all of the appropriate name/value parameters. |
java.util.Properties |
getProperties()
|
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the name/value property for this request. |
Field Detail |
public static final java.lang.String REQUEST
public static final java.lang.String VERSION
public static final java.lang.String WMTVER
public static final java.lang.String SERVICE
Method Detail |
public java.net.URL getFinalURL()
public void setProperty(java.lang.String name, java.lang.String value)
value
according to the
WMS specifications! The code will not do this for you. Please ensure
that you are familiar with this. See section 6.2.1 of the WMS 1.1.1 spec
and 6.3.2 of the WMS 1.3.0 spec.
If value is null, "name" is removed from the properties table.
name
- the name of the propertyvalue
- the value of the propertypublic java.util.Properties getProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |