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.
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.