com.esri.arcgis.schematic
Class EnumSchematicAlgorithm

java.lang.Object
  extended by com.esri.arcgis.schematic.EnumSchematicAlgorithm
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IEnumSchematicAlgorithm, Serializable

public class EnumSchematicAlgorithm
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IEnumSchematicAlgorithm

Schematic Algorithm enumeration object.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
EnumSchematicAlgorithm()
          Constructs a EnumSchematicAlgorithm using ArcGIS Engine.
EnumSchematicAlgorithm(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumSchematicAlgorithm theEnumSchematicAlgorithm = (EnumSchematicAlgorithm) obj;
 
Method Summary
 void add(ISchematicAlgorithm pAlgorithm)
          Adds a new algorithm to the enumeration.
 void clear()
          Empties the enumeration collection.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int getCount()
          Number of items in the enumeration.
 int hashCode()
          the hashcode for this object
 ISchematicAlgorithm next()
          Retrieves the next ISchematicAlgorithm in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

EnumSchematicAlgorithm

public EnumSchematicAlgorithm()
                       throws IOException,
                              UnknownHostException
Constructs a EnumSchematicAlgorithm using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

EnumSchematicAlgorithm

public EnumSchematicAlgorithm(Object obj)
                       throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
EnumSchematicAlgorithm theEnumSchematicAlgorithm = (EnumSchematicAlgorithm) obj;

Construct a EnumSchematicAlgorithm using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EnumSchematicAlgorithm.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

next

public ISchematicAlgorithm next()
                         throws IOException,
                                AutomationException
Retrieves the next ISchematicAlgorithm in the enumeration sequence.

Product Availability

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

Specified by:
next in interface IEnumSchematicAlgorithm
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

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

Product Availability

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

Specified by:
reset in interface IEnumSchematicAlgorithm
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws IOException,
                    AutomationException
Number of items in the enumeration.

Product Availability

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

Specified by:
getCount in interface IEnumSchematicAlgorithm
Returns:
The lpCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(ISchematicAlgorithm pAlgorithm)
         throws IOException,
                AutomationException
Adds a new algorithm to the enumeration.

Product Availability

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

Specified by:
add in interface IEnumSchematicAlgorithm
Parameters:
pAlgorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

public void clear()
           throws IOException,
                  AutomationException
Empties the enumeration collection.

Product Availability

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

Specified by:
clear in interface IEnumSchematicAlgorithm
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.