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

📄 package-use.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCDataStore.html#org.geotools.data.oracle"><B>JDBCDataStore</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abstract class for JDBC (level2) based DataStore implementations. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCDataStoreConfig.html#org.geotools.data.oracle"><B>JDBCDataStoreConfig</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Configuration object for JDBCDataStore.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCFeatureWriter.html#org.geotools.data.oracle"><B>JDBCFeatureWriter</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JDBCDataStore implementation of the FeatureWriter interface</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCTextFeatureWriter.html#org.geotools.data.oracle"><B>JDBCTextFeatureWriter</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An abstract class that uses sql statements to insert, update and delete features from the database. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/MutableFIDFeature.html#org.geotools.data.oracle"><B>MutableFIDFeature</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/QueryData.html#org.geotools.data.oracle"><B>QueryData</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QueryData holds the ResultSet obtained from the sql query and has the following responsibilities:    acts as the attribute reader by using the AttributeIO objects   acts as the attribute writer by using the AttributeIO objects   manages the resulset, statement and transaction and closes them cleanly if needed   provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter   holds the FIDMapper for feature reader and writer to use when building new features  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/SQLBuilder.html#org.geotools.data.oracle"><B>SQLBuilder</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides an interface for SQL statement construction.   </TD></TR></TABLE>&nbsp;<P><A NAME="org.geotools.data.oracle.attributeio"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> used by <A HREF="../../../../org/geotools/data/oracle/attributeio/package-summary.html">org.geotools.data.oracle.attributeio</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/QueryData.html#org.geotools.data.oracle.attributeio"><B>QueryData</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QueryData holds the ResultSet obtained from the sql query and has the following responsibilities:    acts as the attribute reader by using the AttributeIO objects   acts as the attribute writer by using the AttributeIO objects   manages the resulset, statement and transaction and closes them cleanly if needed   provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter   holds the FIDMapper for feature reader and writer to use when building new features  </TD></TR></TABLE>&nbsp;<P><A NAME="org.geotools.data.postgis"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> used by <A HREF="../../../../org/geotools/data/postgis/package-summary.html">org.geotools.data.postgis</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/ConnectionPool.html#org.geotools.data.postgis"><B>ConnectionPool</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/DefaultSQLBuilder.html#org.geotools.data.postgis"><B>DefaultSQLBuilder</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Builds a complete SQL query to select the specified attributes for the specified feature type, using a specified filter to generate a WHERE clause.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBC1DataStore.html#org.geotools.data.postgis"><B>JDBC1DataStore</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abstract class for JDBC based DataStore implementations. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBC2DataStore.html#org.geotools.data.postgis"><B>JDBC2DataStore</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCDataStore.html#org.geotools.data.postgis"><B>JDBCDataStore</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abstract class for JDBC (level2) based DataStore implementations. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCDataStoreConfig.html#org.geotools.data.postgis"><B>JDBCDataStoreConfig</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Configuration object for JDBCDataStore.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCFeatureSource.html#org.geotools.data.postgis"><B>JDBCFeatureSource</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A JDBCFeatureSource that can opperate as a starting point for your own implementations.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCFeatureStore.html#org.geotools.data.postgis"><B>JDBCFeatureStore</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is a starting point for providing your own FeatureStore implementation.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCFeatureWriter.html#org.geotools.data.postgis"><B>JDBCFeatureWriter</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JDBCDataStore implementation of the FeatureWriter interface</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCTextFeatureWriter.html#org.geotools.data.postgis"><B>JDBCTextFeatureWriter</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An abstract class that uses sql statements to insert, update and delete features from the database. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/QueryData.html#org.geotools.data.postgis"><B>QueryData</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QueryData holds the ResultSet obtained from the sql query and has the following responsibilities:    acts as the attribute reader by using the AttributeIO objects   acts as the attribute writer by using the AttributeIO objects   manages the resulset, statement and transaction and closes them cleanly if needed   provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter   holds the FIDMapper for feature reader and writer to use when building new features  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/SQLBuilder.html#org.geotools.data.postgis"><B>SQLBuilder</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides an interface for SQL statement construction.   </TD></TR></TABLE>&nbsp;<P><A NAME="org.geotools.data.postgis.collection"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> used by <A HREF="../../../../org/geotools/data/postgis/collection/package-summary.html">org.geotools.data.postgis.collection</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCFeatureCollection.html#org.geotools.data.postgis.collection"><B>JDBCFeatureCollection</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCFeatureSource.html#org.geotools.data.postgis.collection"><B>JDBCFeatureSource</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A JDBCFeatureSource that can opperate as a starting point for your own implementations.  </TD></TR></TABLE>&nbsp;<P><A NAME="org.geotools.data.postgis.fidmapper"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> used by <A HREF="../../../../org/geotools/data/postgis/fidmapper/package-summary.html">org.geotools.data.postgis.fidmapper</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/JDBCDataStoreConfig.html#org.geotools.data.postgis.fidmapper"><B>JDBCDataStoreConfig</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Configuration object for JDBCDataStore.</TD></TR></TABLE>&nbsp;<P><A NAME="org.geotools.data.postgis.referencing"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../../org/geotools/data/jdbc/package-summary.html">org.geotools.data.jdbc</A> used by <A HREF="../../../../org/geotools/data/postgis/referencing/package-summary.html">org.geotools.data.postgis.referencing</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../../org/geotools/data/jdbc/class-use/ConnectionPool.html#org.geotools.data.postgis.referencing"><B>ConnectionPool</B></A></B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.  </TD></TR></TABLE>&nbsp;<P><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="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;&nbsp;NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-use.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></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 + -