|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
------------------------------------------------------------------------
Method Summary | |
void |
addTheme(Theme theme)
adds a Theme to the Selector that shall be notified if something happens. |
java.lang.String[] |
invertSelection()
invertes the current selection. |
void |
removeTheme(Theme theme)
|
void |
reset()
marks all features as unselected |
java.lang.String[] |
select(GM_Envelope boundingbox)
selects all features (display elements) that are located within the submitted bounding box. |
java.lang.String[] |
select(GM_Position position)
selects all features (display elements) that intersects the submitted point. if a feature is already selected it remains selected. |
java.lang.String[] |
select(GM_Position position,
double radius)
selects all features (display elements) that are located within the circle described by the position and the radius. if a feature is already selected it remains selected. |
java.lang.String[] |
select(java.lang.String[] ids)
selects all features (display elements) that are specified by the submitted ids. if a feature is already selected it remains selected. |
Method Detail |
public void addTheme(Theme theme)
public void removeTheme(Theme theme)
addTheme(Theme)
public java.lang.String[] select(GM_Envelope boundingbox)
public java.lang.String[] select(GM_Position position)
public java.lang.String[] select(GM_Position position, double radius)
public java.lang.String[] select(java.lang.String[] ids)
public java.lang.String[] invertSelection()
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |