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

    • LayerFeatureId

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

    • getLayerId

      public long getLayerId()
      The layer id.
    • getFeatureId

      public long getFeatureId()
      The feature id.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object