| Mapping Toolbox | Search  Help Desk |
| ismapped | See Also |
Test whether object is projected on map axes
Syntax
mflag = ismapped mflag = ismapped(hndl) [mflag,msg] = ismapped(hndl)
Description
This command tests an object to determine whether it is projected on map axes. mflag = ismapped returns a 1 if the current object is projected on a map axes, and 0 otherwise. mflag = ismapped(hndl) specifies the handle of the object to be tested. [mflag,msg] = ismapped(hndl) returns a string message if the axes is not projected on a map axes, specifying why not.See Also
gcm |
Get current map data structure |
ismap |
Test whether axes have a map definition |