com.esri.arcgis.trackinganalyst
Class IDatasetDef2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IDatasetDef2Proxy
All Implemented Interfaces:
IDatasetDef2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDatasetDef3Proxy

Deprecated. Internal use only. Proxy for 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 =

public class IDatasetDef2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IDatasetDef2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IDatasetDef2
IID, IID3aee62f0_5e73_11d5_b7ec_00010265adc5
 
Constructor Summary
  IDatasetDef2Proxy()
          Deprecated. For internal use only
  IDatasetDef2Proxy(java.lang.Object obj)
          Deprecated.  
protected IDatasetDef2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDatasetDef2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDatasetDef2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 IEditDataSetColumn addColumnDefinition()
          Deprecated. Adds a column to the dataset definition.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IDatasetColumn findColumn(java.lang.String szColumnName)
          Deprecated. Finds column within the dataset definition.
 java.lang.String get_GeometryColumns(int nGeometryColumnIndex)
          Deprecated. Gets value for geometry column(s) in the dataset definition.
 java.lang.String getActiveMetaDataEditor()
          Deprecated. Class ID of the active metadata editor.
 IDatasetColumn getColumn(int nIndex)
          Deprecated. Gets value in a column in the dataset definition.
 int getColumnCount()
          Deprecated. Number of columns defined for the dataset.
 java.lang.Object getDateModified()
          Deprecated. Identifies the date of the last modification to the dataset definition.
 int getGeometryColumnCount()
          Deprecated. Number of geometry columns in the dataset definition.
 java.lang.String getID()
          Deprecated. ID value for the dataset.
 java.lang.String getMetaData()
          Deprecated. Identifies metadata information for the dataset definition.
 java.lang.String getName()
          Deprecated. Indicates name of the dataset for the definition.
 java.lang.Object getSpatialReferance()
          Deprecated. Spatial reference value for the dataset definition.
 java.lang.String getTrackingColumn()
          Deprecated. Indicates value for the Tracking column in the dataset definition.
 void moveTo(int nFromIndex, int nToIndex)
          Deprecated. Moves item in dataset definition to a new location.
 void removeColumnDefinition(java.lang.String[] pcName)
          Deprecated. Removes a column from the dataset definition.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActiveMetaDataEditor(java.lang.String pbstrActiveMetaDataEditor)
          Deprecated. Class ID of the active metadata editor.
 void setID(java.lang.String pVal)
          Deprecated. ID value for the dataset.
 void setMetaData(java.lang.String pbstrMetaData)
          Deprecated. Identifies metadata information for the dataset definition.
 void setName(java.lang.String pVal)
          Deprecated. Indicates name of the dataset for the definition.
 void setSpatialReferance(java.lang.Object piSpatialReference)
          Deprecated. Spatial reference value for the dataset definition.
 void setTrackingColumn(java.lang.String pVal)
          Deprecated. Indicates value for the Tracking column in the dataset definition.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDatasetDef2Proxy

public IDatasetDef2Proxy(java.lang.String CLSID,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.net.UnknownHostException,
                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDatasetDef2Proxy

public IDatasetDef2Proxy()
Deprecated. 
For internal use only


IDatasetDef2Proxy

public IDatasetDef2Proxy(java.lang.Object obj)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDatasetDef2Proxy

protected IDatasetDef2Proxy(java.lang.Object obj,
                            java.lang.String iid)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDatasetDef2Proxy

protected IDatasetDef2Proxy(java.lang.String CLSID,
                            java.lang.String iid,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

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

Specified by:
getName in interface IDatasetDef2
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

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

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

getID

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

Specified by:
getID in interface IDatasetDef2
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackingColumn

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

Specified by:
getTrackingColumn in interface IDatasetDef2
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrackingColumn

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

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

getGeometryColumnCount

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

Specified by:
getGeometryColumnCount in interface IDatasetDef2
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReferance

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

Specified by:
getSpatialReferance in interface IDatasetDef2
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferance

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

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

getColumnCount

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

Specified by:
getColumnCount in interface IDatasetDef2
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findColumn

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

Specified by:
findColumn in interface IDatasetDef2
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

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

Specified by:
addColumnDefinition in interface IDatasetDef2
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

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

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

getColumn

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

Specified by:
getColumn in interface IDatasetDef2
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

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

Specified by:
get_GeometryColumns in interface IDatasetDef2
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

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

Specified by:
moveTo in interface IDatasetDef2
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

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

Specified by:
getMetaData in interface IDatasetDef2
Returns:
The pbstrMetaData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMetaData

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

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

getDateModified

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

Specified by:
getDateModified in interface IDatasetDef2
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

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

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

getActiveMetaDataEditor

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

Specified by:
getActiveMetaDataEditor in interface IDatasetDef2
Returns:
The pbstrActiveMetaDataEditor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveMetaDataEditor

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

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