|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.OGCWebServiceRequest_Impl
org.deegree_impl.services.wms.protocol.WMSGetFeatureInfoRequest_Impl
--------------------------------------------------------
Field Summary | |
private java.awt.Point |
clickPoint
|
private java.lang.String |
exceptions
|
private int |
featureCount
|
private WMSGetMapRequest |
getMapRequestCopy
|
private java.lang.String |
infoFormat
|
private java.util.ArrayList |
queryLayers
|
private StyledLayerDescriptor |
sld
|
Fields inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl |
id, request, service, vendorSpecificParameter, version |
Constructor Summary | |
(package private) |
WMSGetFeatureInfoRequest_Impl(java.lang.String version,
java.lang.String id,
java.lang.String[] queryLayers,
WMSGetMapRequest getMapRequestCopy,
java.lang.String infoFormat,
int featureCount,
java.awt.Point clickPoint,
java.lang.String exceptions,
StyledLayerDescriptor sld,
java.util.HashMap vendorSpecificParameter)
Creates a new WMSFeatureInfoRequest_Impl object. |
Method Summary | |
void |
addQueryLayers(java.lang.String queryLayers)
adds the |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
java.awt.Point |
getClickPoint()
The required X and Y parameters indicate a point of interest on the map. |
java.lang.String |
getExceptions()
The optional EXCEPTIONS parameter states the manner in which errors are to be reported to the client. |
int |
getFeatureCount()
The optional FEATURE_COUNT parameter states the maximum number of features for which feature information should be returned. |
WMSGetMapRequest |
getGetMapRequestCopy()
|
java.lang.String |
getInfoFormat()
The optional INFO_FORMAT indicates what format to use when returning the feature information. |
java.lang.String[] |
getQueryLayers()
The required QUERY_LAYERS parameter states the map layer(s) from which feature information is desired to be retrieved. |
java.lang.String |
getRequestParameter()
returns the parameter of a HTTP GET request. |
StyledLayerDescriptor |
getStyledLayerDescriptor()
returns the SLD the request is made of. |
void |
setClickPoint(java.awt.Point clickPoint)
sets the |
void |
setExceptions(java.lang.String exceptions)
sets the |
void |
setFeatureCount(int featureCount)
sets the |
void |
setGetMapRequestCopy(WMSGetMapRequest getMapRequestCopy)
sets the |
void |
setInfoFormat(java.lang.String infoFormat)
sets the |
void |
setQueryLayers(java.lang.String[] queryLayers)
sets the |
void |
setStyledLayerDescriptor(StyledLayerDescriptor sld)
sets the SLD the request is made of. |
java.lang.String |
toString()
|
Methods inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl |
getId, getRequest, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, putVendorSpecificParameter, setId, setRequest, setService, setVendorSpecificParameter, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree.services.OGCWebServiceRequest |
getId, getRequest, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion |
Field Detail |
private java.util.ArrayList queryLayers
private java.awt.Point clickPoint
private java.lang.String exceptions
private java.lang.String infoFormat
private StyledLayerDescriptor sld
private WMSGetMapRequest getMapRequestCopy
private int featureCount
Constructor Detail |
WMSGetFeatureInfoRequest_Impl(java.lang.String version, java.lang.String id, java.lang.String[] queryLayers, WMSGetMapRequest getMapRequestCopy, java.lang.String infoFormat, int featureCount, java.awt.Point clickPoint, java.lang.String exceptions, StyledLayerDescriptor sld, java.util.HashMap vendorSpecificParameter)
version
- id
- queryLayers
- getMapRequestCopy
- infoFormat
- featureCount
- clickPoint
- exceptions
- sld
- vendorSpecificParameter
- Method Detail |
public WMSGetMapRequest getGetMapRequestCopy()
public void setGetMapRequestCopy(WMSGetMapRequest getMapRequestCopy)
public java.lang.String[] getQueryLayers()
getQueryLayers
in interface WMSGetFeatureInfoRequest
public void addQueryLayers(java.lang.String queryLayers)
public void setQueryLayers(java.lang.String[] queryLayers)
public java.lang.String getInfoFormat()
getInfoFormat
in interface WMSGetFeatureInfoRequest
public void setInfoFormat(java.lang.String infoFormat)
public int getFeatureCount()
getFeatureCount
in interface WMSGetFeatureInfoRequest
public void setFeatureCount(int featureCount)
public java.awt.Point getClickPoint()
getClickPoint
in interface WMSGetFeatureInfoRequest
public void setClickPoint(java.awt.Point clickPoint)
public java.lang.String getExceptions()
getExceptions
in interface WMSGetFeatureInfoRequest
public void setExceptions(java.lang.String exceptions)
public StyledLayerDescriptor getStyledLayerDescriptor()
getStyledLayerDescriptor
in interface WMSGetFeatureInfoRequest
public void setStyledLayerDescriptor(StyledLayerDescriptor sld)
public java.lang.String exportAsXML()
Marshallable
exportAsXML
in interface Marshallable
public java.lang.String toString()
toString
in class OGCWebServiceRequest_Impl
public java.lang.String getRequestParameter() throws WebServiceException
getRequestParameter
in interface OGCWebServiceRequest
getRequestParameter
in class OGCWebServiceRequest_Impl
WebServiceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |