|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IARSearchDef
Provides access to members that control attribute and spatial search definitions.
| Method Summary | |
|---|---|
int |
getSpatialRelationship()
The spatial relationship between the search and target shapes. |
String |
getWhereClause()
A SQL where clause for the search. |
void |
setARFeatureShape(IARFeature pARFeature,
double bufferDistance)
Set the search shape to the shape of a feature. |
void |
setEnvelopeShape(double xMin,
double yMin,
double xMax,
double yMax,
double bufferDistance)
Set the search shape to an envelope. |
void |
setPointShape(double xCoord,
double yCoord,
double bufferDistance)
Set the search shape to a point. |
void |
setSpatialRelationship(int spatialRel)
The spatial relationship between the search and target shapes. |
void |
setWhereClause(String sWhereClause)
A SQL where clause for the search. |
| Method Detail |
|---|
void setPointShape(double xCoord,
double yCoord,
double bufferDistance)
throws IOException,
AutomationException
xCoord - The xCoord (in)yCoord - The yCoord (in)bufferDistance - The bufferDistance (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnvelopeShape(double xMin,
double yMin,
double xMax,
double yMax,
double bufferDistance)
throws IOException,
AutomationException
xMin - The xMin (in)yMin - The yMin (in)xMax - The xMax (in)yMax - The yMax (in)bufferDistance - The bufferDistance (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setARFeatureShape(IARFeature pARFeature,
double bufferDistance)
throws IOException,
AutomationException
pARFeature - A reference to a com.esri.arcgis.controls.IARFeature (in)bufferDistance - The bufferDistance (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialRelationship(int spatialRel)
throws IOException,
AutomationException
spatialRel - A com.esri.arcgis.controls.esriARSpatialRelationship constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSpatialRelationship()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWhereClause(String sWhereClause)
throws IOException,
AutomationException
sWhereClause - The sWhereClause (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getWhereClause()
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 | ||||||||