Public Member Functions |
| | DtRangeAndDirectionNetworkSegmentMetric () |
| | Constructor.
|
| | DtRangeAndDirectionNetworkSegmentMetric (const DtRangeAndDirectionNetworkSegmentMetric &orig) |
| | Copy Constructor.
|
| DtRangeAndDirectionNetworkSegmentMetric & | operator= (const DtRangeAndDirectionNetworkSegmentMetric &orig) |
| | Assignment Operator.
|
| virtual | ~DtRangeAndDirectionNetworkSegmentMetric () |
| | Destructor.
|
| virtual bool | valid (const DtNetworkSegment &seg) const |
| | Returns true if the segment satisfies the conditions of the metric.
|
| virtual bool | testDirection (const DtPoint &p1, const DtPoint &p2) const |
| | Returns true if the segment defined from p1 to p2 satisfies the directional test of the metric.
|
| virtual double | directionOfSegment (const DtPoint &point0, const DtPoint &point1) const |
|
| virtual void | setDirectionOfInterest (double direction) |
| | Get/set the direction which will be tested against the segments.
|
| virtual double | directionOfInterest () const |
|
| virtual void | setDirectionTolerance (double tolerance) |
| | !
|
| virtual double | directionTolerance () const |
|
| virtual void | setSearchBidirectional (bool bidi) |
| virtual bool | searchBidirectional () const |
| | DtRangeNetworkSegmentMetric () |
| | Default constructor.
|
| virtual | ~DtRangeNetworkSegmentMetric () |
| | Destructor.
|
| | DtRangeNetworkSegmentMetric (const DtRangeNetworkSegmentMetric &orig) |
| | Vopy constructor.
|
| DtRangeNetworkSegmentMetric & | operator= (const DtRangeNetworkSegmentMetric &orig) |
| | Assignment operator.
|
| virtual double | measure (const DtNetworkSegment &seg) const |
| | Measure the seg by its distance from the center of interest.
|
| virtual bool | circumscribedSquareTest (const DtNetworkSegment &seg) const |
| | quick check using the square circumscribing the circle around the center of interest.
|
| virtual bool | inscribedSquareTest (const DtNetworkSegment &seg) const |
| | quick check using the square inscribing the circle around the center of interest.
|
| virtual bool | validSW (double xx, double yy) const |
| | validate the southwest quadrant (closed on southwest side)
|
| virtual bool | validSE (double xx, double yy) const |
| | validate the southeast quadrant (closed on southwest side)
|
| virtual bool | validNE (double xx, double yy) const |
| | validate the northeast quadrant (closed on southwest side)
|
| virtual bool | validNW (double xx, double yy) const |
| | validate the northwest quadrant (closed on southwest side)
|
| virtual const DtPoint & | centerOfInterest () const |
| | get/set center of interest
|
| virtual void | setCenterOfInterest (const DtPoint &val) |
| virtual DtVector | vectorCenterOfInterest () const |
| | get/set center of interest–DtVector form
|
| virtual void | setCenterOfInterest (const DtVector &val) |
| virtual double | maxRange () const |
| | get/set range
|
| virtual void | setMaxRange (double val) |
| virtual double | measureMultiplier () const |
| | get/set measure multiplier
|
| virtual void | setMeasureMultiplier (double val) |
| virtual bool | evalInZ () const |
| | get/set evaluation in Z
|
| virtual void | setEvalInZ (bool evalInZ) |
| virtual double | closestPointInXY (const DtNetworkSegment &seg, const DtPoint &pointFrom, DtPoint &closest) |
| | Finds the closest point on the segment projected and returns it in database coords along with distance to that point.
|
| virtual void | initialize (Coordinate_System *cs) |
| | Initialize the metric.
|
| | DtNetworkSegmentMetric () |
| | Default constructor.
|
| virtual | ~DtNetworkSegmentMetric () |
| | Destructor.
|
| | DtNetworkSegmentMetric (const DtNetworkSegmentMetric &orig) |
| | Copy constructor.
|
| DtNetworkSegmentMetric & | operator= (const DtNetworkSegmentMetric &orig) |
| | Assignment operator.
|
| | DtMetric () |
| | Default constructor.
|
| virtual | ~DtMetric () |
| | Destructor.
|
| | DtMetric (const DtMetric &orig) |
| | Copy constructor.
|
| DtMetric & | operator= (const DtMetric &orig) |
| | Assignment operator.
|
| virtual bool | validSpecification (const DtSpecification &spec) const |
| | Validates the specification against the conditions set in the addEqualCondition, addDiferentCondition, addLessThanCondition and addGreaterThanCondition functions.
|
| virtual void | addEqualCondition (const DtSpecificationAttribute &attrib) |
| | Adds an equality condition.
|
| virtual void | addDifferentCondition (const DtSpecificationAttribute &attrib) |
| | Add a different condition.
|
| virtual void | addLessThanCondition (const DtSpecificationAttribute &attrib) |
| | Add less-than condition.
|
| virtual void | addGreaterThanCondition (const DtSpecificationAttribute &attrib) |
| | Add greater-than condition.
|
| virtual void | setEqualList (DtSimpleList *list) |
| | Sets the list of conditions for equality.
|
| virtual void | setDiffList (DtSimpleList *list) |
| | Sets the list of conditions for difference.
|
| virtual void | setLessThanList (DtSimpleList *list) |
| | Sets the list of conditions for less-than.
|
| virtual void | setGreaterThanList (DtSimpleList *list) |
| | Sets the list of conditions for greater-than.
|