com.esri.arcgis.trackinganalyst
Interface ITemporalFeature
- All Superinterfaces:
- IFeature, IObject, IRow, IRowBuffer, java.io.Serializable
- All Known Implementing Classes:
- ITemporalFeatureProxy, TemporalFeature
- public interface ITemporalFeature
- extends IFeature, java.io.Serializable
Provides access to properties specifying the temporal feature type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Description
The TemporalFeature interface provides properties and methods that enable a consumer of the feature to determine if it is a temporal feature and also to determine what type of temporal feature it is.
getTemporalFeatureType
public int getTemporalFeatureType()
throws java.io.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.
- Returns:
- A com.esri.arcgis.trackinganalyst.enumTemporalFeatureType constant
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.