com.esri.arcgis.geometry
Interface esriSRParameter4Type

All Superinterfaces:
Serializable

public interface esriSRParameter4Type
extends Serializable

More predefined parameters.

Remarks

This enumeration contains entries for the predefined projection and transformation parameters added at version 9.0. Please see esriSRParameterType , esriSRParameter2Type, and esriSRParameter3Type for other predefined projection and transformation parameters. A value corresponds to the factory code used in the Projection Engine library.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
esriSRParameter2Type, esriSRParameter3Type, esriSRParameterType

Field Summary
static int esriSRParameter_Option
          Option.
static int esriSRParameter_X_CoordinateOfRotationOrigin
          X Coordinate of Rotation Origin.
static int esriSRParameter_Y_CoordinateOfRotationOrigin
          Y Coordinate of Rotation Origin.
static int esriSRParameter_Z_CoordinateOfRotationOrigin
          Z Coordinate of Rotation Origin.
 

Field Detail

esriSRParameter_Option

static final int esriSRParameter_Option
Option.

See Also:
Constant Field Values

esriSRParameter_X_CoordinateOfRotationOrigin

static final int esriSRParameter_X_CoordinateOfRotationOrigin
X Coordinate of Rotation Origin.

See Also:
Constant Field Values

esriSRParameter_Y_CoordinateOfRotationOrigin

static final int esriSRParameter_Y_CoordinateOfRotationOrigin
Y Coordinate of Rotation Origin.

See Also:
Constant Field Values

esriSRParameter_Z_CoordinateOfRotationOrigin

static final int esriSRParameter_Z_CoordinateOfRotationOrigin
Z Coordinate of Rotation Origin.

See Also:
Constant Field Values