📄 abstractgetfeatureinforequest.html
字号:
<DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setQueryLayers(java.util.Set)">setQueryLayers</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>layers</CODE> - A Set of type Layer, each to be queried<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setQueryLayers(java.util.Set)"><CODE>GetFeatureInfoRequest.setQueryLayers(java.util.Set)</CODE></A></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><B>Description copied from interface: <CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A></CODE></B></DD><DD>Sets the INFO_FORMAT parameter, which specifies the format of the GetFeatureInfoResponse. Valid values are available in getInfoFormats()<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setInfoFormat(java.lang.String)">setInfoFormat</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>infoFormat</CODE> - a value from getInfoFormats()<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setInfoFormat(java.lang.String)"><CODE>GetFeatureInfoRequest.setInfoFormat(java.lang.String)</CODE></A></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><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setFeatureCount(java.lang.String)">setFeatureCount</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>featureCount</CODE> - the maximum number of features to return in the response<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setFeatureCount(java.lang.String)"><CODE>GetFeatureInfoRequest.setFeatureCount(java.lang.String)</CODE></A></DL></DD></DL><HR><A NAME="setFeatureCount(int)"><!-- --></A><H3>setFeatureCount</H3><PRE>public void <B>setFeatureCount</B>(int featureCount)</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setFeatureCount(int)">setFeatureCount</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>featureCount</CODE> - the maximum number of features to return in the response<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setFeatureCount(int)"><CODE>GetFeatureInfoRequest.setFeatureCount(int)</CODE></A></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><B>Description copied from interface: <CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A></CODE></B></DD><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><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setQueryPoint(int, int)">setQueryPoint</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A></CODE></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<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html#setQueryPoint(int, int)"><CODE>GetFeatureInfoRequest.setQueryPoint(int, int)</CODE></A></DL></DD></DL><HR><A NAME="getQueryX()"><!-- --></A><H3>getQueryX</H3><PRE>protected <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>getQueryX</B>()</PRE><DL><DD>Created because the 1.3.0 spec changes this parameter name. The 1.3.0 spec should over-ride this method.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a String representing the x-axis query point</DL></DD></DL><HR><A NAME="getQueryY()"><!-- --></A><H3>getQueryY</H3><PRE>protected <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>getQueryY</B>()</PRE><DL><DD>Created because the 1.3.0 spec changes this parameter name. The 1.3.0 spec should over-ride this method.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a String representing the y-axis query point</DL></DD></DL><HR><A NAME="initRequest()"><!-- --></A><H3>initRequest</H3><PRE>protected void <B>initRequest</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/data/ows/AbstractRequest.html#initRequest()">initRequest</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/data/ows/AbstractRequest.html" title="class in org.geotools.data.ows">AbstractRequest</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="initVersion()"><!-- --></A><H3>initVersion</H3><PRE>protected abstract void <B>initVersion</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/data/ows/AbstractRequest.html" title="class in org.geotools.data.ows">AbstractRequest</A></CODE></B></DD><DD>Sets up the version number for this request. Typically something like setProperty("VERSION", "1.1.1");<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/data/ows/AbstractRequest.html#initVersion()">initVersion</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/data/ows/AbstractRequest.html" title="class in org.geotools.data.ows">AbstractRequest</A></CODE></DL></DD><DD><DL></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/AbstractGetFeatureInfoRequest.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/AbstractDescribeLayerRequest.html" title="class in org.geotools.data.wms.request"><B>PREV CLASS</B></A> <A HREF="../../../../../org/geotools/data/wms/request/AbstractGetLegendGraphicRequest.html" title="class 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="AbstractGetFeatureInfoRequest.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="#fields_inherited_from_class_AbstractRequest">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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 + -