📄 referencing.html
字号:
<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> 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 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> 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> 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 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> 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> 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> 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 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> 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> 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 xOptions, double[][] 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> 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> 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 xOptions, double[][] source, double[][] 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> 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 xOptions, double[][] source, double[][] 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> 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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Referencing.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/geotools/openoffice/Nature.html" title="class in org.geotools.openoffice"><B>PREV CLASS</B></A> <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> <A HREF="Referencing.html" target="_top"><B>NO FRAMES</B></A> <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: NESTED | <A HREF="#fields_inherited_from_class_Formulas">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 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 + -