public class TLcdGDFLayerKey extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object aObject)
Returns
true if the given object is an instance of TLcdGDFLayerKey
whose identifiers are
identical to the corresponding identifiers of this key, false otherwise. |
long |
getDatasetIdentifier()
Returns the unique identifier of the dataset to which the layer belongs.
|
TLcdGDFDatasetKey |
getDatasetKey()
Returns the dataset key of the dataset to which this layer belongs.
|
static TLcdGDFLayerKey |
getInstance(long aDatasetIdentifier,
long aLayerIdentifier)
Returns a layer key for the given layer.
|
long |
getLayerIdentifier()
Returns the identifier of the layer.
|
int |
hashCode() |
String |
toString()
Returns a general description of this layer key.
|
public static TLcdGDFLayerKey getInstance(long aDatasetIdentifier, long aLayerIdentifier)
aDatasetIdentifier
- the unique identifier of the dataset to which the layer belongs.aLayerIdentifier
- the identifier of the layer (unique within the dataset).public TLcdGDFDatasetKey getDatasetKey()
public long getDatasetIdentifier()
public long getLayerIdentifier()
public boolean equals(Object aObject)
true
if the given object is an instance of TLcdGDFLayerKey
whose identifiers are
identical to the corresponding identifiers of this key, false
otherwise.