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

    z

    Fields inherited from class hec.map.WorldPt

    e, n
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    StreamPt(double pe, double pn)
     
    StreamPt(double pe, double pn, float pz)
     
    StreamPt(hec.map.WorldPt p)
     
    StreamPt(hec.map.WorldPt3d p)
     
     
  • 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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      public StreamPt(StreamPt p)