filesystempagestore.html

来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 799 行 · 第 1/3 页

HTML
799
字号
<DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#setRoot(org.geotools.index.rtree.Node)">setRoot</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - <DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/geotools/index/TreeException.html" title="class in org.geotools.index">TreeException</A></CODE> - DOCUMENT ME!<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#setRoot(org.geotools.index.rtree.Node)"><CODE>PageStore.setRoot(org.geotools.index.rtree.Node)</CODE></A></DL></DD></DL><HR><A NAME="getEmptyNode(boolean)"><!-- --></A><H3>getEmptyNode</H3><PRE>public <A HREF="../../../../../org/geotools/index/rtree/Node.html" title="class in org.geotools.index.rtree">Node</A> <B>getEmptyNode</B>(boolean&nbsp;isLeaf)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>DOCUMENT ME!<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getEmptyNode(boolean)">getEmptyNode</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>isLeaf</CODE> - <DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getEmptyNode(boolean)"><CODE>PageStore.getEmptyNode(boolean)</CODE></A></DL></DD></DL><HR><A NAME="getNode(org.geotools.index.rtree.Entry, org.geotools.index.rtree.Node)"><!-- --></A><H3>getNode</H3><PRE>public <A HREF="../../../../../org/geotools/index/rtree/Node.html" title="class in org.geotools.index.rtree">Node</A> <B>getNode</B>(<A HREF="../../../../../org/geotools/index/rtree/Entry.html" title="class in org.geotools.index.rtree">Entry</A>&nbsp;parentEntry,                    <A HREF="../../../../../org/geotools/index/rtree/Node.html" title="class in org.geotools.index.rtree">Node</A>&nbsp;parent)             throws <A HREF="../../../../../org/geotools/index/TreeException.html" title="class in org.geotools.index">TreeException</A></PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>Returns the Node pointed by this entry and having this Node as parent<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getNode(org.geotools.index.rtree.Entry, org.geotools.index.rtree.Node)">getNode</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>parentEntry</CODE> - <DD><CODE>parent</CODE> - <DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/geotools/index/TreeException.html" title="class in org.geotools.index">TreeException</A></CODE> - DOCUMENT ME!<DT><B>See Also:</B><DD><CODE>org.geotools.index.rtree.PageStore#getNode(long,      org.geotools.index.rtree.Node)</CODE></DL></DD></DL><HR><A NAME="createEntryPointingNode(org.geotools.index.rtree.Node)"><!-- --></A><H3>createEntryPointingNode</H3><PRE>public <A HREF="../../../../../org/geotools/index/rtree/Entry.html" title="class in org.geotools.index.rtree">Entry</A> <B>createEntryPointingNode</B>(<A HREF="../../../../../org/geotools/index/rtree/Node.html" title="class in org.geotools.index.rtree">Node</A>&nbsp;node)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>DOCUMENT ME!<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#createEntryPointingNode(org.geotools.index.rtree.Node)">createEntryPointingNode</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - <DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#createEntryPointingNode(org.geotools.index.rtree.Node)"><CODE>PageStore.createEntryPointingNode(org.geotools.index.rtree.Node)</CODE></A></DL></DD></DL><HR><A NAME="free(org.geotools.index.rtree.Node)"><!-- --></A><H3>free</H3><PRE>public void <B>free</B>(<A HREF="../../../../../org/geotools/index/rtree/Node.html" title="class in org.geotools.index.rtree">Node</A>&nbsp;node)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>Frees resources used by this <code>Node</code><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#free(org.geotools.index.rtree.Node)">free</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - The <code>Node</code> to free<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#free(org.geotools.index.rtree.Node)"><CODE>PageStore.free(org.geotools.index.rtree.Node)</CODE></A></DL></DD></DL><HR><A NAME="close()"><!-- --></A><H3>close</H3><PRE>public void <B>close</B>()           throws <A HREF="../../../../../org/geotools/index/TreeException.html" title="class in org.geotools.index">TreeException</A></PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>DOCUMENT ME!<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#close()">close</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/geotools/index/TreeException.html" title="class in org.geotools.index">TreeException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#close()"><CODE>PageStore.close()</CODE></A></DL></DD></DL><HR><A NAME="getMaxNodeEntries()"><!-- --></A><H3>getMaxNodeEntries</H3><PRE>public int <B>getMaxNodeEntries</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>DOCUMENT ME!<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getMaxNodeEntries()">getMaxNodeEntries</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The maximum number of <code>Entry</code>s per page<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getMaxNodeEntries()"><CODE>PageStore.getMaxNodeEntries()</CODE></A></DL></DD></DL><HR><A NAME="getMinNodeEntries()"><!-- --></A><H3>getMinNodeEntries</H3><PRE>public int <B>getMinNodeEntries</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>DOCUMENT ME!<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getMinNodeEntries()">getMinNodeEntries</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The minimum number of <code>Entry</code>s per page<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getMinNodeEntries()"><CODE>PageStore.getMinNodeEntries()</CODE></A></DL></DD></DL><HR><A NAME="getSplitAlgorithm()"><!-- --></A><H3>getSplitAlgorithm</H3><PRE>public short <B>getSplitAlgorithm</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>DOCUMENT ME!<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getSplitAlgorithm()">getSplitAlgorithm</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The split algorithm to use<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getSplitAlgorithm()"><CODE>PageStore.getSplitAlgorithm()</CODE></A></DL></DD></DL><HR><A NAME="getDataDefinition()"><!-- --></A><H3>getDataDefinition</H3><PRE>public <A HREF="../../../../../org/geotools/index/DataDefinition.html" title="class in org.geotools.index">DataDefinition</A> <B>getDataDefinition</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></B></DD><DD>DOCUMENT ME!<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html#getDataDefinition()">getDataDefinition</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/index/rtree/PageStore.html" title="class in org.geotools.index.rtree">PageStore</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><CODE>org.geotools.index.rtree.PageStore#getKeyDefinition()</CODE></DL></DD></DL><HR><A NAME="setForceChannel(boolean)"><!-- --></A><H3>setForceChannel</H3><PRE>public void <B>setForceChannel</B>(boolean&nbsp;b)</PRE><DL><DD>If this is set to <code>true</code>, then every write to the index will call a force() on the associated channel<P><DD><DL><DT><B>Parameters:</B><DD><CODE>b</CODE> - true or false</DL></DD></DL><HR><A NAME="getForceChannel()"><!-- --></A><H3>getForceChannel</H3><PRE>public boolean <B>getForceChannel</B>()</PRE><DL><DD>DOCUMENT ME!<P><DD><DL><DT><B>Returns:</B><DD>The state of Force channel parameter</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/FileSystemPageStore.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/index/rtree/fs/FileSystemNode.html" title="class in org.geotools.index.rtree.fs"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../../org/geotools/index/rtree/fs/Parameters.html" title="class in org.geotools.index.rtree.fs"><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="FileSystemPageStore.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;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&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 + =
减小字号Ctrl + -
显示快捷键?