WMSLayer
Web Map Service layer
Description
A WMSLayer
object describes a Web Map Service (WMS) layer
or layers.
Creation
You can create a WMSLayer
object using any of the following
methods:
wmsfind
— Returns aWMSLayer
array.wmsinfo
— Returns aWMSCapabilities
object, which contains an array ofWMSLayer
objects in itsLayer
property.The
WMSLayer
object creation function, described here.
Description
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.
Properties
Object Functions
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 |