com.esri.arcgis.trackinganalyst
Class IDatasetDefProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IDatasetDefProxy
All Implemented Interfaces:
IDatasetDef, java.io.Externalizable, java.io.Serializable

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

public class IDatasetDefProxy
extends com.esri.arcgis.interop.Dispatch
implements IDatasetDef, 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.IDatasetDef
IID, IIDcc018a08_24fb_11d4_b34c_00104ba2abcc
 
Constructor Summary
  IDatasetDefProxy()
          Deprecated. For internal use only
  IDatasetDefProxy(java.lang.Object obj)
          Deprecated.  
protected IDatasetDefProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDatasetDefProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDatasetDefProxy(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 definition 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 the specified column.
 java.lang.String get_GeometryColumns(int nGeometryColumnIndex)
          Deprecated. Returns geometry column values for the dataset definition.
 IDatasetColumn getColumn(int nIndex)
          Deprecated. Returns column information for the dataset definition.
 int getColumnCount()
          Deprecated. Number of columns in dataset definition.
 int getGeometryColumnCount()
          Deprecated. Number of geometry columns included in the dataset definition.
 java.lang.String getID()
          Deprecated. Identifies ID value for dataset definition.
 java.lang.String getName()
          Deprecated. Identifies Name to include in the dataset definition.
 java.lang.Object getSpatialReferance()
          Deprecated. Spatial reference included in the dataset definition.
 java.lang.String getTrackingColumn()
          Deprecated. Identifies Tracking column value for the dataset definition.
 void moveTo(int nFromIndex, int nToIndex)
          Deprecated. Moves current dataset definition to a specified location.
 void removeColumnDefinition(java.lang.String[] pcName)
          Deprecated. Removes a column definition from the dataset definition.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setName(java.lang.String pVal)
          Deprecated. Identifies Name to include in the dataset definition.
 void setSpatialReferance(java.lang.Object piSpatialReference)
          Deprecated. Spatial reference included in the dataset definition.
 void setTrackingColumn(java.lang.String pVal)
          Deprecated. Identifies Tracking column value for 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

IDatasetDefProxy

public IDatasetDefProxy(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

IDatasetDefProxy

public IDatasetDefProxy()
Deprecated. 
For internal use only


IDatasetDefProxy

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

IDatasetDefProxy

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

IDatasetDefProxy

protected IDatasetDefProxy(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. 
Identifies Name to include in the dataset definition.

Specified by:
getName in interface IDatasetDef
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. 
Identifies Name to include in the dataset definition.

Specified by:
setName in interface IDatasetDef
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. 
Identifies ID value for dataset definition.

Specified by:
getID in interface IDatasetDef
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. 
Identifies Tracking column value for the dataset definition.

Specified by:
getTrackingColumn in interface IDatasetDef
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. 
Identifies Tracking column value for the dataset definition.

Specified by:
setTrackingColumn in interface IDatasetDef
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 included in the dataset definition.

Specified by:
getGeometryColumnCount in interface IDatasetDef
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 included in the dataset definition.

Specified by:
getSpatialReferance in interface IDatasetDef
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 included in the dataset definition.

Specified by:
setSpatialReferance in interface IDatasetDef
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 in dataset definition.

Specified by:
getColumnCount in interface IDatasetDef
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 the specified column.

Specified by:
findColumn in interface IDatasetDef
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 definition to the dataset definition.

Specified by:
addColumnDefinition in interface IDatasetDef
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 definition from the dataset definition.

Specified by:
removeColumnDefinition in interface IDatasetDef
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. 
Returns column information for the dataset definition.

Specified by:
getColumn in interface IDatasetDef
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. 
Returns geometry column values for the dataset definition.

Specified by:
get_GeometryColumns in interface IDatasetDef
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 current dataset definition to a specified location.

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