Class LayerFeatureId

java.lang.Object
com.luciad.layers.features.LayerFeatureId

public final class LayerFeatureId extends Object
Represents an identifier for a feature within a view.
  • Constructor Details Link icon

    • LayerFeatureId Link icon

      public LayerFeatureId(long layerId, long featureId)
      Creates a new instance.
      Parameters:
      layerId - a layer id
      featureId - a feature id
  • Method Details Link icon

    • getLayerId Link icon

      public long getLayerId()
      The layer id.
    • getFeatureId Link icon

      public long getFeatureId()
      The feature id.
    • equals Link icon

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object