📄 mifdatastorefactory.html
字号:
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#MIFDataStoreFactory()">MIFDataStoreFactory</A></B>()</CODE><BR> Creates a new MIFDataStoreFactory object.</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#canProcess(java.util.Map)">canProcess</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> params)</CODE><BR> Test to see if this factory is suitable for processing the data pointed to by the params map. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/data/DataStore.html" title="interface in org.geotools.data">DataStore</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#createDataStore(java.util.Map)">createDataStore</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> params)</CODE><BR> Construct a live data source using the params specifed. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/data/DataStore.html" title="interface in org.geotools.data">DataStore</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#createNewDataStore(java.util.Map)">createNewDataStore</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> params)</CODE><BR> As the creation of new MIF files is simply achieved by createSchema() calls, this method simply calls createDataStore(). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#getDescription()">getDescription</A></B>()</CODE><BR> Describe the nature of the datasource constructed by this factory. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#getDisplayName()">getDisplayName</A></B>()</CODE><BR> Name suitable for display to end user. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#getImplementationHints()">getImplementationHints</A></B>()</CODE><BR> Always return Collections#EMPTY_MAP, because no hints are available for now. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#getParametersInfo()">getParametersInfo</A></B>()</CODE><BR> MetaData about the required Parameters (for createDataStore). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mif/MIFDataStoreFactory.html#isAvailable()">isAvailable</A></B>()</CODE><BR> This method always returns true, because no specific libraries are required by MIFDataStore. </TD></TR></TABLE> <A NAME="methods_inherited_from_class_Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <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></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="PARAM_DBTYPE"><!-- --></A><H3>PARAM_DBTYPE</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_DBTYPE</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_PATH"><!-- --></A><H3>PARAM_PATH</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_PATH</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_NAMESPACE"><!-- --></A><H3>PARAM_NAMESPACE</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_NAMESPACE</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_FIELDCASE"><!-- --></A><H3>PARAM_FIELDCASE</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_FIELDCASE</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_GEOMNAME"><!-- --></A><H3>PARAM_GEOMNAME</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_GEOMNAME</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_GEOMFACTORY"><!-- --></A><H3>PARAM_GEOMFACTORY</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_GEOMFACTORY</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_GEOMTYPE"><!-- --></A><H3>PARAM_GEOMTYPE</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_GEOMTYPE</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_SRID"><!-- --></A><H3>PARAM_SRID</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_SRID</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_COORDSYS"><!-- --></A><H3>PARAM_COORDSYS</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_COORDSYS</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_CHARSET"><!-- --></A><H3>PARAM_CHARSET</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_CHARSET</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_DELIMITER"><!-- --></A><H3>PARAM_DELIMITER</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_DELIMITER</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_INDEX"><!-- --></A><H3>PARAM_INDEX</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_INDEX</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_TRANSFORM"><!-- --></A><H3>PARAM_TRANSFORM</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_TRANSFORM</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_UNIQUE"><!-- --></A><H3>PARAM_UNIQUE</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_UNIQUE</B></PRE><DL><DL></DL></DL><HR><A NAME="PARAM_VERSION"><!-- --></A><H3>PARAM_VERSION</H3><PRE>public static final <A HREF="../../../../org/geotools/data/DataStoreFactorySpi.Param.html" title="class in org.geotools.data">DataStoreFactorySpi.Param</A> <B>PARAM_VERSION</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="MIFDataStoreFactory()"><!-- --></A><H3>MIFDataStoreFactory</H3><PRE>public <B>MIFDataStoreFactory</B>()</PRE><DL><DD>Creates a new MIFDataStoreFactory object.<P></DL><!-- ============ 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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -