Class AbstractLinearReferencingPlugIn

All Implemented Interfaces:
EnableChecked, Iconified, PlugIn, Recordable, ShortcutEnabled, ThreadedPlugIn, ActionListener, EventListener
Direct Known Subclasses:
LinearReferencingOnLayerPlugIn, LinearReferencingOnSelectionPlugIn

public abstract class AbstractLinearReferencingPlugIn extends AbstractThreadedUiPlugIn
Common attributes and methods for LinearReferencing
  • Field Details

    • DESCRIPTION

      protected String DESCRIPTION
    • DISTANCE_UNIT

      protected String DISTANCE_UNIT
    • MAP_UNIT

      protected String MAP_UNIT
    • MAP_UNIT_TOOLTIP

      protected String MAP_UNIT_TOOLTIP
    • LINESTRING_FRACTION

      protected String LINESTRING_FRACTION
    • LINESTRING_FRACTION_TOOLTIP

      protected String LINESTRING_FRACTION_TOOLTIP
    • DISTANCE_AND_OFFSET

      protected String DISTANCE_AND_OFFSET
    • DISTANCE

      protected String DISTANCE
    • DISTANCE_TOOLTIP

      protected String DISTANCE_TOOLTIP
    • OFFSET

      protected String OFFSET
    • OFFSET_TOOLTIP

      protected String OFFSET_TOOLTIP
    • REPEAT

      protected String REPEAT
    • REPEAT_DISTANCE

      protected String REPEAT_DISTANCE
    • ADD_END_POINT

      protected String ADD_END_POINT
    • EMPTY_RESULT

      protected String EMPTY_RESULT
    • map_unit

      protected boolean map_unit
    • linestring_fraction

      protected boolean linestring_fraction
    • distance

      protected double distance
    • offset

      protected double offset
    • repeat

      protected boolean repeat
    • repeat_distance

      protected double repeat_distance
    • add_end_point

      protected boolean add_end_point
  • Constructor Details

    • AbstractLinearReferencingPlugIn

      public AbstractLinearReferencingPlugIn(String s, ImageIcon icon)
  • Method Details