|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServAction
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.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
String getDatasetDefinitionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetDefinitionName(String bstrDatasetDefName) throws IOException, AutomationException
Sets the value of the DatasetDefinitionName property.
bstrDatasetDefName
- The bstrDatasetDefName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDatasetDefinitionID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetDefinitionID(String bstrDatasetDefID) throws IOException, AutomationException
Sets the value of the DatasetDefinitionID property.
bstrDatasetDefID
- The bstrDatasetDefID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryColumnNumber() throws IOException, AutomationException
Returns the value of the GeometryColumnNumber property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryColumnNumber(int iVal) throws IOException, AutomationException
Sets the value of the GeometryColumnNumber property.
iVal
- The iVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTrackIdColumnNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrackIdColumnNumber(int iVal) throws IOException, AutomationException
iVal
- The iVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryColumnType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryColumnType(int iVal) throws IOException, AutomationException
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 |