org.gvsig.remoteclient.wmts.request
Class WMTSGetFeatureInfoRequest
java.lang.Object
org.gvsig.remoteclient.ogc.request.OGCRequest
org.gvsig.remoteclient.wmts.request.WMTSRequest
org.gvsig.remoteclient.wmts.request.WMTSGetFeatureInfoRequest
- Direct Known Subclasses:
- WMTSGetFeatureInfoRequest1_0_0
public abstract class WMTSGetFeatureInfoRequest
- extends WMTSRequest
Base class for WMTS GetFeatureInfo
- Author:
- Nacho Brodin (nachobrodin@gmail.com)
|
Field Summary |
protected int |
x
|
protected int |
y
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
protected int x
y
protected int y
WMTSGetFeatureInfoRequest
public WMTSGetFeatureInfoRequest(WMTSStatus status,
WMTSProtocolHandler protocolHandler,
int x,
int y)
getHttpPostRequest
protected java.lang.String getHttpPostRequest(java.lang.String onlineResource)
- Specified by:
getHttpPostRequest in class OGCRequest
getOperationName
protected java.lang.String getOperationName()
- Specified by:
getOperationName in class OGCRequest
getTempFilePrefix
protected java.lang.String getTempFilePrefix()
- Specified by:
getTempFilePrefix in class OGCRequest
getURL
public java.net.URL getURL()
throws java.net.MalformedURLException
- Overrides:
getURL in class OGCRequest
- Returns:
- the URL used in the HTTP get operation
- Throws:
java.net.MalformedURLException
Copyright © 2004-2013 gvSIG. All Rights Reserved.