Changeset 4488
- Timestamp:
- May 25, 2007, 12:01:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4472 r4488 3480 3480 3481 3481 3482 \begin{methoddesc}{clip_outside}{} 3483 Clip geospatial data by a polygon 3484 3485 Inputs are \code{polygon} which is either a list of points, an Nx2 array or 3486 a Geospatial data object and \code{closed}(optional) which determines 3487 whether points on boundary should be regarded as belonging to the polygon 3488 (\code{closed=True}) or not (\code{closed=False}). 3489 Default is \code{closed=True}. 3490 3491 Returns new Geospatial data object representing points 3492 \emph{out}side specified polygon. 3493 \end{methoddesc} 3494 3495 3482 3496 \section{pmesh GUI} 3483 3497 \emph{Pmesh}
Note: See TracChangeset
for help on using the changeset viewer.