Class AbstractLinearReferencingPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- org.openjump.core.ui.plugin.AbstractUiPlugIn
-
- org.openjump.core.ui.plugin.AbstractThreadedUiPlugIn
-
- org.openjump.core.ui.plugin.tools.generate.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 Summary
Fields Modifier and Type Field Description protected boolean
add_end_point
protected String
ADD_END_POINT
protected String
DESCRIPTION
protected double
distance
protected String
DISTANCE
protected String
DISTANCE_AND_OFFSET
protected String
DISTANCE_TOOLTIP
protected String
DISTANCE_UNIT
protected String
EMPTY_RESULT
protected boolean
linestring_fraction
protected String
LINESTRING_FRACTION
protected String
LINESTRING_FRACTION_TOOLTIP
protected boolean
map_unit
protected String
MAP_UNIT
protected String
MAP_UNIT_TOOLTIP
protected double
offset
protected String
OFFSET
protected String
OFFSET_TOOLTIP
protected boolean
repeat
protected String
REPEAT
protected double
repeat_distance
protected String
REPEAT_DISTANCE
-
Fields inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
enableCheck, workbenchContext
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description AbstractLinearReferencingPlugIn(String s, ImageIcon icon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(PlugInContext context)
Method to be overridden by implementations to execute the plug-in.protected void
setPointsAlong(FeatureCollection dataset, String layerName, String path, org.locationtech.jts.geom.Geometry geometry)
-
Methods inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
actionPerformed, getEnableCheck, getIcon, getName, getToolTip, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContext
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isShortcutEnabled, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn
getName, initialize
-
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.ThreadedPlugIn
run
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
execute
public boolean execute(PlugInContext context) throws Exception
Description copied from class:AbstractUiPlugIn
Method to be overridden by implementations to execute the plug-in.- Specified by:
execute
in interfacePlugIn
- Overrides:
execute
in classAbstractUiPlugIn
- Parameters:
context
- The plug-in context.- Returns:
- true if the PlugIn has been executed
- Throws:
Exception
- if an Exception occurs during execution- See Also:
ThreadedPlugIn
-
setPointsAlong
protected void setPointsAlong(FeatureCollection dataset, String layerName, String path, org.locationtech.jts.geom.Geometry geometry)
-
-