serverTitles
Return titles of unique WMS servers
Description
Examples
List Titles of Unique Servers
Search the WMS Database for government servers. Set the titles of unique servers to a variable.
layers = wmsfind('*.gov*', 'SearchField', 'serverurl'); titles = serverTitles(layers);
Display the first ten servers titles as a column vector.
titles(1:10)'
ans = 10x1 cell
{'MapPlace OGC WMS 1.1.1 Compliant Server' }
{'OPENDATA_VCGI_BOUNDARIES_SP_NOCACHE_v2' }
{'Open_Data_OPENDATA_ANR_CADASTRAL_SP_NOCACHE_v2'}
{'OPENDATA_ANR_ECOLOGIC_SP_NOCACHE_v1' }
{'OPENDATA_ANR_EMERGENCY_SP_NOCACHE_v2' }
{'OPENDATA_ANR_ENVIRON_SP_NOCACHE_v2' }
{'OPENDATA_ANR_FACILITIES_SP_NOCACHE_v2' }
{'OPENDATA_ANR_GEOLOGIC_SP_NOCACHE_v3' }
{'Open_Data_OPENDATA_ANR_TOURISM_SP_NOCACHE_v2' }
{'OPENDATA_ANR_UTILITY_SP_NOCACHE_v1' }
Your results might be different because the WMS Database changes each release.
Input Arguments
layers
— Layers to provide server URLs
array of WMSLayer
objects
Layers to provide server URLs, specified as an array of WMSLayer
objects.
Output Arguments
titles
— Titles of unique WMS servers
cell array of character vectors
Titles of unique WMS servers, returned as a cell array of character vectors.
Version History
Introduced in R2009b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)