Class AxisName
java.lang.Object
org.apache.sis.referencing.factory.sql.AxisName
A (name, description) pair for a coordinate system axis.
- Since:
- 0.7
- Version:
- 0.7
-
Field Details
-
name
The coordinate system axis name (nevernull
). -
description
The coordinate system axis description, ornull
if none.
-
-
Constructor Details
-
AxisName
Creates a new coordinate system axis name.
-
-
Method Details
-
hashCode
public int hashCode()Returns a hash code for this object. -
equals
Compares this name with the specified object for equality. -
toString
Returns a string representation of this object, for debugging purpose only.
-