refineLimits
Refine search of WMS layers based on geographic limits
Description
searches for elements of Web map service layers, refined
= refineLimits(layers
,Name,Value
,...)layers
, that
match specific latitude or longitude limits. The results include a given layer only
if the quadrangle specified by the optional 'Latlim'
and
'Lonlim'
parameters fully contains the boundary quadrangle,
as defined by the Latlim
and Lonlim
properties. Partial overlap does not result in a match. All angles are in units of
degrees.
Examples
Input Arguments
Output Arguments
Tips
The default value of
[]
for either'Latlim'
or'Lonlim'
implies that all layers match the criteria. For example, if you specify the following, then the results include all the layers that cover the northern hemisphere.refineLimits(layer,'Latlim', [0 90], 'Lonlim', [])
Version History
Introduced in R2009b