GeoAPI 1.0
Build 2004-05-18

org.opengis.go.display.style
Interface Editability

All Known Subinterfaces:
GraphicStyle

public interface Editability

Encapsulates the editability attributes that can be applied to any Graphic.

Version:
$Revision: 1.2 $, $Date: 2004/03/02 03:14:41 $
Author:
OpenGIS® consortium

Field Summary
static boolean DEFAULT_EDITABILITY_AUTO_EDIT
          Default auto edit value.
static boolean DEFAULT_EDITABILITY_DRAG_SELECTABLE
          Default drag selectable value.
static boolean DEFAULT_EDITABILITY_PICKABLE
          Default pickable value.
static boolean DEFAULT_EDITABILITY_SELECTED
          Default selected value.
static String EDITABILITY_AUTO_EDIT
           
static String EDITABILITY_DRAG_SELECTABLE
           
static String EDITABILITY_PICKABLE
           
static String EDITABILITY_SELECTED
           
 
Method Summary
 boolean getEditabilityAutoEdit()
          Returns the auto edit value.
 boolean getEditabilityDragSelectable()
          Returns the drag selectable value.
 boolean getEditabilityPickable()
          Returns the pickable value.
 boolean getEditabilitySelected()
          Returns the selected value.
 boolean isEditabilityAutoEditSet()
          Returns whether the auto edit value has been set.
 boolean isEditabilityDragSelectableSet()
          Returns whether the drag selectable value has been set.
 boolean isEditabilityPickableSet()
          Returns whether the pickable value has been set.
 boolean isEditabilitySelectedSet()
          Returns whether the selected value has been set.
 void setEditabilityAutoEdit(boolean autoEdit)
          Sets the auto edit value.
 void setEditabilityAutoEditSet(boolean flag)
          Sets the fact that the auto edit value has been set.
 void setEditabilityDragSelectable(boolean dragSelectable)
          Sets the drag selectable value.
 void setEditabilityDragSelectableSet(boolean flag)
          Sets the fact that the drag selectable value has been set.
 void setEditabilityPickable(boolean pickable)
          Sets the pickable value.
 void setEditabilityPickableSet(boolean flag)
          Sets the fact that the pickable value has been set.
 void setEditabilitySelected(boolean selected)
          Sets the selected value.
 void setEditabilitySelectedSet(boolean flag)
          Sets the fact that the selected value has been set.
 

Field Detail

EDITABILITY_AUTO_EDIT

static final String EDITABILITY_AUTO_EDIT
See Also:
Constant Field Values

EDITABILITY_DRAG_SELECTABLE

static final String EDITABILITY_DRAG_SELECTABLE
See Also:
Constant Field Values

EDITABILITY_PICKABLE

static final String EDITABILITY_PICKABLE
See Also:
Constant Field Values

EDITABILITY_SELECTED

static final String EDITABILITY_SELECTED
See Also:
Constant Field Values

DEFAULT_EDITABILITY_AUTO_EDIT

static final boolean DEFAULT_EDITABILITY_AUTO_EDIT
Default auto edit value.

See Also:
Constant Field Values

DEFAULT_EDITABILITY_DRAG_SELECTABLE

static final boolean DEFAULT_EDITABILITY_DRAG_SELECTABLE
Default drag selectable value.

See Also:
Constant Field Values

DEFAULT_EDITABILITY_PICKABLE

static final boolean DEFAULT_EDITABILITY_PICKABLE
Default pickable value.

See Also:
Constant Field Values

DEFAULT_EDITABILITY_SELECTED

static final boolean DEFAULT_EDITABILITY_SELECTED
Default selected value.

See Also:
Constant Field Values
Method Detail

getEditabilityAutoEdit

boolean getEditabilityAutoEdit()
Returns the auto edit value.

Returns:
the auto edit value.

isEditabilityAutoEditSet

boolean isEditabilityAutoEditSet()
Returns whether the auto edit value has been set.

Returns:
true if the auto edit value has been set, false otherwise.

setEditabilityAutoEdit

void setEditabilityAutoEdit(boolean autoEdit)
Sets the auto edit value.

Parameters:
autoEdit - the auto edit value.

setEditabilityAutoEditSet

void setEditabilityAutoEditSet(boolean flag)
Sets the fact that the auto edit value has been set.

Parameters:
flag - true if the auto edit value has been set, false otherwise.

getEditabilityDragSelectable

boolean getEditabilityDragSelectable()
Returns the drag selectable value.

Returns:
the drag selectable value.

isEditabilityDragSelectableSet

boolean isEditabilityDragSelectableSet()
Returns whether the drag selectable value has been set.

Returns:
true if the drag selectable value has been set, false otherwise.

setEditabilityDragSelectable

void setEditabilityDragSelectable(boolean dragSelectable)
Sets the drag selectable value.

Parameters:
dragSelectable - the drag selectable value.

setEditabilityDragSelectableSet

void setEditabilityDragSelectableSet(boolean flag)
Sets the fact that the drag selectable value has been set.

Parameters:
flag - true if the drag selectable value has been set, false otherwise.

getEditabilityPickable

boolean getEditabilityPickable()
Returns the pickable value.

Returns:
the pickable value.

isEditabilityPickableSet

boolean isEditabilityPickableSet()
Returns whether the pickable value has been set.

Returns:
true if the pickable value has been set, false otherwise.

setEditabilityPickable

void setEditabilityPickable(boolean pickable)
Sets the pickable value.

Parameters:
pickable - the pickable value.

setEditabilityPickableSet

void setEditabilityPickableSet(boolean flag)
Sets the fact that the pickable value has been set.

Parameters:
flag - true if the pickable value has been set, false otherwise.

getEditabilitySelected

boolean getEditabilitySelected()
Returns the selected value.

Returns:
the selected value.

isEditabilitySelectedSet

boolean isEditabilitySelectedSet()
Returns whether the selected value has been set.

Returns:
true if the selected value has been set, false otherwise.

setEditabilitySelected

void setEditabilitySelected(boolean selected)
Sets the selected value.

Parameters:
selected - the selected value.

setEditabilitySelectedSet

void setEditabilitySelectedSet(boolean flag)
Sets the fact that the selected value has been set.

Parameters:
flag - true if the selected value has been set, false otherwise.

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium