com.esri.arcgis.geodatabaseextensions
Interface enumShapeSource

All Superinterfaces:
Serializable

public interface enumShapeSource
extends Serializable

Indicates data source of a Tracking Service shape.

Product Availability

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


Field Summary
static int shapefromObject
          Shape or Geometry Source is in the Object Message.
static int shapefromObservation
          Shape or Geometry Source is in the Observation Message.
 

Field Detail

shapefromObject

static final int shapefromObject
Shape or Geometry Source is in the Object Message.

See Also:
Constant Field Values

shapefromObservation

static final int shapefromObservation
Shape or Geometry Source is in the Observation Message.

See Also:
Constant Field Values