www.gusucode.com > map 案例源码 matlab代码程序 > map/DisplaySpecificPropertiesOfWMSLayerObjectExample.m

    %% Display Specific Properties of WMSLayer Object
% Display |LayerTitle| and |LayerName| properties to the command window
% without an Index.
%%

% Copyright 2015 The MathWorks, Inc.

layers = wmsfind('srtm30');
disp(layers(1:5),'Index', 'off', ...
   'Properties',{'layertitle','layername'});