Enumeration of projection attribute These values are shared with
the Global Mapper DLL so it is important that their values to not change.
Namespace:
GlobalMapper.Types
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax Public Enumeration PROJATTR
public enum class PROJATTR
Members
| 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_SHRINK_TO_FIT | 42 | Shrink this layer to fit on the screen/export if too large |
| PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_EASTING | 43 | Extra false easting (in meters) for State Plane projections to apply AFTER the extra scale factor |
| PRJ_ATTR_STATE_PLANE_EXTRA_FALSE_NORTHING | 44 | Extra false northing (in meters) for State Plane projections to apply AFTER the extra scale factor |
| PRJ_ATTR_STATE_PLANE_SCALE_CENTER_EASTING | 45 | Easting of location at which to apply extra scale factor for State Plane projections |
| PRJ_ATTR_STATE_PLANE_SCALE_CENTER_NORTHING | 46 | Northing of location at which to apply extra scale factor for State Plane projections |
| PRJ_ATTR_ROTATION_ANGLE | 47 | Rotation angle for gridding projections that support rotation about their origin (0,0) point |
| PRJ_ATTR_AUX_SPHERE_TYPE | 48 |
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))
|
| PRJ_ATTR_RECTIFIED_GRID_ANGLE | 49 | Rectified_grid_angle for RSO projections |
| NUM_PROJ_ATTR_TYPES | 50 | |
| MAX_ATTR_PER_PROJ | 16 | Maximum attributes a single projection might have |
| PRJ_ATTR_SKEW_GRID_ANGLE | 23 | |
See Also