| Modifier and Type | Method and Description |
|---|---|
byte[] |
WMSProtocolHandler._getMap(WMSStatus status)
Builds a GetMap request that is sent to the WMS
the response (image) will be redirect to the
WMS client
|
protected abstract WMSGetCapabilitiesRequest |
WMSProtocolHandler.createGetCapabilitiesRequest(WMSStatus status) |
protected abstract WMSGetFeatureInfoRequest |
WMSProtocolHandler.createGetFeatureInfoRequest(WMSStatus status,
int x,
int y) |
protected abstract WMSGetLegendGraphicRequest |
WMSProtocolHandler.createGetLegendGraphicRequest(WMSStatus status,
java.lang.String layerName) |
protected abstract WMSGetMapRequest |
WMSProtocolHandler.createGetMapRequest(WMSStatus status) |
void |
WMSProtocolHandler.getCapabilities(WMSStatus status,
boolean override,
org.gvsig.compat.net.ICancellable cancel)
Builds a GetCapabilities request that is sent to the WMS
the response will be parse to extract the data needed by the
WMS client
|
void |
WMSClient.getCapabilities(WMSStatus status,
boolean override,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces defined by OGC WMS, it gets the service capabilities
|
java.lang.String |
WMSProtocolHandler.getFeatureInfo(WMSStatus status,
int x,
int y,
int featureCount,
org.gvsig.compat.net.ICancellable cancel)
It will send a GetFeatureInfo request to the WMS
Parsing the response and redirecting the info to the WMS client
TODO: return a stored file instead a String.
|
java.lang.String |
WMSClient.getFeatureInfo(WMSStatus status,
int x,
int y,
int featureCount,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces defined by the OGC WMS, it gets the information about a feature requested
|
java.net.URL |
WMSClient.getGetMapURL(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel)
Gets the GetMap URL.
|
java.io.File |
WMSProtocolHandler.getLegendGraphic_old(WMSStatus status,
java.lang.String layerName,
org.gvsig.compat.net.ICancellable cancel) |
java.io.File |
WMSProtocolHandler.getLegendGraphic(WMSStatus status,
java.lang.String layerName,
org.gvsig.compat.net.ICancellable cancel) |
java.io.File |
WMSClient.getLegendGraphic(WMSStatus status,
java.lang.String layerName,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces defined by the OGC WMS, it gets legend of a layer
|
java.io.File |
WMSProtocolHandler.getMap(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel) |
java.io.File |
WMSClient.getMap(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel)
One of the three interfaces that OGC WMS defines.
|
java.net.URL |
WMSProtocolHandler.getMapURL(WMSStatus status,
org.gvsig.compat.net.ICancellable cancel) |
| Modifier and Type | Field and Description |
|---|---|
protected WMSStatus |
WMSRequest.status |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
WMSRequest.getPartialQuery(WMSStatus status)
Gets the part of the OGC request that share GetMap and GetFeatureInfo
|
| Constructor and Description |
|---|
WMSGetCapabilitiesRequest(WMSStatus status,
WMSProtocolHandler protocolHandler) |
WMSGetFeatureInfoRequest(WMSStatus status,
WMSProtocolHandler protocolHandler,
int x,
int y) |
WMSGetLegendGraphicRequest(WMSStatus status,
WMSProtocolHandler protocolHandler,
java.lang.String layerName) |
WMSGetMapRequest(WMSStatus status,
WMSProtocolHandler protocolHandler) |
WMSRequest(WMSStatus status,
WMSProtocolHandler protocolHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected WMSGetCapabilitiesRequest |
WMSProtocolHandler1_1_0.createGetCapabilitiesRequest(WMSStatus status) |
protected WMSGetFeatureInfoRequest |
WMSProtocolHandler1_1_0.createGetFeatureInfoRequest(WMSStatus status,
int x,
int y) |
protected WMSGetLegendGraphicRequest |
WMSProtocolHandler1_1_0.createGetLegendGraphicRequest(WMSStatus status,
java.lang.String layerName) |
protected WMSGetMapRequest |
WMSProtocolHandler1_1_0.createGetMapRequest(WMSStatus status) |
| Constructor and Description |
|---|
WMSGetCapabilitiesRequest1_1_0(WMSStatus status,
WMSProtocolHandler protocolHandler) |
WMSGetFeatureInfoRequest1_1_0(WMSStatus status,
WMSProtocolHandler protocolHandler,
int x,
int y) |
WMSGetLegendGraphicRequest1_1_0(WMSStatus status,
WMSProtocolHandler protocolHandler,
java.lang.String layerName) |
WMSGetMapRequest1_1_0(WMSStatus status,
WMSProtocolHandler protocolHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected WMSGetCapabilitiesRequest |
WMSProtocolHandler1_1_1.createGetCapabilitiesRequest(WMSStatus status) |
protected WMSGetFeatureInfoRequest |
WMSProtocolHandler1_1_1.createGetFeatureInfoRequest(WMSStatus status,
int x,
int y) |
protected WMSGetLegendGraphicRequest |
WMSProtocolHandler1_1_1.createGetLegendGraphicRequest(WMSStatus status,
java.lang.String layerName) |
protected WMSGetMapRequest |
WMSProtocolHandler1_1_1.createGetMapRequest(WMSStatus status) |
| Constructor and Description |
|---|
WMSGetCapabilitiesRequest1_1_1(WMSStatus status,
WMSProtocolHandler protocolHandler) |
WMSGetFeatureInfoRequest1_1_1(WMSStatus status,
WMSProtocolHandler protocolHandler,
int x,
int y) |
WMSGetLegendGraphicRequest1_1_1(WMSStatus status,
WMSProtocolHandler protocolHandler,
java.lang.String layerName) |
WMSGetMapRequest1_1_1(WMSStatus status,
WMSProtocolHandler protocolHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected WMSGetCapabilitiesRequest |
WMSProtocolHandler1_3_0.createGetCapabilitiesRequest(WMSStatus status) |
protected WMSGetFeatureInfoRequest |
WMSProtocolHandler1_3_0.createGetFeatureInfoRequest(WMSStatus status,
int x,
int y) |
protected WMSGetLegendGraphicRequest |
WMSProtocolHandler1_3_0.createGetLegendGraphicRequest(WMSStatus status,
java.lang.String layerName) |
protected WMSGetMapRequest |
WMSProtocolHandler1_3_0.createGetMapRequest(WMSStatus status) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
WMSGetMapRequest1_1_3.getPartialQuery(WMSStatus status) |
protected java.lang.String |
WMSGetFeatureInfoRequest1_1_3.getPartialQuery(WMSStatus status)
Gets the part of the OGC request that share GetMap and GetFeatureInfo
|
| Constructor and Description |
|---|
WMSGetCapabilitiesRequest1_3_0(WMSStatus status,
WMSProtocolHandler protocolHandler) |
WMSGetFeatureInfoRequest1_1_3(WMSStatus status,
WMSProtocolHandler protocolHandler,
int x,
int y) |
WMSGetLegendGraphicRequest1_1_3(WMSStatus status,
WMSProtocolHandler protocolHandler,
java.lang.String layerName) |
WMSGetMapRequest1_1_3(WMSStatus status,
WMSProtocolHandler protocolHandler) |
Copyright © 2013 gvSIG Association. All Rights Reserved.