parser.html

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

HTML
601
字号
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#Parser()">Parser</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a parser using the default set of symbols and factories.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#Parser(org.geotools.referencing.wkt.Symbols)">Parser</A></B>(<A HREF="../../../../org/geotools/referencing/wkt/Symbols.html" title="class in org.geotools.referencing.wkt">Symbols</A>&nbsp;symbols)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a parser for the specified set of symbols using default factories.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#Parser(org.geotools.referencing.wkt.Symbols, org.opengis.referencing.datum.DatumFactory, org.opengis.referencing.cs.CSFactory, org.opengis.referencing.crs.CRSFactory, org.opengis.referencing.operation.MathTransformFactory)">Parser</A></B>(<A HREF="../../../../org/geotools/referencing/wkt/Symbols.html" title="class in org.geotools.referencing.wkt">Symbols</A>&nbsp;symbols,       DatumFactory&nbsp;datumFactory,       CSFactory&nbsp;csFactory,       CRSFactory&nbsp;crsFactory,       MathTransformFactory&nbsp;mtFactory)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a parser for the specified set of symbols using the specified factories.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#Parser(org.geotools.referencing.wkt.Symbols, org.geotools.referencing.factory.FactoryGroup)">Parser</A></B>(<A HREF="../../../../org/geotools/referencing/wkt/Symbols.html" title="class in org.geotools.referencing.wkt">Symbols</A>&nbsp;symbols,       <A HREF="../../../../org/geotools/referencing/factory/FactoryGroup.html" title="class in org.geotools.referencing.factory">FactoryGroup</A>&nbsp;factories)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a parser for the specified set of symbols using the specified set of factories.</TD></TR></TABLE>&nbsp;<!-- ========== 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>protected &nbsp;<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/referencing/wkt/Parser.html#alterProperties(java.util.Map)">alterProperties</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>&nbsp;properties)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the properties to be given to the parsed object. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Class.html" title="class or interface in java.lang">Class</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#getClassOf(java.lang.String)">getClassOf</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;element)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the class of the specified WKT element. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#main(java.lang.String[])">main</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]&nbsp;args)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read WKT strings from the <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/System.html#in" title="class or interface in java.lang">standard input stream</A> and reformat them to the <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/System.html#out" title="class or interface in java.lang">standard output stream</A>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#parse(org.geotools.referencing.wkt.Element)">parse</A></B>(<A HREF="../../../../org/geotools/referencing/wkt/Element.html" title="class in org.geotools.referencing.wkt">Element</A>&nbsp;element)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses the next element in the specified <cite>Well Know Text</cite> (WKT) tree.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;CoordinateReferenceSystem</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/wkt/Parser.html#parseCoordinateReferenceSystem(java.lang.String)">parseCoordinateReferenceSystem</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;text)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parses a coordinate reference system element.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_MathTransformParser"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../../org/geotools/referencing/wkt/MathTransformParser.html" title="class in org.geotools.referencing.wkt">MathTransformParser</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/referencing/wkt/MathTransformParser.html#parseMathTransform(java.lang.String)">parseMathTransform</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_AbstractParser"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html" title="class in org.geotools.referencing.wkt">AbstractParser</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)">format</A>, <A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html#getAuthority()">getAuthority</A>, <A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html#getTree(java.lang.String, java.text.ParsePosition)">getTree</A>, <A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html#parseObject(java.lang.String)">parseObject</A>, <A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html#parseObject(java.lang.String, java.text.ParsePosition)">parseObject</A>, <A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html#reformat(java.io.BufferedReader, java.io.Writer, java.io.PrintWriter)">reformat</A>, <A HREF="../../../../org/geotools/referencing/wkt/AbstractParser.html#setAuthority(org.opengis.metadata.citation.Citation)">setAuthority</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_Format"><!-- --></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/text/Format.html" title="class or interface in java.text">Format</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/text/Format.html#clone()" title="class or interface in java.text">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/text/Format.html#format(java.lang.Object)" title="class or interface in java.text">format</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/text/Format.html#formatToCharacterIterator(java.lang.Object)" title="class or interface in java.text">formatToCharacterIterator</A></CODE></TD></TR></TABLE>&nbsp;<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#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>&nbsp;<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="datumFactory"><!-- --></A><H3>datumFactory</H3><PRE>protected final DatumFactory <B>datumFactory</B></PRE><DL><DD>The factory to use for creating datum.<P><DL></DL></DL><HR><A NAME="csFactory"><!-- --></A><H3>csFactory</H3><PRE>protected final CSFactory <B>csFactory</B></PRE><DL><DD>The factory to use for creating coordinate systems.<P><DL></DL></DL><HR><A NAME="crsFactory"><!-- --></A><H3>crsFactory</H3><PRE>protected final CRSFactory <B>crsFactory</B></PRE><DL><DD>The factory to use for creating coordinate reference systems.<P><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="Parser()"><!-- --></A><H3>Parser</H3><PRE>public <B>Parser</B>()</PRE><DL><DD>Constructs a parser using the default set of symbols and factories.<P></DL><HR><A NAME="Parser(org.geotools.referencing.wkt.Symbols)"><!-- --></A><H3>Parser</H3><PRE>public <B>Parser</B>(<A HREF="../../../../org/geotools/referencing/wkt/Symbols.html" title="class in org.geotools.referencing.wkt">Symbols</A>&nbsp;symbols)</PRE><DL><DD>Constructs a parser for the specified set of symbols using default factories.<P><DT><B>Parameters:</B><DD><CODE>symbols</CODE> - The symbols for parsing and formatting numbers.</DL><HR><A NAME="Parser(org.geotools.referencing.wkt.Symbols, org.geotools.referencing.factory.FactoryGroup)"><!-- --></A><H3>Parser</H3><PRE>public <B>Parser</B>(<A HREF="../../../../org/geotools/referencing/wkt/Symbols.html" title="class in org.geotools.referencing.wkt">Symbols</A>&nbsp;symbols,              <A HREF="../../../../org/geotools/referencing/factory/FactoryGroup.html" title="class in org.geotools.referencing.factory">FactoryGroup</A>&nbsp;factories)</PRE>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?