|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDatasetDef2
Provides access to methods and properties needed to manage a dataset definition.
IDatasetDef2 supersedes IDatasetDef.
| Method Summary | |
|---|---|
IEditDataSetColumn |
addColumnDefinition()
Adds a column to the dataset definition. |
IDatasetColumn |
findColumn(String szColumnName)
Finds column within the dataset definition. |
String |
get_GeometryColumns(int nGeometryColumnIndex)
Gets value for geometry column(s) in the dataset definition. |
String |
getActiveMetaDataEditor()
Class ID of the active metadata editor. |
IDatasetColumn |
getColumn(int nIndex)
Gets value in a column in the dataset definition. |
int |
getColumnCount()
Number of columns defined for the dataset. |
Object |
getDateModified()
Identifies the date of the last modification to the dataset definition. |
int |
getGeometryColumnCount()
Number of geometry columns in the dataset definition. |
String |
getID()
ID value for the dataset. |
String |
getMetaData()
Identifies metadata information for the dataset definition. |
String |
getName()
Indicates name of the dataset for the definition. |
Object |
getSpatialReferance()
Spatial reference value for the dataset definition. |
String |
getTrackingColumn()
Indicates value for the Tracking column in the dataset definition. |
void |
moveTo(int nFromIndex,
int nToIndex)
Moves item in dataset definition to a new location. |
void |
removeColumnDefinition(String[] pcName)
Removes a column from the dataset definition. |
void |
setActiveMetaDataEditor(String pbstrActiveMetaDataEditor)
Class ID of the active metadata editor. |
void |
setID(String pVal)
ID value for the dataset. |
void |
setMetaData(String pbstrMetaData)
Identifies metadata information for the dataset definition. |
void |
setName(String pVal)
Indicates name of the dataset for the definition. |
void |
setSpatialReferance(Object piSpatialReference)
Spatial reference value for the dataset definition. |
void |
setTrackingColumn(String pVal)
Indicates value for the Tracking column in the dataset definition. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This property identifies the name to include in the dataset definition.
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
This property identifies ID value for dataset definition.
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
This property indicates the number of columns in dataset definition.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetColumn findColumn(String szColumnName)
throws IOException,
AutomationException
This method finds the specified column.
szColumnName - The szColumnName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEditDataSetColumn addColumnDefinition()
throws IOException,
AutomationException
This method adds a column definition to the dataset definition.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeColumnDefinition(String[] pcName)
throws IOException,
AutomationException
This method removes a column definition from the dataset definition.
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
This method returns column information for the dataset definition.
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.
String getMetaData()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMetaData(String pbstrMetaData)
throws IOException,
AutomationException
pbstrMetaData - The pbstrMetaData (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getDateModified()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setID(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getActiveMetaDataEditor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActiveMetaDataEditor(String pbstrActiveMetaDataEditor)
throws IOException,
AutomationException
pbstrActiveMetaDataEditor - The pbstrActiveMetaDataEditor (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 | ||||||||