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)

C#
Copy
public enum PROJATTR

Member name | Value | Description | |
---|---|---|---|
FIRST_STANDARD_PARALLEL | 0 | ||
SECOND_STANDARD_PARALLEL | 1 | ||
CENTRAL_LATITUDE | 2 | ||
CENTRAL_LONGITUDE | 3 | ||
FALSE_EASTING | 4 | ||
FALSE_NORTHING | 5 | ||
SPHERE_RADIUS | 6 | ||
ORIGIN_LATITUDE | 7 | ||
SEMI_MAJOR_AXIS | 8 | ||
SEMI_MINOR_AXIS | 9 | ||
CENTRAL_MERIDIAN | 10 | ||
STANDARD_PARALLEL | 11 | ||
TRUE_SCALE_LATITUDE | 12 | ||
AZIMUTH_ANGLE | 13 | ||
AZIMUTH_POINT | 14 | ||
LATITUDE1 | 15 | ||
LATITUDE2 | 16 | ||
LONGITUDE1 | 17 | ||
LONGITUDE2 | 18 | ||
PROJ_CENTER_SCALE_FACTOR | 19 | ||
LONGITUDE_POLE | 20 | ||
CENTRAL_MERIDIAN_SCALE_FACTOR | 21 | ||
PERSPECTIVE_POINT_HEIGHT | 22 | ||
INCLINATION_ANGLE | 23 | ||
ASCENTION_LONGITUDE | 24 | ||
SAT_REV_PERIOD | 25 | ||
END_OF_PATH_FLAG | 26 | ||
LANDSAT_SAT_NUM | 27 | ||
OEA_SHAPE_PARM_M | 28 | ||
OEA_SHAPE_PARM_N | 29 | ||
OEA_OVAL_ROTATION_ANGLE | 30 | ||
ZONE | 31 | ||
PRJ_ATTR_STATE_PLANE_SCALE_FACTOR | 32 | extra scale factor for State Plane projections | |
PRJ_ATTR_HORZ_OFFSET | 33 | Horizontal offset value in inches, percent, or degrees longitude | |
PRJ_ATTR_HORZ_OFFSET_TYPE | 34 | Horizontal offset type (0 - left, 1 - right, 2 - centered) | |
PRJ_ATTR_HORZ_OFFSET_VTYPE | 35 | Horizontal offset value type (0 - inches, 1 - percent, 2 - degrees longitude) | |
PRJ_ATTR_VERT_OFFSET | 36 | Vertical offset value in inches, percent, or latitude | |
PRJ_ATTR_VERT_OFFSET_TYPE | 37 | Vertical offset type (0 - top, 1 - bottom, 2 - centered) | |
PRJ_ATTR_VERT_OFFSET_VTYPE | 38 | Vertical offset value type (0 - inches, 1 - percent, 2 - degrees latitude) | |
PRJ_ATTR_SIZE_VALUE | 39 | Size value (percent) | |
PRJ_ATTR_SIZE_VALUE_TYPE | 40 | Size value type (0 - fixed pixel size, 1 - percent width, 2 - percent height, 3 - absolute (used only in cartographic viewer only)) | |
PRJ_ATTR_ALWAYS_ON_TOP | 41 | Make this fixed screen file show on top of everything else | |
PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_EASTING | 42 | Extra false easting (in meters) for State Plane projections to apply AFTER the extra scale factor | |
PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_NORTHING | 43 | Extra false northing (in meters) for State Plane projections to apply AFTER the extra scale factor | |
PRJ_ATTR_STATE_PLANE_SCALE_CENTER_EASTING | 44 | Easting of location at which to apply extra scale factor for State Plane projections | |
PRJ_ATTR_STATE_PLANE_SCALE_CENTER_NORTHING | 45 | Northing of location at which to apply extra scale factor for State Plane projections | |
NUM_PROJ_ATTR_TYPES | 46 | ||
PRJ_ATTR_SKEW_GRID_ANGLE | 23 |
