com.esri.arcgis.geodatabase
Interface IEnumSpatialReferenceInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumSpatialReferenceInfoProxy

public interface IEnumSpatialReferenceInfo
extends Serializable

Provides access to members to enumerate spatial references.

Product Availability

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


Method Summary
 ISpatialReference next(int[] srid)
          Retrieves the next spatial reference object.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

ISpatialReference next(int[] srid)
                       throws IOException,
                              AutomationException
Retrieves the next spatial reference object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
srid - The srid (out: use single element array)
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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