| Mapping Toolbox | ![]() |
Syntax
mapstruct = gcm mapstruct = gcm(hndl)
Description
mapstruct = gcm returns the map axes map structure, which contains the settings for all the current map axes properties.
mapstruct = gcm(hndl) specifies the map axes by axes handle.
Examples
Establish a map axes with default values, then look at the structure:
axesm mercator
mapstruct = gcm
mapstruct =
mapprojection: 'mercator'
zone: []
angleunits: 'degrees'
aspect: 'normal'
fixedorient: []
geoid: [1 0]
maplatlimit: [-86 86]
maplonlimit: [-180 180]
mapparallels: 0
nparallels: 1
origin: [0 0 0]
falsenorthing: 0
falseeasting: 0
scalefactor: 1
trimlat: [-86 86]
trimlon: [-180 180]
frame: 'off'
ffill: 100
fedgecolor: [0 0 0]
ffacecolor: 'none'
flatlimit: [-86 86]
flinewidth: 2
flonlimit: [-180 180]
grid: 'off'
galtitude: Inf
gcolor: [0 0 0]
glinestyle: ':'
glinewidth: 0.50000000000000
mlineexception: []
mlinefill: 100
mlinelimit: []
mlinelocation: 30
mlinevisible: 'on'
plineexception: []
plinefill: 100
plinelimit: []
plinelocation: 15
plinevisible: 'on'
fontangle: 'normal'
fontcolor: [0 0 0]
fontname: 'helvetica'
fontsize: 9
fontunits: 'points'
fontweight: 'normal'
labelformat: 'compass'
labelunits: 'degrees'
labelrotation: 'off'
meridianlabel: 'off'
mlabellocation: 30
mlabelparallel: 86
mlabelround: 0
parallellabel: 'off'
plabellocation: 15
plabelmeridian: -180
plabelround: 0
Remarks
Map structure properties are created with the axesm command. They can be queried with the getm command and modified with the setm command.
See Also
axesm |
Create map axes object |
getm |
Query map axes map structure |
setm |
Modify map axes map structure |
| gc2sc | gcpmap | ![]() |