com.esri.arcgis.geoprocessing
Interface IEnumGeometryType

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumGeometryTypeProxy

public interface IEnumGeometryType
extends Serializable

Provides access to enumeric esriGeometryTypes.

Product Availability

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


Method Summary
 int next()
          Returns the next esriGeometryType in the enumeric object.
 void reset()
          Resets the enumeric object.
 

Method Detail

next

int next()
         throws IOException,
                AutomationException
Returns the next esriGeometryType in the enumeric object.

Product Availability

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

Supported Platforms

Windows

Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeric object.

Product Availability

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

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.