Interface StreamReach

Export

StreamReach

interface StreamReach {
    comment?: string;
    configurationId?: CwmsId;
    downstreamNode: StreamLocationNode;
    id: CwmsId;
    streamId: CwmsId;
    upstreamNode: StreamLocationNode;
}

Properties

comment?: string

Memberof

StreamReach

configurationId?: CwmsId

Memberof

StreamReach

downstreamNode: StreamLocationNode

Memberof

StreamReach

id: CwmsId

Memberof

StreamReach

streamId: CwmsId

Memberof

StreamReach

upstreamNode: StreamLocationNode

Memberof

StreamReach