|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableDataSourceDescription
Provides access to the available properties of a table datasource description object.
| Method Summary | |
|---|---|
String |
getTableName()
Name of the Table. |
String |
getVersionName()
Name of the GeoDatabase version. |
void |
setTableName(String pTableName)
Name of the Table. |
void |
setVersionName(String pVersionName)
Name of the GeoDatabase version. |
| Method Detail |
|---|
String getTableName()
throws IOException,
AutomationException
Note: MapServer API does not provide any way to explore and find out FeatureClass/Table name from any registered workspace, therefore you need to find out that information from the author.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTableName(String pTableName)
throws IOException,
AutomationException
pTableName - The pTableName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getVersionName()
throws IOException,
AutomationException
Only applicable for dataset from an SDE workspace. You can specify a version name to draw features from a non default version.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVersionName(String pVersionName)
throws IOException,
AutomationException
pVersionName - The pVersionName (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 | ||||||||