Mapping Toolbox
  Go to function:
    Search    Help Desk 
getm    Examples   See Also

Get map object properties

Syntax

Description

mat = getm(h) returns the map structure of the map axes specified by its handle. If the handle of a child of the map axes is specified, only its properties are returned.

mat = getm(h,MapPropertyName) returns the specified property value.

getm('MapProjection') lists all available projections.

getm('axes') lists the map axes properties by property name.

getm('units') lists the available units.

Examples

Create a default map axes, and query a property value:

See Also

axesm
Define map axes and set map properties
setm
Set map properties


[ Previous | Help Desk | Next ]