Package com.luciad.format.gdf
Class TLcdGDFDatasetKey
java.lang.Object
com.luciad.format.gdf.TLcdGDFDatasetKey
Immutable class representing the unique identifier of a GDF dataset,
consisting of the dataset identifier.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if the given object is an instance of TLcdGDFDatasetKey whose identifier is identical to the corresponding identifier of this key, false otherwise.long
Returns the unique identifier of the dataset.static TLcdGDFDatasetKey
getInstance
(long aDatasetIdentifier) Returns a dataset key for the given dataset identifier.int
hashCode()
toString()
Returns a general description of this dataset key.
-
Method Details
-
getInstance
Returns a dataset key for the given dataset identifier.- Parameters:
aDatasetIdentifier
- the unique identifier of the dataset.- Returns:
- a dataset key with the given dataset identifier.
-
getDatasetIdentifier
public long getDatasetIdentifier()Returns the unique identifier of the dataset.- Returns:
- the unique identifier of the dataset.
-
equals
Returns true if the given object is an instance of TLcdGDFDatasetKey whose identifier is identical to the corresponding identifier of this key, false otherwise. -
hashCode
public int hashCode() -
toString
Returns a general description of this dataset key. The exact details of the representation are unspecified and are subject to change.
-