|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDatasetDef
Provides access to methods and properties needed to manage a dataset definition.
The IDatasetDef interface has been superseded by IDatasetDef2. Please consider using the more recent version.
| Method Summary | |
|---|---|
IEditDataSetColumn |
addColumnDefinition()
Adds a column definition to the dataset definition. |
IDatasetColumn |
findColumn(String szColumnName)
Finds the specified column. |
String |
get_GeometryColumns(int nGeometryColumnIndex)
Returns geometry column values for the dataset definition. |
IDatasetColumn |
getColumn(int nIndex)
Returns column information for the dataset definition. |
int |
getColumnCount()
Number of columns in dataset definition. |
int |
getGeometryColumnCount()
Number of geometry columns included in the dataset definition. |
String |
getID()
Identifies ID value for dataset definition. |
String |
getName()
Identifies Name to include in the dataset definition. |
Object |
getSpatialReferance()
Spatial reference included in the dataset definition. |
String |
getTrackingColumn()
Identifies Tracking column value for the dataset definition. |
void |
moveTo(int nFromIndex,
int nToIndex)
Moves current dataset definition to a specified location. |
void |
removeColumnDefinition(String[] pcName)
Removes a column definition from the dataset definition. |
void |
setName(String pVal)
Identifies Name to include in the dataset definition. |
void |
setSpatialReferance(Object piSpatialReference)
Spatial reference included in the dataset definition. |
void |
setTrackingColumn(String pVal)
Identifies Tracking column value for the dataset definition. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTrackingColumn()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrackingColumn(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGeometryColumnCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getSpatialReferance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferance(Object piSpatialReference)
throws IOException,
AutomationException
piSpatialReference - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColumnCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetColumn findColumn(String szColumnName)
throws IOException,
AutomationException
szColumnName - The szColumnName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEditDataSetColumn addColumnDefinition()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeColumnDefinition(String[] pcName)
throws IOException,
AutomationException
pcName - The pcName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetColumn getColumn(int nIndex)
throws IOException,
AutomationException
nIndex - The nIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String get_GeometryColumns(int nGeometryColumnIndex)
throws IOException,
AutomationException
nGeometryColumnIndex - The nGeometryColumnIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveTo(int nFromIndex,
int nToIndex)
throws IOException,
AutomationException
nFromIndex - The nFromIndex (in)nToIndex - The nToIndex (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 | ||||||||