com.esri.arcgis.geometry
Interface esriSRProjection2Type

All Superinterfaces:
Serializable

public interface esriSRProjection2Type
extends Serializable

More map projections.

Remarks

This enumeration contains entries for some of the predefined projections. Please see esriSRProjectionType, esriSRProjection3Type, and esriSRProjection4Type for other predefined projections. 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:
esriSRProjection3Type, esriSRProjection4Type, esriSRProjectionType

Field Summary
static int esriSRProjection_Krovak
          Krovak.
static int esriSRProjection_NewZealandMapGrid
          New Zealand Map Grid.
 

Field Detail

esriSRProjection_NewZealandMapGrid

static final int esriSRProjection_NewZealandMapGrid
New Zealand Map Grid.

See Also:
Constant Field Values

esriSRProjection_Krovak

static final int esriSRProjection_Krovak
Krovak.

See Also:
Constant Field Values