Class GeoKey
- java.lang.Object
-
- de.hendrikjanssen.geotifftools.metadata.geokeys.GeoKey
-
-
Constructor Summary
Constructors Constructor Description GeoKey(int id, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(GeoKey o)booleanequals(java.lang.Object o)intgetId()doublegetValueAsDouble()double[]getValueAsDoubles()intgetValueAsInt()int[]getValueAsInts()java.lang.StringgetValueAsString()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
getValueAsInt
public int getValueAsInt()
-
getValueAsInts
public int[] getValueAsInts()
-
getValueAsDouble
public double getValueAsDouble()
-
getValueAsDoubles
public double[] getValueAsDoubles()
-
getValueAsString
public java.lang.String getValueAsString()
-
compareTo
public int compareTo(GeoKey o)
- Specified by:
compareToin interfacejava.lang.Comparable<GeoKey>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-