com.esri.arcgis.geoprocessing
Class IGPSAGeoDataDomainProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPSAGeoDataDomainProxy
All Implemented Interfaces:
IGPSAGeoDataDomain, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPSAGeoDataDomain'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to GPSA Geo-Data Domain.' 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 IGPSAGeoDataDomainProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPSAGeoDataDomain, 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.geoprocessing.IGPSAGeoDataDomain
IID, IIDc20fa807_c504_446c_8279_39a9170c8ffe
 
Constructor Summary
  IGPSAGeoDataDomainProxy()
          Deprecated. For internal use only
  IGPSAGeoDataDomainProxy(java.lang.Object obj)
          Deprecated.  
protected IGPSAGeoDataDomainProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPSAGeoDataDomainProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPSAGeoDataDomainProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addDataType(IGPDataType type)
          Deprecated. Adds a GPDataType.
 void addFieldType(int type)
          Deprecated. Adds an esriFieldType.
 void addGeometryType(int type)
          Deprecated. Adds an esriGeometryType.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearDataType()
          Deprecated. Clears a GPDataType.
 void clearFieldType()
          Deprecated. Clears a esriFieldType.
 void clearGeometryType()
          Deprecated. Clears a esriGeometryTypes.
 IGPDataType getDataType(int index)
          Deprecated. GPDataType at an index.
 int getDataTypeCount()
          Deprecated. GPDataType count.
 IEnumGPDataType getDataTypes()
          Deprecated. All GPDataTypes.
 java.lang.String getDefaultFieldName()
          Deprecated. Defualt field name.
 int getFieldType(int index)
          Deprecated. Field type at an index.
 int getFieldTypeCount()
          Deprecated. Field type count.
 IEnumFieldType getFieldTypes()
          Deprecated. All esriFieldTypes.
 int getGeometryType(int index)
          Deprecated. Geometry type at an index.
 int getGeometryTypeCount()
          Deprecated. Geometry type count.
 IEnumGeometryType getGeometryTypes()
          Deprecated. All esriGeometryTypes.
 boolean isCheckField()
          Deprecated. Indicates if checking field in Validation.
 void removeDataType(IGPDataType type)
          Deprecated. Removes a GPDataType.
 void removeFieldType(int type)
          Deprecated. Removes an esriFieldType.
 void removeGeometryType(int type)
          Deprecated. Removes an esriGeometryType.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IArray selectFields(IDETable pDETable)
          Deprecated. Selects Fields in a DETable.
 IArray selectFromArray(IArray dEGeoDatasets)
          Deprecated. Selects DEGeoDatasets from an Array.
 IArray selectFromWorkspace(java.lang.String workspacepath)
          Deprecated. Selects DEGeoDatasets from a workspace path.
 void setAreaFeatureData()
          Deprecated. Sets polygon feature data.
 void setCheckField(boolean bUse)
          Deprecated. Indicates if checking field in Validation.
 void setDefaultFieldName(java.lang.String fieldName)
          Deprecated. Defualt field name.
 void setFeatureData()
          Deprecated. Sets feature data.
 void setLineFeatureData()
          Deprecated. Sets polyline feature data.
 void setNumericFieldTypes(boolean integerOnly, boolean allowOID)
          Deprecated. Sets numeric field types.
 void setPointFeatureData()
          Deprecated. Sets point-type feature data.
 void setRasterData(boolean integerOnly, boolean allowFormulated)
          Deprecated. Sets raster data.
 boolean validateDataType(IGPDataType type)
          Deprecated. Validates a GPDataType.
 boolean validateFieldType(int type)
          Deprecated. Validate an esriFieldType.
 boolean validateGeometryType(int type)
          Deprecated. Validates an esriGeometryType.
 
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

IGPSAGeoDataDomainProxy

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

IGPSAGeoDataDomainProxy

public IGPSAGeoDataDomainProxy()
Deprecated. 
For internal use only


IGPSAGeoDataDomainProxy

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

IGPSAGeoDataDomainProxy

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

IGPSAGeoDataDomainProxy

