namedidentifier.html
来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 878 行 · 第 1/3 页
HTML
878 行
<P><DD>Returns a view of this object as a local name. The local name returned by this method will have the same scope than this generic name.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>asLocalName</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="scope()"><!-- --></A><H3>scope</H3><PRE>public NameSpace <B>scope</B>()</PRE><DL><DD>Returns the scope (name space) in which this name is local.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>scope</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL><DT><B>Since:</B></DT> <DD>2.3</DD></DL></DD></DL><HR><A NAME="getScope()"><!-- --></A><H3>getScope</H3><PRE>public GenericName <B>getScope</B>()</PRE><DL><DD><B>Deprecated.</B> <I>Replaced by <A HREF="../../../org/geotools/referencing/NamedIdentifier.html#scope()"><CODE>scope()</CODE></A>.</I><P><DD>Returns the scope (name space) of this generic name. If this name has no scope (e.g. is the root), then this method returns .<P><DD><DL><DT><B>Specified by:</B><DD><CODE>getScope</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="depth()"><!-- --></A><H3>depth</H3><PRE>public int <B>depth</B>()</PRE><DL><DD>Returns the depth of this name within the namespace hierarchy.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>depth</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL><DT><B>Since:</B></DT> <DD>2.3</DD></DL></DD></DL><HR><A NAME="getParsedNames()"><!-- --></A><H3>getParsedNames</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>getParsedNames</B>()</PRE><DL><DD>Returns the sequence of local names making this generic name. Each element in this list is like a directory name in a file path name. The length of this sequence is the generic name depth.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>getParsedNames</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="push(org.opengis.util.GenericName)"><!-- --></A><H3>push</H3><PRE>public ScopedName <B>push</B>(GenericName scope)</PRE><DL><DD>Returns this name expanded with the specified scope. One may represent this operation as a concatenation of the specified with .<P><DD><DL><DT><B>Specified by:</B><DD><CODE>push</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL><DT><B>Since:</B></DT> <DD>2.3</DD></DL></DD></DL><HR><A NAME="toFullyQualifiedName()"><!-- --></A><H3>toFullyQualifiedName</H3><PRE>public GenericName <B>toFullyQualifiedName</B>()</PRE><DL><DD>Returns a view of this name as a fully-qualified name.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>toFullyQualifiedName</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL><DT><B>Since:</B></DT> <DD>2.3</DD></DL></DD></DL><HR><A NAME="asScopedName()"><!-- --></A><H3>asScopedName</H3><PRE>public ScopedName <B>asScopedName</B>()</PRE><DL><DD><B>Deprecated.</B> <I>Replaced by <A HREF="../../../org/geotools/referencing/NamedIdentifier.html#toFullyQualifiedName()"><CODE>toFullyQualifiedName()</CODE></A>.</I><P><DD>Returns a view of this object as a scoped name, or if this name has no scope.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>asScopedName</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="toInternationalString()"><!-- --></A><H3>toInternationalString</H3><PRE>public InternationalString <B>toInternationalString</B>()</PRE><DL><DD>Returns a local-dependent string representation of this generic name. This string is similar to the one returned by <A HREF="../../../org/geotools/referencing/NamedIdentifier.html#toString()"><CODE>toString()</CODE></A> except that each element has been localized in the specified locale. If no international string is available, then this method returns an implementation mapping to <A HREF="../../../org/geotools/referencing/NamedIdentifier.html#toString()"><CODE>toString()</CODE></A> for all locales.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>toInternationalString</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</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>toString</B>()</PRE><DL><DD>Returns a string representation of this generic name. This string representation is local-independant. It contains all elements listed by <A HREF="../../../org/geotools/referencing/NamedIdentifier.html#getParsedNames()"><CODE>getParsedNames()</CODE></A> separated by an arbitrary character (usually or ).<P><DD><DL><DT><B>Specified by:</B><DD><CODE>toString</CODE> in interface <CODE>GenericName</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="compareTo(java.lang.Object)"><!-- --></A><H3>compareTo</H3><PRE>public int <B>compareTo</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> object)</PRE><DL><DD>Compares this name with the specified object for order. Returns a negative integer, zero, or a positive integer as this name lexicographically precedes, is equals to, or follows the specified object.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Comparable.html#compareTo(java.lang.Object)" title="class or interface in java.lang">compareTo</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Comparable.html" title="class or interface in java.lang">Comparable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>public boolean <B>equals</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> object)</PRE><DL><DD>Compares this identifier with the specified object for equality.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="hashCode()"><!-- --></A><H3>hashCode</H3><PRE>public int <B>hashCode</B>()</PRE><DL><DD>Returns a hash code value for this identifier.<P><DD><DL></DL></DD><DD><DL></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/NamedIdentifier.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/GeodeticCalculator.html" title="class in org.geotools.referencing"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="NamedIdentifier.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 | FIELD | <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 + =
减小字号Ctrl + -
显示快捷键?