Package hec.map.streamAlignment
Interface StreamAlignmentProps
- All Known Implementing Classes:
StreamAlignmentDrwPro
public interface StreamAlignmentProps
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetDrawingProperties(int scale) getDrawingPropertiesForScale(int scale) intvoidread(BufferedReader input) voidreset()called when the watershed is loaded.voidsaveProperties(int location) voidwrite(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.
-