|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.ArcReaderSearchDef
public class ArcReaderSearchDef
COM Class 'ArcReaderSearchDef'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'
Description 'ArcReaderSearchDef is used to specify spatial and attribute queries.' 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.controls.IARSearchDef |
---|
DISPID_1_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_GET_NAME, DISPID_4_PUT_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, IID, IID8ea32542_5b8b_4b1a_9fd8_eb88c0bc0d87, xxDummy |
Constructor Summary | |
---|---|
ArcReaderSearchDef()
Constructs a ArcReaderSearchDef using ArcGIS Engine. |
|
ArcReaderSearchDef(java.lang.Object obj)
Construct a ArcReaderSearchDef using a reference to such an object returned from ArcGIS Engine or Server. |
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 |
getSpatialRelationship()
The spatial relationship between the search and target shapes. |
java.lang.String |
getWhereClause()
A SQL where clause for the search. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a ArcReaderSearchDef. |
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(java.lang.String sWhereClause)
A SQL where clause for the search. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArcReaderSearchDef() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ArcReaderSearchDef(java.lang.Object obj) throws java.io.IOException
obj
to ArcReaderSearchDef
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ArcReaderSearchDef theArcReaderSearchDef = (ArcReaderSearchDef) obj;
Method 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 setPointShape(double xCoord, double yCoord, double bufferDistance) throws java.io.IOException, AutomationException
setPointShape
in interface IARSearchDef
xCoord
- The xCoord (in)yCoord
- The yCoord (in)bufferDistance
- The bufferDistance (in, optional, pass 0 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnvelopeShape(double xMin, double yMin, double xMax, double yMax, double bufferDistance) throws java.io.IOException, AutomationException
setEnvelopeShape
in interface IARSearchDef
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setARFeatureShape(IARFeature pARFeature, double bufferDistance) throws java.io.IOException, AutomationException
setARFeatureShape
in interface IARSearchDef
pARFeature
- A reference to a com.esri.arcgis.controls.IARFeature (in)bufferDistance
- The bufferDistance (in, optional, pass 0 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialRelationship(int spatialRel) throws java.io.IOException, AutomationException
setSpatialRelationship
in interface IARSearchDef
spatialRel
- A com.esri.arcgis.controls.esriARSpatialRelationship constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSpatialRelationship() throws java.io.IOException, AutomationException
getSpatialRelationship
in interface IARSearchDef
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(java.lang.String sWhereClause) throws java.io.IOException, AutomationException
setWhereClause
in interface IARSearchDef
sWhereClause
- The sWhereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWhereClause() throws java.io.IOException, AutomationException
getWhereClause
in interface IARSearchDef
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 |