com.esri.arcgis.geoprocessing
Interface IGPSAGeoDataType

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPSAGeoDataType

public interface IGPSAGeoDataType
extends Serializable

Provides access to IGPSAGeoDataType interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IGPSAGeoDataDomain getDomain()
          GPSAGeoDataDomain.
 void setDomainByRef(IGPSAGeoDataDomain ppDomain)
          GPSAGeoDataDomain.
 

Method Detail

getDomain

IGPSAGeoDataDomain getDomain()
                             throws IOException,
                                    AutomationException
GPSAGeoDataDomain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setDomainByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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