com.esri.arcgis.geoprocessing
Interface IGPSAGeoDataType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSAGeoDataType, IGPSAGeoDataTypeProxy

public interface IGPSAGeoDataType
extends java.io.Serializable

COM Interface 'IGPSAGeoDataType'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to IGPSAGeoDataType interface.' 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 IID4ce720e4_8f20_4f20_97e8_88f73539c4dc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPSAGeoDataDomain getDomain()
          GPSAGeoDataDomain.
 void setDomainByRef(IGPSAGeoDataDomain ppDomain)
          GPSAGeoDataDomain.
 

Field Detail

IID4ce720e4_8f20_4f20_97e8_88f73539c4dc

static final int IID4ce720e4_8f20_4f20_97e8_88f73539c4dc
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

getDomain

IGPSAGeoDataDomain getDomain()
                             throws java.io.IOException,
                                    AutomationException
GPSAGeoDataDomain.

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

setDomainByRef

void setDomainByRef(IGPSAGeoDataDomain ppDomain)
                    throws java.io.IOException,
                           AutomationException
GPSAGeoDataDomain.

Parameters:
ppDomain - A reference to a com.esri.arcgis.geoprocessing.IGPSAGeoDataDomain (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.