|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IServActionProxy
public class IServActionProxy
Provides access to methods and properties needed to identify and manage tracking server based actions.
This interface provides an optional way for an action to be processed on a layer. Objects that implement this interface are targeted for layer processing such as automatic pan or zoom operations.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IServActionProxy()
|
|
IServActionProxy(Object obj)
|
protected |
IServActionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getDatasetDefinitionID()
Value of the DatasetDefinitionID property. |
String |
getDatasetDefinitionName()
Value of the DatasetDefinitionName property. |
int |
getGeometryColumnNumber()
Value of the GeometryColumnNumber property. |
int |
getGeometryColumnType()
Type of geomety object contained in the geometry column. |
int |
getTrackIdColumnNumber()
Value of the TrackIdColumnNumber property. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setDatasetDefinitionID(String bstrDatasetDefID)
Value of the DatasetDefinitionID property. |
void |
setDatasetDefinitionName(String bstrDatasetDefName)
Value of the DatasetDefinitionName property. |
void |
setGeometryColumnNumber(int iVal)
Value of the GeometryColumnNumber property. |
void |
setGeometryColumnType(int iVal)
Type of geomety object contained in the geometry column. |
void |
setTrackIdColumnNumber(int iVal)
Value of the TrackIdColumnNumber property. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IServActionProxy()
public IServActionProxy(Object obj) throws IOException
IOException
protected IServActionProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getDatasetDefinitionName() throws IOException, AutomationException
getDatasetDefinitionName
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetDefinitionName(String bstrDatasetDefName) throws IOException, AutomationException
Sets the value of the DatasetDefinitionName property.
setDatasetDefinitionName
in interface IServAction
bstrDatasetDefName
- The bstrDatasetDefName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDatasetDefinitionID() throws IOException, AutomationException
getDatasetDefinitionID
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetDefinitionID(String bstrDatasetDefID) throws IOException, AutomationException
Sets the value of the DatasetDefinitionID property.
setDatasetDefinitionID
in interface IServAction
bstrDatasetDefID
- The bstrDatasetDefID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryColumnNumber() throws IOException, AutomationException
Returns the value of the GeometryColumnNumber property.
getGeometryColumnNumber
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryColumnNumber(int iVal) throws IOException, AutomationException
Sets the value of the GeometryColumnNumber property.
setGeometryColumnNumber
in interface IServAction
iVal
- The iVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTrackIdColumnNumber() throws IOException, AutomationException
getTrackIdColumnNumber
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackIdColumnNumber(int iVal) throws IOException, AutomationException
setTrackIdColumnNumber
in interface IServAction
iVal
- The iVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryColumnType() throws IOException, AutomationException
getGeometryColumnType
in interface IServAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryColumnType(int iVal) throws IOException, AutomationException
setGeometryColumnType
in interface IServAction
iVal
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
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 |