com.esri.arcgis.trackinganalyst
Interface ITemporalFeature

All Superinterfaces:
IFeature, IObject, IRow, IRowBuffer, Serializable
All Known Implementing Classes:
ITemporalFeatureProxy, TemporalFeature

public interface ITemporalFeature
extends IFeature, Serializable

Provides access to properties specifying the temporal feature type.

Description

This interface provides properties and methods that enable a consumer of the feature to determine the feature’s extent, if it is a temporal feature and also what type of temporal feature it is.

Product Availability

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


Method Summary
 int getTemporalFeatureType()
          Specifies the type of feature used in a temporal workspace.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeature
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Method Detail

getTemporalFeatureType

int getTemporalFeatureType()
                           throws IOException,
                                  AutomationException
Specifies the type of feature used in a temporal workspace.

Description

This property indicates which type of temporal feature this is. The enumeration enumTemporalFeatureType describes the various types.

Product Availability

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

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