com.esri.arcgis.trackinganalyst
Class TemporalLayerEnum

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.TemporalLayerEnum
All Implemented Interfaces:
IEnumLayer, com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, Serializable

public class TemporalLayerEnum
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, IEnumLayer

A container for providing temporal layers.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Constructor Summary
TemporalLayerEnum()
          Constructs a TemporalLayerEnum using ArcGIS Engine.
TemporalLayerEnum(Object obj)
          Construct a TemporalLayerEnum using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 ILayer next()
          The next layer in the set.
 void reset()
          Resets iterator to first layer in the set.
 
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

TemporalLayerEnum

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

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

TemporalLayerEnum

public TemporalLayerEnum(Object obj)
                  throws IOException
Construct a TemporalLayerEnum using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TemporalLayerEnum.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems TemporalLayerEnum theTemporalLayerEnum = (TemporalLayerEnum) obj;
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

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Description

Indicates whether the interface supports IErrorInfo.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

public ILayer next()
            throws IOException,
                   AutomationException
The next layer in the set.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

reset

public void reset()
           throws IOException,
                  AutomationException
Resets iterator to first layer in the set.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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