|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDatasetDef
COM Interface 'IDatasetDef'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods and properties needed to manage a dataset definition.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcc018a08_24fb_11d4_b34c_00104ba2abcc
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IEditDataSetColumn |
addColumnDefinition()
Adds a column definition to the dataset definition. |
IDatasetColumn |
findColumn(java.lang.String szColumnName)
Finds the specified column. |
java.lang.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. |
java.lang.String |
getID()
Identifies ID value for dataset definition. |
java.lang.String |
getName()
Identifies Name to include in the dataset definition. |
java.lang.Object |
getSpatialReferance()
Spatial reference included in the dataset definition. |
java.lang.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(java.lang.String[] pcName)
Removes a column definition from the dataset definition. |
void |
setName(java.lang.String pVal)
Identifies Name to include in the dataset definition. |
void |
setSpatialReferance(java.lang.Object piSpatialReference)
Spatial reference included in the dataset definition. |
void |
setTrackingColumn(java.lang.String pVal)
Identifies Tracking column value for the dataset definition. |
| Field Detail |
|---|
static final int IIDcc018a08_24fb_11d4_b34c_00104ba2abcc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTrackingColumn()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrackingColumn(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGeometryColumnCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getSpatialReferance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferance(java.lang.Object piSpatialReference)
throws java.io.IOException,
AutomationException
piSpatialReference - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColumnCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetColumn findColumn(java.lang.String szColumnName)
throws java.io.IOException,
AutomationException
szColumnName - The szColumnName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEditDataSetColumn addColumnDefinition()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeColumnDefinition(java.lang.String[] pcName)
throws java.io.IOException,
AutomationException
pcName - The pcName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetColumn getColumn(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String get_GeometryColumns(int nGeometryColumnIndex)
throws java.io.IOException,
AutomationException
nGeometryColumnIndex - The nGeometryColumnIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveTo(int nFromIndex,
int nToIndex)
throws java.io.IOException,
AutomationException
nFromIndex - The nFromIndex (in)nToIndex - The nToIndex (in)
java.io.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 | ||||||||