|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryByLayer
COM Interface 'IQueryByLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the QueryByLayer interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb353cfbb_0f64_4d00_904a_6eecd3fa5d4c
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IIDb353cfbb_0f64_4d00_904a_6eecd3fa5d4c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setFromLayerByRef(IFeatureLayer rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setByLayerByRef(IFeatureLayer rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerSelectionMethod(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.carto.esriLayerSelectionMethod constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBufferDistance(double rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBufferUnits(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSelectedFeatures(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResultType(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.carto.esriSelectionResultEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet select() throws java.io.IOException, AutomationException
java.io.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 |