Class FeatureState

java.lang.Object
com.luciad.layers.features.FeatureState
All Implemented Interfaces:
AutoCloseable

public final class FeatureState extends Object implements AutoCloseable
Representation of the state of a feature.

By default the following states exist:

It is possible to register custom feature states using FeatureState#registerValue. You can use such custom feature states to style objects differently.

  • Field Details Link icon

    • Selected Link icon

      public static FeatureState Selected
      A feature state representing an object that is selected.
    • Hover Link icon

      public static FeatureState Hover
      A feature state representing an object that is under the cursor.
  • Method Details Link icon