Package hec.model
Class StreamPt
java.lang.Object
hec.map.WorldPt
hec.map.WorldPt3d
hec.model.StreamPt
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable,Cloneable
public class StreamPt
extends hec.map.WorldPt3d
Point on stream coordinate Line.
- See Also:
-
Field Summary
Fields inherited from class hec.map.WorldPt3d
zFields inherited from class hec.map.WorldPt
e, n -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hec.map.WorldPt
clone, distToLineSeg, distToLineSeg, distToLineSegSigned, distToPoint, equals, equals, getFieldObject, getNormal, hashCode, init, init, init, isValid, length, normalize, parseString, ptNearLineSeg, ptNearLineSeg, ptNearLineSegSigned, ptNearLineSegSigned, setFieldObject, setInvalid, toString
-
Constructor Details
-
StreamPt
public StreamPt() -
StreamPt
public StreamPt(double pe, double pn) -
StreamPt
public StreamPt(double pe, double pn, float pz) -
StreamPt
public StreamPt(hec.map.WorldPt p) -
StreamPt
public StreamPt(hec.map.WorldPt3d p) -
StreamPt
-