com.esri.arcgis.geodatabase
Interface esriTransformType

All Superinterfaces:
Serializable

public interface esriTransformType
extends Serializable

Geometry update type.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTTMove
          Move.
static int esriTTProgrammatic
          Programmatic.
static int esriTTRotate
          Rotate.
static int esriTTStretch
          Stretch.
 

Field Detail

esriTTMove

static final int esriTTMove
Move.

See Also:
Constant Field Values

esriTTStretch

static final int esriTTStretch
Stretch.

See Also:
Constant Field Values

esriTTRotate

static final int esriTTRotate
Rotate.

See Also:
Constant Field Values

esriTTProgrammatic

static final int esriTTProgrammatic
Programmatic.

See Also:
Constant Field Values