⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wms1_0_0.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 3 页
字号:
 proper parameter value according to the spec.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>mimeType</CODE> - the mimeType to use, such as "application/vnd.ogc.se_xml"<DT><B>Returns:</B><DD>the proper parameter value, such as "WMS_XML"</DL></DD></DL><HR><A NAME="createGetCapabilitiesRequest(java.net.URL)"><!-- --></A><H3>createGetCapabilitiesRequest</H3><PRE>public <A HREF="../../../../org/geotools/data/ows/GetCapabilitiesRequest.html" title="interface in org.geotools.data.ows">GetCapabilitiesRequest</A> <B>createGetCapabilitiesRequest</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;server)</PRE><DL><DD>Create a request for performing GetCapabilities requests on a 1.0.0 server.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/data/ows/Specification.html#createGetCapabilitiesRequest(java.net.URL)">createGetCapabilitiesRequest</A></CODE> in class <CODE><A HREF="../../../../org/geotools/data/ows/Specification.html" title="class in org.geotools.data.ows">Specification</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>server</CODE> - a URL that points to the 1.0.0 server<DT><B>Returns:</B><DD>a AbstractGetCapabilitiesRequest object that can provide a valid request<DT><B>See Also:</B><DD><CODE>org.geotools.data.wms.Specification#createGetCapabilitiesRequest(java.net.URL)</CODE></DL></DD></DL><HR><A NAME="createGetMapRequest(java.net.URL)"><!-- --></A><H3>createGetMapRequest</H3><PRE>public <A HREF="../../../../org/geotools/data/wms/request/GetMapRequest.html" title="interface in org.geotools.data.wms.request">GetMapRequest</A> <B>createGetMapRequest</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;get)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></B></DD><DD>Creates a GetMapRequest for this specification, populating it with valid values.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html#createGetMapRequest(java.net.URL)">createGetMapRequest</A></CODE> in class <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>get</CODE> - the URL for the GetMapRequest<DT><B>Returns:</B><DD>a GetMapRequest that can be configured and used<DT><B>See Also:</B><DD><CODE>org.geotools.data.wms.Specification#createGetMapRequest(java.net.URL)</CODE></DL></DD></DL><HR><A NAME="createGetFeatureInfoRequest(java.net.URL, org.geotools.data.wms.request.GetMapRequest)"><!-- --></A><H3>createGetFeatureInfoRequest</H3><PRE>public <A HREF="../../../../org/geotools/data/wms/request/GetFeatureInfoRequest.html" title="interface in org.geotools.data.wms.request">GetFeatureInfoRequest</A> <B>createGetFeatureInfoRequest</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;onlineResource,                                                         <A HREF="../../../../org/geotools/data/wms/request/GetMapRequest.html" title="interface in org.geotools.data.wms.request">GetMapRequest</A>&nbsp;getMapRequest)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></B></DD><DD>Creates a GetFeatureInfoRequest for this specification, populating it  with valid values.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html#createGetFeatureInfoRequest(java.net.URL, org.geotools.data.wms.request.GetMapRequest)">createGetFeatureInfoRequest</A></CODE> in class <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>onlineResource</CODE> - the URL to be executed against<DD><CODE>getMapRequest</CODE> - a previously configured GetMapRequest<DT><B>Returns:</B><DD>a GetFeatureInfoRequest that can be configured and used<DT><B>See Also:</B><DD><CODE>org.geotools.data.wms.Specification#createGetFeatureInfoRequest(java.net.URL,      org.geotools.data.wms.request.GetMapRequest)</CODE></DL></DD></DL><HR><A NAME="createDescribeLayerRequest(java.net.URL)"><!-- --></A><H3>createDescribeLayerRequest</H3><PRE>public <A HREF="../../../../org/geotools/data/wms/request/DescribeLayerRequest.html" title="interface in org.geotools.data.wms.request">DescribeLayerRequest</A> <B>createDescribeLayerRequest</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;onlineResource)                                                throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></PRE><DL><DD>Note that WMS 1.0.0 does not support this method.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html#createDescribeLayerRequest(java.net.URL)">createDescribeLayerRequest</A></CODE> in class <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>onlineResource</CODE> - the location where the request can be made<DT><B>Returns:</B><DD>a DescribeLayerRequest to be configured and then passed to the Web Map Server<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if the version of the specification doesn't support this request<DT><B>See Also:</B><DD><CODE>org.geotools.data.wms.Specification#createDescribeLayerRequest(java.net.URL)</CODE></DL></DD></DL><HR><A NAME="createGetLegendGraphicRequest(java.net.URL)"><!-- --></A><H3>createGetLegendGraphicRequest</H3><PRE>public <A HREF="../../../../org/geotools/data/wms/request/GetLegendGraphicRequest.html" title="interface in org.geotools.data.wms.request">GetLegendGraphicRequest</A> <B>createGetLegendGraphicRequest</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;onlineResource)                                                      throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></PRE><DL><DD>Note that WMS 1.0.0 does not support this method.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html#createGetLegendGraphicRequest(java.net.URL)">createGetLegendGraphicRequest</A></CODE> in class <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>onlineResource</CODE> - the location where the request can be made<DT><B>Returns:</B><DD>a GetLegendGraphicRequest to be configured and passed to the WMS<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if the version of the specification doesn't support this request<DT><B>See Also:</B><DD><CODE>org.geotools.data.wms.Specification#createGetLegendGraphicRequest(java.net.URL)</CODE></DL></DD></DL><HR><A NAME="createGetStylesRequest(java.net.URL)"><!-- --></A><H3>createGetStylesRequest</H3><PRE>public <A HREF="../../../../org/geotools/data/wms/request/GetStylesRequest.html" title="interface in org.geotools.data.wms.request">GetStylesRequest</A> <B>createGetStylesRequest</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;onlineResource)                                        throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></PRE><DL><DD>Note that WMS 1.0.0 does not support this method<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html#createGetStylesRequest(java.net.URL)">createGetStylesRequest</A></CODE> in class <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>onlineResource</CODE> - The location where the request can be made<DT><B>Returns:</B><DD>a configurable request object to be passed to a WMS<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if the version of the specification doesn't support this request<DT><B>See Also:</B><DD><CODE>org.geotools.data.wms.Specification#createGetStylesRequest(java.net.URL)</CODE></DL></DD></DL><HR><A NAME="createPutStylesRequest(java.net.URL)"><!-- --></A><H3>createPutStylesRequest</H3><PRE>public <A HREF="../../../../org/geotools/data/wms/request/PutStylesRequest.html" title="interface in org.geotools.data.wms.request">PutStylesRequest</A> <B>createPutStylesRequest</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html" title="class or interface in java.net">URL</A>&nbsp;onlineResource)                                        throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></PRE><DL><DD>Note that WMS 1.0.0 does not support this method<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html#createPutStylesRequest(java.net.URL)">createPutStylesRequest</A></CODE> in class <CODE><A HREF="../../../../org/geotools/data/wms/WMSSpecification.html" title="class in org.geotools.data.wms">WMSSpecification</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>onlineResource</CODE> - the location where the request can be made<DT><B>Returns:</B><DD>a configureable request object to be passed to the WMS<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/UnsupportedOperationException.html" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if the version of the specification doesn't support this request<DT><B>See Also:</B><DD><CODE>org.geotools.data.wms.Specification#createPutStylesRequest(java.net.URL)</CODE></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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/WMS1_0_0.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../org/geotools/data/wms/WebMapServer.html" title="class in org.geotools.data.wms"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../org/geotools/data/wms/WMS1_0_0.GetCapsRequest.html" title="class in org.geotools.data.wms"><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>  &nbsp;&nbsp;<A HREF="WMS1_0_0.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright &copy; 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 + -