|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelectionResolutionChip
Provides access to the Selection Resolution Chip.
Method Summary | |
---|---|
void |
doModal(IPoint clickPt,
IFeatureLayer[] featureLayer,
IFeature[] feature)
Shows the selection resolution chip and require a response. |
void |
hide()
Hides the selection resolution chip. |
boolean |
isAllowAnnoFeatures()
Indicates if annotation feature candidates are allowed. |
boolean |
isAllowLineFeatures()
Indicates if line feature candidates are allowed. |
boolean |
isAllowPointFeatures()
Indicates if point feature candidates are allowed. |
boolean |
isAllowPolygonFeatures()
Indicates if polygon feature candidates are allowed. |
boolean |
isMustBeEditable()
Indicates if the candidate features must be editable. |
boolean |
isMustBeSelectable()
Indicates if the candidate features must be selectable. |
void |
setAllowAnnoFeatures(boolean flag)
Indicates if annotation feature candidates are allowed. |
void |
setAllowLineFeatures(boolean flag)
Indicates if line feature candidates are allowed. |
void |
setAllowPointFeatures(boolean flag)
Indicates if point feature candidates are allowed. |
void |
setAllowPolygonFeatures(boolean flag)
Indicates if polygon feature candidates are allowed. |
void |
setCombinationMethod(int rhs1)
The combination method used when clicked. |
void |
setMustBeEditable(boolean flag)
Indicates if the candidate features must be editable. |
void |
setMustBeSelectable(boolean flag)
Indicates if the candidate features must be selectable. |
void |
show(IPoint clickPt,
ISelectionResolutionImpl selSelector)
Shows the selection resolution chip. |
Method Detail |
---|
void show(IPoint clickPt, ISelectionResolutionImpl selSelector) throws IOException, AutomationException
clickPt
- A reference to a com.esri.arcgis.geometry.IPoint (in)selSelector
- A reference to a com.esri.arcgis.editor.ISelectionResolutionImpl (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void hide() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doModal(IPoint clickPt, IFeatureLayer[] featureLayer, IFeature[] feature) throws IOException, AutomationException
clickPt
- A reference to a com.esri.arcgis.geometry.IPoint (in)featureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (out: use single element array)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMustBeSelectable(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMustBeSelectable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMustBeEditable(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMustBeEditable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowPointFeatures(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowPointFeatures() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowLineFeatures(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowLineFeatures() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowPolygonFeatures(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowPolygonFeatures() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowAnnoFeatures(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowAnnoFeatures() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCombinationMethod(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |