|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.QueryByLayer
public class QueryByLayer
COM Class 'QueryByLayer'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Query By Layer Class.' 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 |
---|
Fields inherited from interface com.esri.arcgis.carto.IQueryByLayer |
---|
IID, IIDb353cfbb_0f64_4d00_904a_6eecd3fa5d4c, xxDummy |
Constructor Summary | |
---|---|
QueryByLayer()
Constructs a QueryByLayer using ArcGIS Engine. |
|
QueryByLayer(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. QueryByLayer theQueryByLayer = (QueryByLayer) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a QueryByLayer. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryByLayer() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic QueryByLayer(java.lang.Object obj) throws java.io.IOException
QueryByLayer theQueryByLayer = (QueryByLayer) obj;
obj
to QueryByLayer
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setFromLayerByRef(IFeatureLayer rhs1) throws java.io.IOException, AutomationException
setFromLayerByRef
in interface IQueryByLayer
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.public void setByLayerByRef(IFeatureLayer rhs1) throws java.io.IOException, AutomationException
setByLayerByRef
in interface IQueryByLayer
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.public void setLayerSelectionMethod(int rhs1) throws java.io.IOException, AutomationException
setLayerSelectionMethod
in interface IQueryByLayer
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.public void setBufferDistance(double rhs1) throws java.io.IOException, AutomationException
setBufferDistance
in interface IQueryByLayer
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferUnits(int rhs1) throws java.io.IOException, AutomationException
setBufferUnits
in interface IQueryByLayer
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.public void setUseSelectedFeatures(boolean rhs1) throws java.io.IOException, AutomationException
setUseSelectedFeatures
in interface IQueryByLayer
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResultType(int rhs1) throws java.io.IOException, AutomationException
setResultType
in interface IQueryByLayer
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.public ISelectionSet select() throws java.io.IOException, AutomationException
select
in interface IQueryByLayer
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 |