| |
|
| java.lang.Object org.geotools.data.ows.AbstractRequest org.geotools.data.wms.request.AbstractWMSRequest org.geotools.data.wms.request.AbstractGetFeatureInfoRequest
AbstractGetFeatureInfoRequest | public AbstractGetFeatureInfoRequest(URL onlineResource, GetMapRequest request)(Code) | | Constructs a GetFeatureInfoRequest. It will set the REQUEST and VERSION
parameters, over-writing and values set there previously.
Parameters: onlineResource - the URL pointing to the place to execute a GetFeatureInfo request Parameters: request - a previously configured GetMapRequest that the query will be executed on |
getFinalURL | public URL getFinalURL()(Code) | | See Also: org.geotools.data.wms.request.Request.getFinalURL |
getQueryX | protected String getQueryX()(Code) | | Created because the 1.3.0 spec changes this parameter name.
The 1.3.0 spec should over-ride this method.
a String representing the x-axis query point |
getQueryY | protected String getQueryY()(Code) | | Created because the 1.3.0 spec changes this parameter name.
The 1.3.0 spec should over-ride this method.
a String representing the y-axis query point |
initRequest | protected void initRequest()(Code) | | |
initVersion | abstract protected void initVersion()(Code) | | |
Methods inherited from org.geotools.data.wms.request.AbstractWMSRequest | protected void initService()(Code)(Java Doc)
|
|
|
|