net.refractions.udig.project.preferences
Class PreferenceConstants

java.lang.Object
  extended by net.refractions.udig.project.preferences.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences


Field Summary
static java.lang.String P_ANTI_ALIASING
           
static java.lang.String P_BACKGROUND
           
static java.lang.String P_CHECK_DUPLICATE_LAYERS
          The property forces to make checking for layers diplicating - from the same georesource - in context of the map where new layers are added.
static java.lang.String P_DEFAULT_CRS
           
static java.lang.String P_DEFAULT_FEATURE_EDITOR
           
static java.lang.String P_DEFAULT_PALETTE
           
static java.lang.String P_FEATURE_EVENT_REFRESH_ALL
          If this property contains true then no matter what are the bounds of feature events, all the viewport will be refreshed by render manager.
static java.lang.String P_HIGHLIGHT
           
static java.lang.String P_HIGHLIGHT_BACKGROUND
           
static java.lang.String P_HIGHLIGHT_FOREGROUND
           
static java.lang.String P_HIGHLIGHT_NONE
           
static java.lang.String P_IGNORE_LABELS_OVERLAPPING
          This property says to LabelCacheDefault whether to ignore labels overlapping checkings or to force them no matter what is a "spaceAround" parameter of the TextSymbolizer in SLD style.
static java.lang.String P_IRREVERSIBLE_COMMAND_VALUE
           
static java.lang.String P_LAYER_RESOURCE_CACHING_STRATEGY
           
static java.lang.String P_MAX_UNDO
           
static java.lang.String P_MINIMUM_ZOOM_SCALE
          The property value for the preferred scale to ZOOM IN when extents of the layer are not really correct or too small to be zoomed and displayed.
static java.lang.String P_PROJECT_DELETE_FILES
           
static java.lang.String P_REMOVE_LAYERS
           
static java.lang.String P_SELECTION_COLOR
           
static java.lang.String P_SELECTION2_COLOR
           
static java.lang.String P_SHOW_ANIMATIONS
           
static java.lang.String P_STYLE_DEFAULT_PERPENDICULAR_OFFSET
           
static java.lang.String P_TILING_RENDERER
           
static java.lang.String P_TRANSPARENCY
           
static java.lang.String P_WARN_IRREVERSIBLE_COMMAND
           
 
Constructor Summary
PreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_ANTI_ALIASING

public static final java.lang.String P_ANTI_ALIASING
See Also:
Constant Field Values

P_TRANSPARENCY

public static final java.lang.String P_TRANSPARENCY
See Also:
Constant Field Values

P_DEFAULT_CRS

public static final java.lang.String P_DEFAULT_CRS
See Also:
Constant Field Values

P_DEFAULT_PALETTE

public static final java.lang.String P_DEFAULT_PALETTE
See Also:
Constant Field Values

P_BACKGROUND

public static final java.lang.String P_BACKGROUND
See Also:
Constant Field Values

P_TILING_RENDERER

public static final java.lang.String P_TILING_RENDERER
See Also:
Constant Field Values

P_SELECTION_COLOR

public static final java.lang.String P_SELECTION_COLOR
See Also:
Constant Field Values

P_SELECTION2_COLOR

public static final java.lang.String P_SELECTION2_COLOR
See Also:
Constant Field Values

P_REMOVE_LAYERS

public static final java.lang.String P_REMOVE_LAYERS
See Also:
Constant Field Values

P_HIGHLIGHT

public static final java.lang.String P_HIGHLIGHT
See Also:
Constant Field Values

P_HIGHLIGHT_NONE

public static final java.lang.String P_HIGHLIGHT_NONE
See Also:
Constant Field Values

P_HIGHLIGHT_FOREGROUND

public static final java.lang.String P_HIGHLIGHT_FOREGROUND
See Also:
Constant Field Values

P_HIGHLIGHT_BACKGROUND

public static final java.lang.String P_HIGHLIGHT_BACKGROUND
See Also:
Constant Field Values

P_WARN_IRREVERSIBLE_COMMAND

public static final java.lang.String P_WARN_IRREVERSIBLE_COMMAND
See Also:
Constant Field Values

P_IRREVERSIBLE_COMMAND_VALUE

public static final java.lang.String P_IRREVERSIBLE_COMMAND_VALUE
See Also:
Constant Field Values

P_STYLE_DEFAULT_PERPENDICULAR_OFFSET

public static final java.lang.String P_STYLE_DEFAULT_PERPENDICULAR_OFFSET
See Also:
Constant Field Values

P_LAYER_RESOURCE_CACHING_STRATEGY

public static final java.lang.String P_LAYER_RESOURCE_CACHING_STRATEGY
See Also:
Constant Field Values

P_PROJECT_DELETE_FILES

public static final java.lang.String P_PROJECT_DELETE_FILES
See Also:
Constant Field Values

P_SHOW_ANIMATIONS

public static final java.lang.String P_SHOW_ANIMATIONS
See Also:
Constant Field Values

P_MAX_UNDO

public static final java.lang.String P_MAX_UNDO
See Also:
Constant Field Values

P_DEFAULT_FEATURE_EDITOR

public static final java.lang.String P_DEFAULT_FEATURE_EDITOR
See Also:
Constant Field Values

P_MINIMUM_ZOOM_SCALE

public static final java.lang.String P_MINIMUM_ZOOM_SCALE
The property value for the preferred scale to ZOOM IN when extents of the layer are not really correct or too small to be zoomed and displayed.

The example: only one point exists in the layer and its extents are like (Xpoint, Ypoint, Xpoint, Ypoint) - so extents are collapsed to the point.

Used in "Zoom to extents" action.

See Also:
Constant Field Values

P_FEATURE_EVENT_REFRESH_ALL

public static final java.lang.String P_FEATURE_EVENT_REFRESH_ALL
If this property contains true then no matter what are the bounds of feature events, all the viewport will be refreshed by render manager.

This is a customization property to avoid drawback effects because of non-uniform and not complete implementation of feature events notifiers and bugs in rendering workflow. The idea is to get the up-to-date picture with all changes in the layer no matter of feature events that might cause refreshing only its bounding box.

See Also:
Constant Field Values

P_IGNORE_LABELS_OVERLAPPING

public static final java.lang.String P_IGNORE_LABELS_OVERLAPPING
This property says to LabelCacheDefault whether to ignore labels overlapping checkings or to force them no matter what is a "spaceAround" parameter of the TextSymbolizer in SLD style.

If this property is true then no matter what is a SLD style parameters, all labels are rendered.

See Also:
Constant Field Values

P_CHECK_DUPLICATE_LAYERS

public static final java.lang.String P_CHECK_DUPLICATE_LAYERS
The property forces to make checking for layers diplicating - from the same georesource - in context of the map where new layers are added.

If the property is true then no duplicate layers are possible.

See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()