geosoft.gxpy.map¶
Geosoft maps contain one or more 2D and 3D views.
Each 2D view has a specific coordinate system and clip region.
Each 3D view is a link to a separate geosoft_3dv
file, which can be placed in the map
as a 2D perspective of the last viewing state of the 3D view.
- Classes:
Map
:map class
- Constants:
- WRITE_NEW:
- WRITE_OLD:
- LIST_ALL:
- LIST_3D:
- LIST_2D:
- VIEW_NAME_SIZE:
2080
- TEXT_BOTTOM_LEFT:
-1
- TEXT_BOTTOM_CENTER:
0
- TEXT_BOTTOM_RIGHT:
1
- TEXT_ALL_CENTER:
2
- TEXT_BASE_LEFT:
3
- TEXT_BASE_CENTER:
4
- TEXT_BASE_RIGHT:
5
- TEXT_BASE_ALL_CENTER:
6
- TEXT_BASE_FIT_BY_CHARACTER_WIDTH:
7
- TEXT_BASE_FIT_BY_CHARACTER_SIZE:
8
- MAP_LANDSCAPE:
0
- MAP_PORTRAIT:
1
- TOP_IN:
1
- TOP_OUT:
-1
- GRID_NONE:
0
- GRID_DOTTED:
1
- GRID_CROSSES:
2
- GRID_LINES:
3
- GROUP_NEW:
0
- GROUP_APPEND:
1
- VIEW_BASE:
0
- VIEW_DATA:
1
- STYLE_FIGURE:
0
- STYLE_MAP:
1
- RASTER_FORMAT_EMF:
- RASTER_FORMAT_BMP:
- RASTER_FORMAT_JPEGL:
- RASTER_FORMAT_JPEG:
- RASTER_FORMAT_JPEGH:
- RASTER_FORMAT_GIF:
- RASTER_FORMAT_PCX:
- RASTER_FORMAT_PNG:
- RASTER_FORMAT_EPS:
- RASTER_FORMAT_TIFF:
See also
geosoft.gxpy.view
, geosoft.gxpy.group
geosoft.gxapi.GXMAP
, geosoft.gxapi.GXMVIEW
, geosoft.gxapi.GXMVU
Note
Regression tests provide usage examples: map tests
Functions
|
|
|
Return the CRC of a map based on the output bitmap image. |
|
Delete all files associated with this map name. |
|
Return a fully resolved map file path using the file name, with .map extension |
|
Save a map file to an image file |
Classes
|
Geosoft map files. |
|
Internal class to marshal MAPPLOT commands to support basic map annotations. |
Exceptions
|
Exceptions from |