Changeset 3710


Ignore:
Timestamp:
Oct 9, 2006, 3:26:13 PM (17 years ago)
Author:
ole
Message:

Documentation of geospatial_data.clip()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r3690 r3710  
    25502550
    25512551
     2552\begin{methoddesc}{clip}{}
     2553Clip geospatial data by a polygon
     2554
     2555Inputs are \code{polygon} which is either a list of points, an Nx2 array or
     2556a Geospatial data object and \code{closed}(optional) which determines
     2557whether points on boundary should be regarded as belonging to the polygon
     2558(\code{closed=True}) or not (\code{closed=False}).
     2559Default is \code{closed=True}.
     2560         
     2561Returns new Geospatial data object representing points
     2562inside specified polygon.
     2563\end{methoddesc}
     2564
     2565
    25522566\section{pmesh GUI}
    25532567 \emph{Pmesh}
Note: See TracChangeset for help on using the changeset viewer.