Package hec.map.streamAlignment
Interface StreamAlignmentProps
- All Known Implementing Classes:
StreamAlignmentDrwPro
public interface StreamAlignmentProps
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getDrawingProperties
(int scale) getDrawingPropertiesForScale
(int scale) int
void
read
(BufferedReader input) void
reset()
called when the watershed is loaded.void
saveProperties
(int location) void
write
(BufferedWriter out)
-
Method Details
-
read
- Throws:
IOException
-
write
- Parameters:
out
-- Throws:
IOException
-
getDrawingProperties
-
getDrawingPropertiesForScale
-
getDrawingProperties
StreamAlignmentDPData getDrawingProperties() -
getNumberOfScales
int getNumberOfScales() -
getScaleList
List getScaleList() -
addDPData
-
saveProperties
void saveProperties(int location) -
reset
void reset()called when the watershed is loaded.
-