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

📄 autocrsfactory.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 3 页
字号:
</DD><DD><DL></DL></DD></DL><HR><A NAME="getAuthorityCodes(java.lang.Class)"><!-- --></A><H3>getAuthorityCodes</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A> <B>getAuthorityCodes</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>&nbsp;type)                      throws FactoryException</PRE><DL><DD>Provides a complete set of the known codes provided by this authority. The returned set contains only numeric identifiers like , , <cite>etc</cite>. The authority name () and the  part are not included. This is consistent with the <A HREF="../../../../../org/geotools/referencing/factory/epsg/FactoryUsingSQL.html#getAuthorityCodes(java.lang.Class)">codes returned by the EPSG factory</A> and avoid duplication, since the authority is the same for every codes returned by this factory. It also make it easier for clients to prepend whatever authority name they wish, as for example in the <A HREF="../../../../../org/geotools/referencing/factory/AllAuthoritiesFactory.html#getAuthorityCodes(java.lang.Class)">all authorities factory</A>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>getAuthorityCodes</CODE> in interface <CODE>AuthorityFactory</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>FactoryException</CODE></DL></DD></DL><HR><A NAME="getDescriptionText(java.lang.String)"><!-- --></A><H3>getDescriptionText</H3><PRE>public InternationalString <B>getDescriptionText</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;code)                                                        throws FactoryException</PRE><DL><DD>Returns the CRS name for the given code.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>getDescriptionText</CODE> in interface <CODE>AuthorityFactory</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>FactoryException</CODE></DL></DD></DL><HR><A NAME="createObject(java.lang.String)"><!-- --></A><H3>createObject</H3><PRE>public IdentifiedObject <B>createObject</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;code)                                                      throws FactoryException</PRE><DL><DD>Creates an object from the specified code. The default implementation delegates to <code><A HREF="../../../../../org/geotools/referencing/factory/wms/AutoCRSFactory.html#createCoordinateReferenceSystem(java.lang.String)">createCoordinateReferenceSystem</A>(code)</code>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>createObject</CODE> in interface <CODE>AuthorityFactory</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createObject(java.lang.String)">createObject</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html" title="class in org.geotools.referencing.factory">AbstractAuthorityFactory</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateReferenceSystem(java.lang.String)"><CODE>AbstractAuthorityFactory.createCoordinateReferenceSystem(java.lang.String)</CODE></A>, <A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createDatum(java.lang.String)"><CODE>AbstractAuthorityFactory.createDatum(java.lang.String)</CODE></A>, <A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createEllipsoid(java.lang.String)"><CODE>AbstractAuthorityFactory.createEllipsoid(java.lang.String)</CODE></A>, <A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createUnit(java.lang.String)"><CODE>AbstractAuthorityFactory.createUnit(java.lang.String)</CODE></A></DL></DD></DL><HR><A NAME="createCoordinateReferenceSystem(java.lang.String)"><!-- --></A><H3>createCoordinateReferenceSystem</H3><PRE>public CoordinateReferenceSystem <B>createCoordinateReferenceSystem</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;code)                                                                                      throws FactoryException</PRE><DL><DD>Creates a coordinate reference system from the specified code. The default implementation delegates to <code><A HREF="../../../../../org/geotools/referencing/factory/wms/AutoCRSFactory.html#createProjectedCRS(java.lang.String)">createProjectedCRS</A>(code)</code>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>createCoordinateReferenceSystem</CODE> in interface <CODE>CRSAuthorityFactory</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateReferenceSystem(java.lang.String)">createCoordinateReferenceSystem</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html" title="class in org.geotools.referencing.factory">AbstractAuthorityFactory</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createGeographicCRS(java.lang.String)"><CODE>AbstractAuthorityFactory.createGeographicCRS(java.lang.String)</CODE></A>, <A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createProjectedCRS(java.lang.String)"><CODE>AbstractAuthorityFactory.createProjectedCRS(java.lang.String)</CODE></A>, <A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createVerticalCRS(java.lang.String)"><CODE>AbstractAuthorityFactory.createVerticalCRS(java.lang.String)</CODE></A>, <A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createTemporalCRS(java.lang.String)"><CODE>AbstractAuthorityFactory.createTemporalCRS(java.lang.String)</CODE></A>, <A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCompoundCRS(java.lang.String)"><CODE>AbstractAuthorityFactory.createCompoundCRS(java.lang.String)</CODE></A></DL></DD></DL><HR><A NAME="createProjectedCRS(java.lang.String)"><!-- --></A><H3>createProjectedCRS</H3><PRE>public ProjectedCRS <B>createProjectedCRS</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;code)                                                            throws FactoryException</PRE><DL><DD>Creates a projected coordinate reference system from the specified code.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>createProjectedCRS</CODE> in interface <CODE>CRSAuthorityFactory</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createProjectedCRS(java.lang.String)">createProjectedCRS</A></CODE> in class <CODE><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html" title="class in org.geotools.referencing.factory">AbstractAuthorityFactory</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createGeodeticDatum(java.lang.String)"><CODE>AbstractAuthorityFactory.createGeodeticDatum(java.lang.String)</CODE></A></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/AutoCRSFactory.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;PREV CLASS&nbsp;&nbsp;<A HREF="../../../../../org/geotools/referencing/factory/wms/WebCRSFactory.html" title="class in org.geotools.referencing.factory.wms"><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="AutoCRSFactory.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="#fields_inherited_from_class_DirectAuthorityFactory">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;FIELD&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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -