📄 abstractauthorityfactory.html
字号:
throws FactoryException</PRE><DL><DD>Returns an arbitrary coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createObject(java.lang.String)">createObject</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createCartesianCS(java.lang.String)"><!-- --></A><H3>createCartesianCS</H3><PRE>public CartesianCS <B>createCartesianCS</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> code) throws FactoryException</PRE><DL><DD>Creates a cartesian coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateSystem(java.lang.String)">createCoordinateSystem</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createPolarCS(java.lang.String)"><!-- --></A><H3>createPolarCS</H3><PRE>public PolarCS <B>createPolarCS</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> code) throws FactoryException</PRE><DL><DD>Creates a polar coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateSystem(java.lang.String)">createCoordinateSystem</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createCylindricalCS(java.lang.String)"><!-- --></A><H3>createCylindricalCS</H3><PRE>public CylindricalCS <B>createCylindricalCS</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> code) throws FactoryException</PRE><DL><DD>Creates a cylindrical coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateSystem(java.lang.String)">createCoordinateSystem</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createSphericalCS(java.lang.String)"><!-- --></A><H3>createSphericalCS</H3><PRE>public SphericalCS <B>createSphericalCS</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> code) throws FactoryException</PRE><DL><DD>Creates a spherical coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateSystem(java.lang.String)">createCoordinateSystem</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createEllipsoidalCS(java.lang.String)"><!-- --></A><H3>createEllipsoidalCS</H3><PRE>public EllipsoidalCS <B>createEllipsoidalCS</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> code) throws FactoryException</PRE><DL><DD>Creates an ellipsoidal coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateSystem(java.lang.String)">createCoordinateSystem</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createVerticalCS(java.lang.String)"><!-- --></A><H3>createVerticalCS</H3><PRE>public VerticalCS <B>createVerticalCS</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> code) throws FactoryException</PRE><DL><DD>Creates a vertical coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateSystem(java.lang.String)">createCoordinateSystem</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createTimeCS(java.lang.String)"><!-- --></A><H3>createTimeCS</H3><PRE>public TimeCS <B>createTimeCS</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> code) throws FactoryException</PRE><DL><DD>Creates a temporal coordinate system from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createCoordinateSystem(java.lang.String)">createCoordinateSystem</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createCoordinateSystemAxis(java.lang.String)"><!-- --></A><H3>createCoordinateSystemAxis</H3><PRE>public CoordinateSystemAxis <B>createCoordinateSystemAxis</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> code) throws FactoryException</PRE><DL><DD>Returns a coordinate system axis from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createObject(java.lang.String)">createObject</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</DL></DD></DL><HR><A NAME="createUnit(java.lang.String)"><!-- --></A><H3>createUnit</H3><PRE>public <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A> <B>createUnit</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> code) throws FactoryException</PRE><DL><DD>Returns an <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">unit</A> from a code. The default implementation invokes <code><A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createObject(java.lang.String)">createObject</A>(code)</code>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>code</CODE> - Value allocated by authority.<DT><B>Throws:</B><DD><CODE>NoSuchAuthorityCodeException</CODE> - if the specified was not found.<DD><CODE>FactoryException</CODE> - if the object creation failed for some other reason.</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> code) throws FactoryException</PRE><DL><DD>Returns an arbitrary coordinate reference system from a code. If the coordinate reference system type is know at compile time, it is recommended to invoke the most precise method instead of this one (for example <code> <A HREF="../../../../org/geotools/referencing/factory/AbstractAuthorityFactory.html#createGeographicCRS(java.lang.String)">createGeographicCRS</A>(code) </code> instead of <code> createCoordinateReferenceSystem(code) </code> if the caller know he is asking for a geographic coordinate reference system).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -