Web Map Service layer
A WMSLayer
object describes a Web Map Service (WMS) layer
or layers.
You can create a WMSLayer
object using any of the following
methods:
wmsfind
— Returns a
WMSLayer
array.
wmsinfo
— Returns a WMSCapabilities
object, which
contains an array of WMSLayer
objects in its
Layer
property.
The WMSLayer
object creation function, described
here.
layers = WMSLayer(
constructs a Name,Value
,...)WMSLayer
object, where Name
is the name of any property of the WMSLayer
and
Value
is the value that you want to assign to the
property. You can specify several name-value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
. The size of the output
layers
is scalar unless all inputs are cell arrays, in
which case, the size of layers
matches the size of the cell
arrays.
disp | Display properties of WMS layers or capabilities |
refine | Refine search of WMS layers |
refineLimits | Refine search of WMS layers based on geographic limits |
servers | Return URLs of unique WMS servers |
serverTitles | Return titles of unique WMS servers |