com.esri.arcgis.geometry
Interface esriSRParameter2Type

All Superinterfaces:
Serializable

public interface esriSRParameter2Type
extends Serializable

More predefined parameters.

Remarks

This enumeration contains entries for some of the predefined projection parameters. Please see esriSRParameterType , esriSRParameter3Type, and esriSRParameter4Type for other predefined projection 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:
esriSRParameter3Type, esriSRParameter4Type, esriSRParameterType

Field Summary
static int esriSRParameter_PseudoStandardParallel1
          Pseudo standard parallel 1.
static int esriSRParameter_XScale
          X Scale.
static int esriSRParameter_XYPlaneRotation
          XY Plane rotation.
static int esriSRParameter_YScale
          Y Scale.
 

Field Detail

esriSRParameter_XScale

static final int esriSRParameter_XScale
X Scale.

See Also:
Constant Field Values

esriSRParameter_YScale

static final int esriSRParameter_YScale
Y Scale.

See Also:
Constant Field Values

esriSRParameter_PseudoStandardParallel1

static final int esriSRParameter_PseudoStandardParallel1
Pseudo standard parallel 1.

See Also:
Constant Field Values

esriSRParameter_XYPlaneRotation

static final int esriSRParameter_XYPlaneRotation
XY Plane rotation.

See Also:
Constant Field Values