PROJATTR Enumeration
Enumeration of projection attribute types. These values are shared with the Global Mapper DLL so it is important that their values to not change.

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum PROJATTR
Members
Member nameValueDescription
FIRST_STANDARD_PARALLEL0
SECOND_STANDARD_PARALLEL1
CENTRAL_LATITUDE2
CENTRAL_LONGITUDE3
FALSE_EASTING4
FALSE_NORTHING5
SPHERE_RADIUS6
ORIGIN_LATITUDE7
SEMI_MAJOR_AXIS8
SEMI_MINOR_AXIS9
CENTRAL_MERIDIAN10
STANDARD_PARALLEL11
TRUE_SCALE_LATITUDE12
AZIMUTH_ANGLE13
AZIMUTH_POINT14
LATITUDE115
LATITUDE216
LONGITUDE117
LONGITUDE218
PROJ_CENTER_SCALE_FACTOR19
LONGITUDE_POLE20
CENTRAL_MERIDIAN_SCALE_FACTOR21
PERSPECTIVE_POINT_HEIGHT22
INCLINATION_ANGLE23
ASCENTION_LONGITUDE24
SAT_REV_PERIOD25
END_OF_PATH_FLAG26
LANDSAT_SAT_NUM27
OEA_SHAPE_PARM_M28
OEA_SHAPE_PARM_N29
OEA_OVAL_ROTATION_ANGLE30
ZONE31
PRJ_ATTR_STATE_PLANE_SCALE_FACTOR32extra scale factor for State Plane projections
PRJ_ATTR_HORZ_OFFSET33Horizontal offset value in inches, percent, or degrees longitude
PRJ_ATTR_HORZ_OFFSET_TYPE34Horizontal offset type (0 - left, 1 - right, 2 - centered)
PRJ_ATTR_HORZ_OFFSET_VTYPE35Horizontal offset value type (0 - inches, 1 - percent, 2 - degrees longitude)
PRJ_ATTR_VERT_OFFSET36Vertical offset value in inches, percent, or latitude
PRJ_ATTR_VERT_OFFSET_TYPE37Vertical offset type (0 - top, 1 - bottom, 2 - centered)
PRJ_ATTR_VERT_OFFSET_VTYPE38Vertical offset value type (0 - inches, 1 - percent, 2 - degrees latitude)
PRJ_ATTR_SIZE_VALUE39Size value (percent)
PRJ_ATTR_SIZE_VALUE_TYPE40Size value type (0 - fixed pixel size, 1 - percent width, 2 - percent height, 3 - absolute (used only in cartographic viewer only))
PRJ_ATTR_ALWAYS_ON_TOP41Make this fixed screen file show on top of everything else
PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_EASTING42Extra false easting (in meters) for State Plane projections to apply AFTER the extra scale factor
PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_NORTHING43Extra false northing (in meters) for State Plane projections to apply AFTER the extra scale factor
PRJ_ATTR_STATE_PLANE_SCALE_CENTER_EASTING44Easting of location at which to apply extra scale factor for State Plane projections
PRJ_ATTR_STATE_PLANE_SCALE_CENTER_NORTHING45Northing of location at which to apply extra scale factor for State Plane projections
NUM_PROJ_ATTR_TYPES46
 PRJ_ATTR_SKEW_GRID_ANGLE23 
See Also