Package esys :: Package modellib :: Module tsunami :: Class Coastline
[hide private]
[frames] | no frames]

Class Coastline

Defines a coast line by a Polyline within a RegionOnEarthSurface

Instance Methods [hide private]
 
__init__(self, region, name='none')
 
__str__(self)
 
append(self, polyline=<esys.modellib.tsunami.Polyline instance at 0x9e64dcc>)
Appends a polyline
 
clean(self)
Cleans up the coastline by joining polylines to loops or connecting faces of the region
 
makeTriangulation(self, west_south_is_water=True, east_south_is_water=True, west_north_is_water=True, east_north_is_water=True)