protected IGPSAGeoDataDomainProxy(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

getDataTypeCount

public int getDataTypeCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
GPDataType count.

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

getDataType

public IGPDataType getDataType(int index)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
GPDataType at an index.

Specified by:
getDataType in interface IGPSAGeoDataDomain
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPDataType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDataType

public void addDataType(IGPDataType type)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Adds a GPDataType.

Specified by:
addDataType in interface IGPSAGeoDataDomain
Parameters:
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeDataType

public void removeDataType(IGPDataType type)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Removes a GPDataType.

Specified by:
removeDataType in interface IGPSAGeoDataDomain
Parameters:
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearDataType

public void clearDataType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Clears a GPDataType.

Specified by:
clearDataType in interface IGPSAGeoDataDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataTypes

public IEnumGPDataType getDataTypes()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
All GPDataTypes.

Specified by:
getDataTypes in interface IGPSAGeoDataDomain
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumGPDataType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldTypeCount

public int getFieldTypeCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Field type count.

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

getFieldType

public int getFieldType(int index)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Field type at an index.

Specified by:
getFieldType in interface IGPSAGeoDataDomain
Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geodatabase.esriFieldType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFieldType

public void addFieldType(int type)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Adds an esriFieldType.

Specified by:
addFieldType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFieldType

public void removeFieldType(int type)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Removes an esriFieldType.

Specified by:
removeFieldType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearFieldType

public void clearFieldType()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Clears a esriFieldType.

Specified by:
clearFieldType in interface IGPSAGeoDataDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldTypes

public IEnumFieldType getFieldTypes()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
All esriFieldTypes.

Specified by:
getFieldTypes in interface IGPSAGeoDataDomain
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumFieldType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryTypeCount

public int getGeometryTypeCount()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Geometry type count.

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

getGeometryType

public int getGeometryType(int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Geometry type at an index.

Specified by:
getGeometryType in interface IGPSAGeoDataDomain
Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGeometryType

public void addGeometryType(int type)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Adds an esriGeometryType.

Specified by:
addGeometryType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeGeometryType

public void removeGeometryType(int type)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Removes an esriGeometryType.

Specified by:
removeGeometryType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearGeometryType

public void clearGeometryType()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Clears a esriGeometryTypes.

Specified by:
clearGeometryType in interface IGPSAGeoDataDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryTypes

public IEnumGeometryType getGeometryTypes()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
All esriGeometryTypes.

Specified by:
getGeometryTypes in interface IGPSAGeoDataDomain
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumGeometryType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateDataType

public boolean validateDataType(IGPDataType type)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Validates a GPDataType.

Specified by:
validateDataType in interface IGPSAGeoDataDomain
Parameters:
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateFieldType

public boolean validateFieldType(int type)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Validate an esriFieldType.

Specified by:
validateFieldType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateGeometryType

public boolean validateGeometryType(int type)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Validates an esriGeometryType.

Specified by:
validateGeometryType in interface IGPSAGeoDataDomain
Parameters:
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectFields

public IArray selectFields(IDETable pDETable)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Selects Fields in a DETable.

Specified by:
selectFields in interface IGPSAGeoDataDomain
Parameters:
pDETable - A reference to a com.esri.arcgis.geodatabase.IDETable (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectFromWorkspace

public IArray selectFromWorkspace(java.lang.String workspacepath)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Selects DEGeoDatasets from a workspace path.

Specified by:
selectFromWorkspace in interface IGPSAGeoDataDomain
Parameters:
workspacepath - The workspacepath (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectFromArray

public IArray selectFromArray(IArray dEGeoDatasets)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Selects DEGeoDatasets from an Array.

Specified by:
selectFromArray in interface IGPSAGeoDataDomain
Parameters:
dEGeoDatasets - A reference to a com.esri.arcgis.system.IArray (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterData

public void setRasterData(boolean integerOnly,
                          boolean allowFormulated)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sets raster data.

Specified by:
setRasterData in interface IGPSAGeoDataDomain
Parameters:
integerOnly - The integerOnly (in)
allowFormulated - The allowFormulated (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureData

public void setFeatureData()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Sets feature data.

Specified by:
setFeatureData in interface IGPSAGeoDataDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointFeatureData

public void setPointFeatureData()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Sets point-type feature data.

Specified by:
setPointFeatureData in interface IGPSAGeoDataDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLineFeatureData

public void setLineFeatureData()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Sets polyline feature data.

Specified by:
setLineFeatureData in interface IGPSAGeoDataDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAreaFeatureData

public void setAreaFeatureData()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Sets polygon feature data.

Specified by:
setAreaFeatureData in interface IGPSAGeoDataDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumericFieldTypes

public void setNumericFieldTypes(boolean integerOnly,
                                 boolean allowOID)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Sets numeric field types.

Specified by:
setNumericFieldTypes in interface IGPSAGeoDataDomain
Parameters:
integerOnly - The integerOnly (in)
allowOID - The allowOID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCheckField

public void setCheckField(boolean bUse)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if checking field in Validation.

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

isCheckField

public boolean isCheckField()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if checking field in Validation.

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

setDefaultFieldName

public void setDefaultFieldName(java.lang.String fieldName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Defualt field name.

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

getDefaultFieldName

public java.lang.String getDefaultFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Defualt field name.

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