Click or drag to resize

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
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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_SHRINK_TO_FIT42Shrink this layer to fit on the screen/export if too large
PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_EASTING43Extra false easting (in meters) for State Plane projections to apply AFTER the extra scale factor
PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_NORTHING44Extra false northing (in meters) for State Plane projections to apply AFTER the extra scale factor
PRJ_ATTR_STATE_PLANE_SCALE_CENTER_EASTING45Easting of location at which to apply extra scale factor for State Plane projections
PRJ_ATTR_STATE_PLANE_SCALE_CENTER_NORTHING46Northing of location at which to apply extra scale factor for State Plane projections
PRJ_ATTR_ROTATION_ANGLE47Rotation angle for gridding projections that support rotation about their origin (0,0) point
PRJ_ATTR_AUX_SPHERE_TYPE48 Auxiliary sphere type (0 (use semimajor axis or radius of the geographic coordinate system), 1 (use semiminor axis or radius), 2 (calculate and use authalic radius), or 3 (use authalic radius and convert geodetic latitudes to authalic latitudes))
NUM_PROJ_ATTR_TYPES49
MAX_ATTR_PER_PROJ16Maximum attributes a single projection might have
GM_PRJ_ATTR_SKEW_GRID_ANGLE23
See Also