|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.trackinganalyst.IDatasetDefProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IDatasetDefProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IDatasetDefProxy()
public IDatasetDefProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDatasetDefProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDatasetDefProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IDatasetDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setName in interface IDatasetDefpVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getID()
throws java.io.IOException,
AutomationException
getID in interface IDatasetDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTrackingColumn()
throws java.io.IOException,
AutomationException
getTrackingColumn in interface IDatasetDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackingColumn(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setTrackingColumn in interface IDatasetDefpVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeometryColumnCount()
throws java.io.IOException,
AutomationException
getGeometryColumnCount in interface IDatasetDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getSpatialReferance()
throws java.io.IOException,
AutomationException
getSpatialReferance in interface IDatasetDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReferance(java.lang.Object piSpatialReference)
throws java.io.IOException,
AutomationException
setSpatialReferance in interface IDatasetDefpiSpatialReference - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColumnCount()
throws java.io.IOException,
AutomationException
getColumnCount in interface IDatasetDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDatasetColumn findColumn(java.lang.String szColumnName)
throws java.io.IOException,
AutomationException
findColumn in interface IDatasetDefszColumnName - The szColumnName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEditDataSetColumn addColumnDefinition()
throws java.io.IOException,
AutomationException
addColumnDefinition in interface IDatasetDefjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeColumnDefinition(java.lang.String[] pcName)
throws java.io.IOException,
AutomationException
removeColumnDefinition in interface IDatasetDefpcName - The pcName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDatasetColumn getColumn(int nIndex)
throws java.io.IOException,
AutomationException
getColumn in interface IDatasetDefnIndex - The nIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String get_GeometryColumns(int nGeometryColumnIndex)
throws java.io.IOException,
AutomationException
get_GeometryColumns in interface IDatasetDefnGeometryColumnIndex - The nGeometryColumnIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void moveTo(int nFromIndex,
int nToIndex)
throws java.io.IOException,
AutomationException
moveTo in interface IDatasetDefnFromIndex - 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 | ||||||||