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

📄 referencing.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
                           <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;parameter)</PRE><DL><DD>Returns the value for a coordinate reference system parameter.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html#getParameter(com.sun.star.beans.XPropertySet, java.lang.String, java.lang.String)">getParameter</A></CODE> in interface <CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html" title="interface in org.geotools.openoffice">XReferencing</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xOptions</CODE> - Provided by OpenOffice.<DD><CODE>authorityCode</CODE> - The code allocated by the authority.<DD><CODE>parameter</CODE> - The parameter name (e.g. "False easting").</DL></DD></DL><HR><A NAME="getWKT(com.sun.star.beans.XPropertySet, java.lang.String, java.lang.Object)"><!-- --></A><H3>getWKT</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getWKT</B>(XPropertySet&nbsp;xOptions,                     <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;authorityCode,                     <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;authority)</PRE><DL><DD>Returns the Well Know Text (WKT) for an identified object.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html#getWKT(com.sun.star.beans.XPropertySet, java.lang.String, java.lang.Object)">getWKT</A></CODE> in interface <CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html" title="interface in org.geotools.openoffice">XReferencing</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xOptions</CODE> - Provided by OpenOffice.<DD><CODE>authorityCode</CODE> - The code allocated by the authority.<DD><CODE>authority</CODE> - The authority name for choice of parameter names. Usually "OGC".</DL></DD></DL><HR><A NAME="getTransformWKT(com.sun.star.beans.XPropertySet, java.lang.String, java.lang.String, java.lang.Object)"><!-- --></A><H3>getTransformWKT</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getTransformWKT</B>(XPropertySet&nbsp;xOptions,                              <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;sourceCRS,                              <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;targetCRS,                              <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;authority)</PRE><DL><DD>Returns the Well Know Text (WKT) of a transformation between two coordinate reference systems.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html#getTransformWKT(com.sun.star.beans.XPropertySet, java.lang.String, java.lang.String, java.lang.Object)">getTransformWKT</A></CODE> in interface <CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html" title="interface in org.geotools.openoffice">XReferencing</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xOptions</CODE> - Provided by OpenOffice.<DD><CODE>sourceCRS</CODE> - The authority code for the source coordinate reference system.<DD><CODE>targetCRS</CODE> - The authority code for the target coordinate reference system.<DD><CODE>authority</CODE> - The authority name for choice of parameter names. Usually "OGC".</DL></DD></DL><HR><A NAME="getAccuracy(com.sun.star.beans.XPropertySet, java.lang.String, java.lang.String)"><!-- --></A><H3>getAccuracy</H3><PRE>public double <B>getAccuracy</B>(XPropertySet&nbsp;xOptions,                          <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;sourceCRS,                          <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;targetCRS)</PRE><DL><DD>Returns the accuracy of a transformation between two coordinate reference systems.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html#getAccuracy(com.sun.star.beans.XPropertySet, java.lang.String, java.lang.String)">getAccuracy</A></CODE> in interface <CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html" title="interface in org.geotools.openoffice">XReferencing</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xOptions</CODE> - Provided by OpenOffice.<DD><CODE>sourceCRS</CODE> - The authority code for the source coordinate reference system.<DD><CODE>targetCRS</CODE> - The authority code for the target coordinate reference system.</DL></DD></DL><HR><A NAME="getTransformedCoordinates(com.sun.star.beans.XPropertySet, double[][], java.lang.String, java.lang.String)"><!-- --></A><H3>getTransformedCoordinates</H3><PRE>public double[][] <B>getTransformedCoordinates</B>(XPropertySet&nbsp;xOptions,                                            double[][]&nbsp;coordinates,                                            <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;sourceCRS,                                            <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;targetCRS)</PRE><DL><DD>Transforms coordinates from the specified source CRS to the specified target CRS.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html#getTransformedCoordinates(com.sun.star.beans.XPropertySet, double[][], java.lang.String, java.lang.String)">getTransformedCoordinates</A></CODE> in interface <CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html" title="interface in org.geotools.openoffice">XReferencing</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xOptions</CODE> - Provided by OpenOffice.<DD><CODE>coordinates</CODE> - The coordinates to transform.<DD><CODE>sourceCRS</CODE> - The authority code for the source coordinate reference system.<DD><CODE>targetCRS</CODE> - The authority code for the target coordinate reference system.</DL></DD></DL><HR><A NAME="getOrthodromicDistance(com.sun.star.beans.XPropertySet, double[][], double[][], java.lang.Object)"><!-- --></A><H3>getOrthodromicDistance</H3><PRE>public double[][] <B>getOrthodromicDistance</B>(XPropertySet&nbsp;xOptions,                                         double[][]&nbsp;source,                                         double[][]&nbsp;target,                                         <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;CRS)</PRE><DL><DD>Computes the orthodromic distance and azimuth between two coordinates.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html#getOrthodromicDistance(com.sun.star.beans.XPropertySet, double[][], double[][], java.lang.Object)">getOrthodromicDistance</A></CODE> in interface <CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html" title="interface in org.geotools.openoffice">XReferencing</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xOptions</CODE> - Provided by OpenOffice.<DD><CODE>source</CODE> - The source positions.<DD><CODE>target</CODE> - The target positions.<DD><CODE>CRS</CODE> - Authority code of the coordinate reference system.</DL></DD></DL><HR><A NAME="getOrthodromicForward(com.sun.star.beans.XPropertySet, double[][], double[][], java.lang.Object)"><!-- --></A><H3>getOrthodromicForward</H3><PRE>public double[][] <B>getOrthodromicForward</B>(XPropertySet&nbsp;xOptions,                                        double[][]&nbsp;source,                                        double[][]&nbsp;displacement,                                        <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;CRS)</PRE><DL><DD>Computes the coordinates after a displacement of the specified distance.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html#getOrthodromicForward(com.sun.star.beans.XPropertySet, double[][], double[][], java.lang.Object)">getOrthodromicForward</A></CODE> in interface <CODE><A HREF="../../../org/geotools/openoffice/XReferencing.html" title="interface in org.geotools.openoffice">XReferencing</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>xOptions</CODE> - Provided by OpenOffice.<DD><CODE>source</CODE> - The source positions.<DD><CODE>displacement</CODE> - The distance and azimuth.<DD><CODE>CRS</CODE> - Authority code of the coordinate reference system.</DL></DD></DL><HR><A NAME="finalize()"><!-- --></A><H3>finalize</H3><PRE>protected void <B>finalize</B>()                 throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Throwable.html" title="class or interface in java.lang">Throwable</A></PRE><DL><DD>Release resources used by this implementation.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Throwable.html" title="class or interface in java.lang">Throwable</A></CODE></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/Referencing.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/openoffice/Nature.html" title="class in org.geotools.openoffice"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../org/geotools/openoffice/Registration.html" title="class in org.geotools.openoffice"><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="Referencing.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_Formulas">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 + -