com.esri.arcgis.geodatabaseextensions
Interface ITemporalFeature

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

public interface ITemporalFeature
extends IFeature, Serializable

Provides access to properties specifying the temporal feature type.

Product Availability

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


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.

Product Availability

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

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