📄 defaultcoordinatesystemaxis.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html" title="class in org.geotools.referencing.cs">DefaultCoordinateSystemAxis</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#X">X</A></B></CODE><BR> Default axis info for <var>x</var> values in a cartesian CS. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html" title="class in org.geotools.referencing.cs">DefaultCoordinateSystemAxis</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#Y">Y</A></B></CODE><BR> Default axis info for <var>y</var> values in a cartesian CS. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html" title="class in org.geotools.referencing.cs">DefaultCoordinateSystemAxis</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#Z">Z</A></B></CODE><BR> Default axis info for <var>z</var> values in a cartesian CS. </TD></TR></TABLE> <A NAME="fields_inherited_from_class_AbstractIdentifiedObject"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Fields inherited from class <A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html" title="class in org.geotools.referencing">AbstractIdentifiedObject</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html#EMPTY_ALIAS_ARRAY">EMPTY_ALIAS_ARRAY</A>, <A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html#EMPTY_IDENTIFIER_ARRAY">EMPTY_IDENTIFIER_ARRAY</A>, <A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html#IDENTIFIER_COMPARATOR">IDENTIFIER_COMPARATOR</A>, <A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html#NAME_COMPARATOR">NAME_COMPARATOR</A>, <A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html#REMARKS_COMPARATOR">REMARKS_COMPARATOR</A></CODE></TD></TR></TABLE> <A NAME="fields_inherited_from_class_IdentifiedObject"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Fields inherited from interface IdentifiedObject</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY</CODE></TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#DefaultCoordinateSystemAxis(org.opengis.referencing.cs.CoordinateSystemAxis)">DefaultCoordinateSystemAxis</A></B>(CoordinateSystemAxis axis)</CODE><BR> Constructs a new coordinate system axis with the same values than the specified one. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#DefaultCoordinateSystemAxis(org.opengis.util.InternationalString, java.lang.String, org.opengis.referencing.cs.AxisDirection, javax.units.Unit)">DefaultCoordinateSystemAxis</A></B>(InternationalString name, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> abbreviation, AxisDirection direction, <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A> unit)</CODE><BR> Constructs an axis with a name as an international string and an abbreviation. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#DefaultCoordinateSystemAxis(java.util.Map, java.lang.String, org.opengis.referencing.cs.AxisDirection, javax.units.Unit)">DefaultCoordinateSystemAxis</A></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, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> abbreviation, AxisDirection direction, <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A> unit)</CODE><BR> Constructs an unbounded axis from a set of properties. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#DefaultCoordinateSystemAxis(java.util.Map, java.lang.String, org.opengis.referencing.cs.AxisDirection, javax.units.Unit, double, double, org.opengis.referencing.cs.RangeMeaning)">DefaultCoordinateSystemAxis</A></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, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> abbreviation, AxisDirection direction, <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A> unit, double minimum, double maximum, RangeMeaning rangeMeaning)</CODE><BR> Constructs an axis from a set of properties. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#DefaultCoordinateSystemAxis(java.lang.String, org.opengis.referencing.cs.AxisDirection, javax.units.Unit)">DefaultCoordinateSystemAxis</A></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> abbreviation, AxisDirection direction, <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A> unit)</CODE><BR> Constructs an axis with the same <A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html#getName()">name</A> as the abbreviation.</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#equals(org.geotools.referencing.AbstractIdentifiedObject, boolean)">equals</A></B>(<A HREF="../../../../org/geotools/referencing/AbstractIdentifiedObject.html" title="class in org.geotools.referencing">AbstractIdentifiedObject</A> object, boolean compareMetadata)</CODE><BR> Compares the specified object with this axis for equality.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <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></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#formatWKT(org.geotools.referencing.wkt.Formatter)">formatWKT</A></B>(<A HREF="../../../../org/geotools/referencing/wkt/Formatter.html" title="class in org.geotools.referencing.wkt">Formatter</A> formatter)</CODE><BR> Format the inner part of a <A HREF="http://geoapi.sourceforge.net/snapshot/javadoc/org/opengis/referencing/doc-files/WKT.html"><cite>Well Known Text</cite> (WKT)</A> element. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <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></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getAbbreviation()">getAbbreviation</A></B>()</CODE><BR> The abbreviation used for this coordinate system axes. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> AxisDirection</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getDirection()">getDirection</A></B>()</CODE><BR> Direction of this coordinate system axis. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static AxisDirection</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getDirection(java.lang.String)">getDirection</A></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> direction)</CODE><BR> Returns an axis direction constants from its name.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getMaximumValue()">getMaximumValue</A></B>()</CODE><BR> Returns the maximum value normally allowed for this axis, in the <A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getUnit()">unit of measure for the axis</A>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> double</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getMinimumValue()">getMinimumValue</A></B>()</CODE><BR> Returns the minimum value normally allowed for this axis, in the <A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getUnit()">unit of measure for the axis</A>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> RangeMeaning</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getRangeMeaning()">getRangeMeaning</A></B>()</CODE><BR> Returns the meaning of axis value range specified by the <A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getMinimumValue()">minimum</A> and <A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getMaximumValue()">maximum</A> values. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://jsr-108.sourceforge.net/javadoc/javax/units/Unit.html" title="class or interface in javax.units">Unit</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#getUnit()">getUnit</A></B>()</CODE><BR> The unit of measure used for this coordinate system axis. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#hashCode()">hashCode</A></B>()</CODE><BR> Returns a hash value for this axis. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/referencing/cs/DefaultCoordinateSystemAxis.html#nameMatches(java.lang.String)">nameMatches</A></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)</CODE><BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -