defaulttemporalcrs.html
来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 574 行 · 第 1/3 页
HTML
574 行
<TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="DefaultTemporalCRS(org.opengis.referencing.crs.TemporalCRS)"><!-- --></A><H3>DefaultTemporalCRS</H3><PRE>public <B>DefaultTemporalCRS</B>(TemporalCRS crs)</PRE><DL><DD>Constructs a new temporal CRS with the same values than the specified one. This copy constructor provides a way to wrap an arbitrary implementation into a Geotools one or a user-defined one (as a subclass), usually in order to leverage some implementation-specific API. This constructor performs a shallow copy, i.e. the properties are not cloned.<P><DT><B>Since:</B></DT> <DD>2.2</DD><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/referencing/crs/DefaultTemporalCRS.html#wrap(org.opengis.referencing.crs.TemporalCRS)"><CODE>wrap(org.opengis.referencing.crs.TemporalCRS)</CODE></A></DL><HR><A NAME="DefaultTemporalCRS(java.lang.String, org.opengis.referencing.datum.TemporalDatum, org.opengis.referencing.cs.TimeCS)"><!-- --></A><H3>DefaultTemporalCRS</H3><PRE>public <B>DefaultTemporalCRS</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> name, TemporalDatum datum, TimeCS cs)</PRE><DL><DD>Constructs a temporal CRS from a name.<P><DT><B>Parameters:</B><DD><CODE>name</CODE> - The name.<DD><CODE>datum</CODE> - The datum.<DD><CODE>cs</CODE> - The coordinate system.</DL><HR><A NAME="DefaultTemporalCRS(java.util.Map, org.opengis.referencing.datum.TemporalDatum, org.opengis.referencing.cs.TimeCS)"><!-- --></A><H3>DefaultTemporalCRS</H3><PRE>public <B>DefaultTemporalCRS</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> properties, TemporalDatum datum, TimeCS cs)</PRE><DL><DD>Constructs a temporal CRS from a set of properties. The properties are given unchanged to the <A HREF="../../../../org/geotools/referencing/AbstractReferenceSystem.html#AbstractReferenceSystem(java.util.Map)">super-class constructor</A>.<P><DT><B>Parameters:</B><DD><CODE>properties</CODE> - Set of properties. Should contains at least <code>"name"</code>.<DD><CODE>cs</CODE> - The coordinate system.<DD><CODE>datum</CODE> - The datum.</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="wrap(org.opengis.referencing.crs.TemporalCRS)"><!-- --></A><H3>wrap</H3><PRE>public static <A HREF="../../../../org/geotools/referencing/crs/DefaultTemporalCRS.html" title="class in org.geotools.referencing.crs">DefaultTemporalCRS</A> <B>wrap</B>(TemporalCRS crs)</PRE><DL><DD>Wraps an arbitrary temporal CRS into a Geotools implementation. This method is usefull if the user wants to take advantage of <A HREF="../../../../org/geotools/referencing/crs/DefaultTemporalCRS.html#toDate(double)"><CODE>toDate(double)</CODE></A> and <A HREF="../../../../org/geotools/referencing/crs/DefaultTemporalCRS.html#toValue(java.util.Date)"><CODE>toValue(java.util.Date)</CODE></A> methods. If the supplied CRS is already an instance of or is , then it is returned unchanged.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="toDate(double)"><!-- --></A><H3>toDate</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> <B>toDate</B>(double value)</PRE><DL><DD>Convert the given value into a <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util"><CODE>Date</CODE></A> object. This method is the converse of <A HREF="../../../../org/geotools/referencing/crs/DefaultTemporalCRS.html#toValue(java.util.Date)"><CODE>toValue(java.util.Date)</CODE></A>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - A value in this axis unit.<DT><B>Returns:</B><DD>The value as a <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">date</A>.</DL></DD></DL><HR><A NAME="toValue(java.util.Date)"><!-- --></A><H3>toValue</H3><PRE>public double <B>toValue</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> time)</PRE><DL><DD>Convert the given <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">date</A> into a value in this axis unit. This method is the converse of <A HREF="../../../../org/geotools/referencing/crs/DefaultTemporalCRS.html#toDate(double)"><CODE>toDate(double)</CODE></A>.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>time</CODE> - The value as a <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Date.html" title="class or interface in java.util">date</A>.<DT><B>Returns:</B><DD>value A value in this axis unit.</DL></DD></DL><HR><A NAME="hashCode()"><!-- --></A><H3>hashCode</H3><PRE>public int <B>hashCode</B>()</PRE><DL><DD>Returns a hash value for this geographic CRS.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/geotools/referencing/crs/AbstractSingleCRS.html#hashCode()">hashCode</A></CODE> in class <CODE><A HREF="../../../../org/geotools/referencing/crs/AbstractSingleCRS.html" title="class in org.geotools.referencing.crs">AbstractSingleCRS</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The hash code value. This value doesn't need to be the same in past or future versions of this class.</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/DefaultTemporalCRS.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/referencing/crs/DefaultProjectedCRS.html" title="class in org.geotools.referencing.crs"><B>PREV CLASS</B></A> <A HREF="../../../../org/geotools/referencing/crs/DefaultVerticalCRS.html" title="class in org.geotools.referencing.crs"><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="DefaultTemporalCRS.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="#field_summary">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: <A HREF="#field_detail">FIELD</A> | <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 + =
减小字号Ctrl + -
显示快捷键?