StamperIo¶
-
class
xmsstamper.stamper.
StamperIo
¶ -
bathymetry
¶ Underlying bathymetry
-
breaklines
¶ Breaklines that are honored in the TIN
-
centerline
¶ Center line for the feature stamp (Required)
-
cs
¶ Cross sections along the polyLine
-
first_end_cap
¶ end cap at beginnig of polyline
-
get_out_tin
(self: xmsstamper.stamper.StamperIo) → xms::TrTin¶ Gets the TIN created by the stamp operation
- Return:
- The output TIN
-
last_end_cap
¶ end cap at end of polyline
-
raster
¶ Input/output raster to stamp the resulting elevations onto this raster
-
read_from_file
(self: xmsstamper.stamper.StamperIo, file_name: unicode) → None¶ Reads the XmStamperIo class information from a file.
- Args:
- file_name (str): The input file.
-
stamping_type
¶ The stamping type. 0 - Cut, 1 - Fill
-
write_to_file
(self: xmsstamper.stamper.StamperIo, file_name: unicode, card_name: unicode) → None¶ Writes the XmStamperIo class information to a file.
- Args:
- file_name (str): The input file. card_name (str): The card name to be written to the output file.
-