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 int
compareTo(GeoKey o)
boolean
equals(java.lang.Object o)
int
getId()
double
getValueAsDouble()
double[]
getValueAsDoubles()
int
getValueAsInt()
int[]
getValueAsInts()
java.lang.String
getValueAsString()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
compareTo
in interfacejava.lang.Comparable<GeoKey>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-