com.esri.arcgis.trackinganalyst
Interface IDatasetDef2

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDatasetDef3
All Known Implementing Classes:
DataSetDefinition, IDatasetDef2Proxy, IDatasetDef3Proxy

public interface IDatasetDef2
extends java.io.Serializable

COM Interface 'IDatasetDef2'. 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 IID3aee62f0_5e73_11d5_b7ec_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEditDataSetColumn addColumnDefinition()
          Adds a column to the dataset definition.
 IDatasetColumn findColumn(java.lang.String szColumnName)
          Finds column within the dataset definition.
 java.lang.String get_GeometryColumns(int nGeometryColumnIndex)
          Gets value for geometry column(s) in the dataset definition.
 java.lang.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.
 java.lang.Object getDateModified()
          Identifies the date of the last modification to the dataset definition.
 int getGeometryColumnCount()
          Number of geometry columns in the dataset definition.
 java.lang.String getID()
          ID value for the dataset.
 java.lang.String getMetaData()
          Identifies metadata information for the dataset definition.
 java.lang.String getName()
          Indicates name of the dataset for the definition.
 java.lang.Object getSpatialReferance()
          Spatial reference value for the dataset definition.
 java.lang.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(java.lang.String[] pcName)
          Removes a column from the dataset definition.
 void setActiveMetaDataEditor(java.lang.String pbstrActiveMetaDataEditor)
          Class ID of the active metadata editor.
 void setID(java.lang.String pVal)
          ID value for the dataset.
 void setMetaData(java.lang.String pbstrMetaData)
          Identifies metadata information for the dataset definition.
 void setName(java.lang.String pVal)
          Indicates name of the dataset for the definition.
 void setSpatialReferance(java.lang.Object piSpatialReference)
          Spatial reference value for the dataset definition.
 void setTrackingColumn(java.lang.String pVal)
          Indicates value for the Tracking column in the dataset definition.
 

Field Detail

IID3aee62f0_5e73_11d5_b7ec_00010265adc5

static final int IID3aee62f0_5e73_11d5_b7ec_00010265adc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Indicates name of the dataset for the definition.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String pVal)
             throws java.io.IOException,
                    AutomationException
Indicates name of the dataset for the definition.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

java.lang.String getID()
                       throws java.io.IOException,
                              AutomationException
ID value for the dataset.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackingColumn

java.lang.String getTrackingColumn()
                                   throws java.io.IOException,
                                          AutomationException
Indicates value for the Tracking column in the dataset definition.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrackingColumn

void setTrackingColumn(java.lang.String pVal)
                       throws java.io.IOException,
                              AutomationException
Indicates value for the Tracking column in the dataset definition.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryColumnCount

int getGeometryColumnCount()
                           throws java.io.IOException,
                                  AutomationException
Number of geometry columns in the dataset definition.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReferance

java.lang.Object getSpatialReferance()
                                     throws java.io.IOException,
                                            AutomationException
Spatial reference value for the dataset definition.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferance

void setSpatialReferance(java.lang.Object piSpatialReference)
                         throws java.io.IOException,
                                AutomationException
Spatial reference value for the dataset definition.

Parameters:
piSpatialReference - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumnCount

int getColumnCount()
                   throws java.io.IOException,
                          AutomationException
Number of columns defined for the dataset.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findColumn

IDatasetColumn findColumn(java.lang.String szColumnName)
                          throws java.io.IOException,
                                 AutomationException
Finds column within the dataset definition.

Parameters:
szColumnName - The szColumnName (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IDatasetColumn
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addColumnDefinition

IEditDataSetColumn addColumnDefinition()
                                       throws java.io.IOException,
                                              AutomationException
Adds a column to the dataset definition.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IEditDataSetColumn
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeColumnDefinition

void removeColumnDefinition(java.lang.String[] pcName)
                            throws java.io.IOException,
                                   AutomationException
Removes a column from the dataset definition.

Parameters:
pcName - The pcName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColumn

IDatasetColumn getColumn(int nIndex)
                         throws java.io.IOException,
                                AutomationException
Gets value in a column in the dataset definition.

Parameters:
nIndex - The nIndex (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IDatasetColumn
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

get_GeometryColumns

java.lang.String get_GeometryColumns(int nGeometryColumnIndex)
                                     throws java.io.IOException,
                                            AutomationException
Gets value for geometry column(s) in the dataset definition.

Parameters:
nGeometryColumnIndex - The nGeometryColumnIndex (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveTo

void moveTo(int nFromIndex,
            int nToIndex)
            throws java.io.IOException,
                   AutomationException
Moves item in dataset definition to a new location.

Parameters:
nFromIndex - The nFromIndex (in)
nToIndex - The nToIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMetaData

java.lang.String getMetaData()
                             throws java.io.IOException,
                                    AutomationException
Identifies metadata information for the dataset definition.

Returns:
The pbstrMetaData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMetaData

void setMetaData(java.lang.String pbstrMetaData)
                 throws java.io.IOException,
                        AutomationException
Identifies metadata information for the dataset definition.

Parameters:
pbstrMetaData - The pbstrMetaData (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDateModified

java.lang.Object getDateModified()
                                 throws java.io.IOException,
                                        AutomationException
Identifies the date of the last modification to the dataset definition.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

void setID(java.lang.String pVal)
           throws java.io.IOException,
                  AutomationException
ID value for the dataset.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveMetaDataEditor

java.lang.String getActiveMetaDataEditor()
                                         throws java.io.IOException,
                                                AutomationException
Class ID of the active metadata editor.

Returns:
The pbstrActiveMetaDataEditor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveMetaDataEditor

void setActiveMetaDataEditor(java.lang.String pbstrActiveMetaDataEditor)
                             throws java.io.IOException,
                                    AutomationException
Class ID of the active metadata editor.

Parameters:
pbstrActiveMetaDataEditor - The pbstrActiveMetaDataEditor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.