Class TLspEditOperationType

java.lang.Object
com.luciad.view.lightspeed.editor.operation.TLspEditOperationType

public final class TLspEditOperationType extends Object
Defines the type of an edit operation. The property key should be used as the key in the properties map of an editing operation, to locate the descriptor of the editing operation.
Since:
2012.0
  • Field Details

  • Constructor Details

    • TLspEditOperationType

      public TLspEditOperationType(String aPropertyKey)
      Creates a new TLspEditOperationType.
      Parameters:
      aPropertyKey - the property key of the type.
  • Method Details

    • getPropertyKey

      public String getPropertyKey()
      Returns the property key of the type. This property key should be used as the key in the properties map of an editing operation.
      Returns:
      the property key of the type.