Main Content
maptrimp
Trim polygons to latitude-longitude quadrangle
Syntax
[latTrimmed,lonTrimmed] = maptrimp(lat,lon,latlim,lonlim)
Description
[latTrimmed,lonTrimmed] = maptrimp(lat,lon,latlim,lonlim)
trims
the polygons in lat
and lon
to
the quadrangle specified by latlim
and lonlim
.
latlim
and lonlim
are two-element
vectors, defining the latitude and longitude limits respectively. lat
and lon
must
be vectors that represent valid polygons.
Examples
Tips
maptrimp
conditions the longitude limits
such that:
lonlim(2)
always exceedslonlim(1)
lonlim(2)
never exceedslonlim(1)
by more than360
lonlim(1) < 180
orlonlim(2) > -180
Ensure that if the quadrangle span the Greenwich meridian, then that meridian appears at longitude
0
.
Version History
Introduced before R2006a