📄 getfeatureinforequest.html
字号:
<A NAME="methods_inherited_from_class_Request"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface <A HREF="../../../../../org/geotools/data/ows/Request.html" title="interface in org.geotools.data.ows">Request</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../../org/geotools/data/ows/Request.html#createResponse(java.lang.String, java.io.InputStream)">createResponse</A>, <A HREF="../../../../../org/geotools/data/ows/Request.html#getFinalURL()">getFinalURL</A>, <A HREF="../../../../../org/geotools/data/ows/Request.html#getPostContentType()">getPostContentType</A>, <A HREF="../../../../../org/geotools/data/ows/Request.html#getProperties()">getProperties</A>, <A HREF="../../../../../org/geotools/data/ows/Request.html#performPostOutput(java.io.OutputStream)">performPostOutput</A>, <A HREF="../../../../../org/geotools/data/ows/Request.html#requiresPost()">requiresPost</A>, <A HREF="../../../../../org/geotools/data/ows/Request.html#setProperty(java.lang.String, java.lang.String)">setProperty</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="INFO_FORMAT"><!-- --></A><H3>INFO_FORMAT</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>INFO_FORMAT</B></PRE><DL><DD>Represents the INFO_FORMAT parameter<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.geotools.data.wms.request.GetFeatureInfoRequest.INFO_FORMAT">Constant Field Values</A></DL></DL><HR><A NAME="FEATURE_COUNT"><!-- --></A><H3>FEATURE_COUNT</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>FEATURE_COUNT</B></PRE><DL><DD>Represents the FEATURE_COUNT parameter<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.geotools.data.wms.request.GetFeatureInfoRequest.FEATURE_COUNT">Constant Field Values</A></DL></DL><HR><A NAME="QUERY_X"><!-- --></A><H3>QUERY_X</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>QUERY_X</B></PRE><DL><DD>Represents the X parameter<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.geotools.data.wms.request.GetFeatureInfoRequest.QUERY_X">Constant Field Values</A></DL></DL><HR><A NAME="QUERY_Y"><!-- --></A><H3>QUERY_Y</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>QUERY_Y</B></PRE><DL><DD>Represents the Y parameter<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.geotools.data.wms.request.GetFeatureInfoRequest.QUERY_Y">Constant Field Values</A></DL></DL><HR><A NAME="QUERY_LAYERS"><!-- --></A><H3>QUERY_LAYERS</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>QUERY_LAYERS</B></PRE><DL><DD>Represents the QUERY_LAYERS parameter<P><DL><DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.geotools.data.wms.request.GetFeatureInfoRequest.QUERY_LAYERS">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="setQueryLayers(java.util.Set)"><!-- --></A><H3>setQueryLayers</H3><PRE>public void <B>setQueryLayers</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A> layers)</PRE><DL><DD>An unordered set of type Layer. These are the layers that the GetFeatureInfo request will be performed on.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>layers</CODE> - A Set of type Layer, each to be queried</DL></DD></DL><HR><A NAME="addQueryLayer(org.geotools.data.ows.Layer)"><!-- --></A><H3>addQueryLayer</H3><PRE>public void <B>addQueryLayer</B>(<A HREF="../../../../../org/geotools/data/ows/Layer.html" title="class in org.geotools.data.ows">Layer</A> layer)</PRE><DL><DD>Add a Layer to the set of layers to be queried in the request. This Layer must have queryable set to true.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>layer</CODE> - a queryable Layer</DL></DD></DL><HR><A NAME="setInfoFormat(java.lang.String)"><!-- --></A><H3>setInfoFormat</H3><PRE>public void <B>setInfoFormat</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> infoFormat)</PRE><DL><DD>Sets the INFO_FORMAT parameter, which specifies the format of the GetFeatureInfoResponse. Valid values are available in getInfoFormats()<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>infoFormat</CODE> - a value from getInfoFormats()</DL></DD></DL><HR><A NAME="setFeatureCount(java.lang.String)"><!-- --></A><H3>setFeatureCount</H3><PRE>public void <B>setFeatureCount</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> featureCount)</PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>featureCount</CODE> - the maximum number of features to return in the response</DL></DD></DL><HR><A NAME="setFeatureCount(int)"><!-- --></A><H3>setFeatureCount</H3><PRE>public void <B>setFeatureCount</B>(int featureCount)</PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>featureCount</CODE> - the maximum number of features to return in the response</DL></DD></DL><HR><A NAME="setQueryPoint(int, int)"><!-- --></A><H3>setQueryPoint</H3><PRE>public void <B>setQueryPoint</B>(int x, int y)</PRE><DL><DD>The point on the image (in pixels) to be queried. The image is represented by the GetMapRequest passed into the constructor.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>x</CODE> - the x point, in pixels<DD><CODE>y</CODE> - the y point, in pixels</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GetFeatureInfoRequest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../org/geotools/data/wms/request/DescribeLayerRequest.html" title="interface in org.geotools.data.wms.request"><B>PREV CLASS</B></A> <A HREF="../../../../../org/geotools/data/wms/request/GetLegendGraphicRequest.html" title="interface in org.geotools.data.wms.request"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="GetFeatureInfoRequest.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -