|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryByLayer
Provides access to the QueryByLayer interface.
Method Summary | |
---|---|
ISelectionSet |
select()
Selects the features based on the input parameters and returns a selection set. |
void |
setBufferDistance(double rhs1)
The type of selection method to be performed. |
void |
setBufferUnits(int rhs1)
The buffer units. |
void |
setByLayerByRef(IFeatureLayer rhs1)
The layer features will be selected from. |
void |
setFromLayerByRef(IFeatureLayer rhs1)
Provides access to the methods and properties of QueryByLayer. |
void |
setLayerSelectionMethod(int rhs1)
The input layer that contains features to base the selection on. |
void |
setResultType(int rhs1)
The result type of the selection where it can be specified that the selection adds to a current selection etc. |
void |
setUseSelectedFeatures(boolean rhs1)
Indicates whether selected features will be used. |
Method Detail |
---|
void setFromLayerByRef(IFeatureLayer rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setByLayerByRef(IFeatureLayer rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerSelectionMethod(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.carto.esriLayerSelectionMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBufferDistance(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBufferUnits(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSelectedFeatures(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResultType(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.ISelectionSet select() throws IOException, AutomationException
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 |