service.html
来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 389 行 · 第 1/2 页
HTML
389 行
<BR> Will attempt to morph into the adaptee, and return that object. </TD></TR></TABLE> <A NAME="methods_inherited_from_class_Resolve"><!-- --></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/catalog/Resolve.html" title="interface in org.geotools.catalog">Resolve</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/geotools/catalog/Resolve.html#addListener(org.geotools.catalog.ResolveChangeListener)">addListener</A>, <A HREF="../../../org/geotools/catalog/Resolve.html#canResolve(java.lang.Class)">canResolve</A>, <A HREF="../../../org/geotools/catalog/Resolve.html#fire(org.geotools.catalog.ResolveChangeEvent)">fire</A>, <A HREF="../../../org/geotools/catalog/Resolve.html#getIdentifier()">getIdentifier</A>, <A HREF="../../../org/geotools/catalog/Resolve.html#getMessage()">getMessage</A>, <A HREF="../../../org/geotools/catalog/Resolve.html#getStatus()">getStatus</A>, <A HREF="../../../org/geotools/catalog/Resolve.html#parent(org.geotools.util.ProgressListener)">parent</A>, <A HREF="../../../org/geotools/catalog/Resolve.html#removeListener(org.geotools.catalog.ResolveChangeListener)">removeListener</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= 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="members(org.geotools.util.ProgressListener)"><!-- --></A><H3>members</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>members</B>(<A HREF="../../../org/geotools/util/ProgressListener.html" title="interface in org.geotools.util">ProgressListener</A> monitor) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Return list of IGeoResources managed by this service. This method must return the same result as the following: <pre> <code> (List)resolve(List.class,monitor); </code> </pre> <p> Many file based serivces will just contain a single IGeoResource. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/catalog/Resolve.html#members(org.geotools.util.ProgressListener)">members</A></CODE> in interface <CODE><A HREF="../../../org/geotools/catalog/Resolve.html" title="interface in org.geotools.catalog">Resolve</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>monitor</CODE> - Progress monitor used to report status while blocking. May be null.<DT><B>Returns:</B><DD>A list of type GeoResource.<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - in the result of an I/O error.</DL></DD></DL><HR><A NAME="resolve(java.lang.Class, org.geotools.util.ProgressListener)"><!-- --></A><H3>resolve</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>resolve</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Class.html" title="class or interface in java.lang">Class</A> adaptee, <A HREF="../../../org/geotools/util/ProgressListener.html" title="interface in org.geotools.util">ProgressListener</A> monitor) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Will attempt to morph into the adaptee, and return that object. Required adaptions: <ul> <li>IServiceInfo.class <li>List.class <IGeoResource> </ul> May Block.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/catalog/Resolve.html#resolve(java.lang.Class, org.geotools.util.ProgressListener)">resolve</A></CODE> in interface <CODE><A HREF="../../../org/geotools/catalog/Resolve.html" title="interface in org.geotools.catalog">Resolve</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>adaptee</CODE> - <DD><CODE>monitor</CODE> - <DT><B>Returns:</B><DD>instance of adaptee, or null if unavailable (IServiceInfo and List<IGeoResource> must be supported)<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - in the result of an I/O error.<DT><B>See Also:</B><DD><A HREF="../../../org/geotools/catalog/ServiceInfo.html" title="interface in org.geotools.catalog"><CODE>ServiceInfo</CODE></A>, <A HREF="../../../org/geotools/catalog/GeoResource.html" title="interface in org.geotools.catalog"><CODE>GeoResource</CODE></A>, <CODE>IResolve#resolve(Class, ProgressListener)</CODE></DL></DD></DL><HR><A NAME="getConnectionParams()"><!-- --></A><H3>getConnectionParams</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>getConnectionParams</B>()</PRE><DL><DD>Accessor to the set of params used to create this entry. There is no guarantee that these params created a usable service (@see getStatus() ). These params may have been modified within the factory during creation. This method is intended to be used for cloning (@see IServiceFactory) or for persistence between sessions.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>A map with key of type String, and value of type Serializable.<DT><B>See Also:</B><DD><A HREF="../../../org/geotools/catalog/ServiceFinder.html" title="interface in org.geotools.catalog"><CODE>ServiceFinder</CODE></A></DL></DD></DL><HR><A NAME="getInfo(org.geotools.util.ProgressListener)"><!-- --></A><H3>getInfo</H3><PRE>public <A HREF="../../../org/geotools/catalog/ServiceInfo.html" title="interface in org.geotools.catalog">ServiceInfo</A> <B>getInfo</B>(<A HREF="../../../org/geotools/util/ProgressListener.html" title="interface in org.geotools.util">ProgressListener</A> monitor) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>IServiceInfo resolve(IServiceInfo.class,ProgressListener monitor);<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE><DT><B>See Also:</B><DD><CODE>IService#resolve(Class, ProgressListener)</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> </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/Service.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/catalog/ResolveDeltaVisitor.html" title="interface in org.geotools.catalog"><B>PREV CLASS</B></A> <A HREF="../../../org/geotools/catalog/ServiceFactory.html" title="interface in org.geotools.catalog"><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="Service.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 | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | 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 + =
减小字号Ctrl + -
显示快捷键?