|
| | DtRangeAndDirectionNetworkSegmentMetric () |
| | Constructor. More...
|
| |
| | DtRangeAndDirectionNetworkSegmentMetric (const DtRangeAndDirectionNetworkSegmentMetric &orig) |
| | Copy Constructor. More...
|
| |
| DtRangeAndDirectionNetworkSegmentMetric & | operator= (const DtRangeAndDirectionNetworkSegmentMetric &orig) |
| | Assignment Operator. More...
|
| |
| virtual | ~DtRangeAndDirectionNetworkSegmentMetric () |
| | Destructor. More...
|
| |
| virtual bool | valid (const DtNetworkSegment &seg) const |
| | Returns true if the segment satisfies the conditions of the metric. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| virtual double | directionOfInterest () const |
| |
|
| virtual void | setDirectionTolerance (double tolerance) |
| | ! More...
|
| |
| virtual double | directionTolerance () const |
| |
|
| virtual void | setSearchBidirectional (bool bidi) |
| |
| virtual bool | searchBidirectional () const |
| |
| | DtRangeNetworkSegmentMetric () |
| | Default constructor. More...
|
| |
| virtual | ~DtRangeNetworkSegmentMetric () |
| | Destructor. More...
|
| |
| | DtRangeNetworkSegmentMetric (const DtRangeNetworkSegmentMetric &orig) |
| | Vopy constructor. More...
|
| |
| DtRangeNetworkSegmentMetric & | operator= (const DtRangeNetworkSegmentMetric &orig) |
| | Assignment operator. More...
|
| |
| virtual double | measure (const DtNetworkSegment &seg) const |
| | Measure the seg by its distance from the center of interest. More...
|
| |
| virtual bool | circumscribedSquareTest (const DtNetworkSegment &seg) const |
| | quick check using the square circumscribing the circle around the center of interest. More...
|
| |
| virtual bool | inscribedSquareTest (const DtNetworkSegment &seg) const |
| | quick check using the square inscribing the circle around the center of interest. More...
|
| |
| virtual bool | validSW (double xx, double yy) const |
| | validate the southwest quadrant (closed on southwest side) More...
|
| |
| virtual bool | validSE (double xx, double yy) const |
| | validate the southeast quadrant (closed on southwest side) More...
|
| |
| virtual bool | validNE (double xx, double yy) const |
| | validate the northeast quadrant (closed on southwest side) More...
|
| |
| virtual bool | validNW (double xx, double yy) const |
| | validate the northwest quadrant (closed on southwest side) More...
|
| |
| virtual const DtPoint & | centerOfInterest () const |
| | get/set center of interest More...
|
| |
| virtual void | setCenterOfInterest (const DtPoint &val) |
| |
| virtual DtVector | vectorCenterOfInterest () const |
| | get/set center of interest–DtVector form More...
|
| |
| virtual void | setCenterOfInterest (const DtVector &val) |
| |
| virtual double | maxRange () const |
| | get/set range More...
|
| |
| virtual void | setMaxRange (double val) |
| |
| virtual double | measureMultiplier () const |
| | get/set measure multiplier More...
|
| |
| virtual void | setMeasureMultiplier (double val) |
| |
| virtual bool | evalInZ () const |
| | get/set evaluation in Z More...
|
| |
| 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. More...
|
| |
| virtual void | initialize (Coordinate_System *cs) |
| | Initialize the metric. More...
|
| |
| | DtNetworkSegmentMetric () |
| | Default constructor. More...
|
| |
| virtual | ~DtNetworkSegmentMetric () |
| | Destructor. More...
|
| |
| | DtNetworkSegmentMetric (const DtNetworkSegmentMetric &orig) |
| | Copy constructor. More...
|
| |
| DtNetworkSegmentMetric & | operator= (const DtNetworkSegmentMetric &orig) |
| | Assignment operator. More...
|
| |
| | DtMetric () |
| | Default constructor. More...
|
| |
| virtual | ~DtMetric () |
| | Destructor. More...
|
| |
| | DtMetric (const DtMetric &orig) |
| | Copy constructor. More...
|
| |
| DtMetric & | operator= (const DtMetric &orig) |
| | Assignment operator. More...
|
| |
| virtual bool | validSpecification (const DtSpecification &spec) const |
| | Validates the specification against the conditions set in the addEqualCondition, addDiferentCondition, addLessThanCondition and addGreaterThanCondition functions. More...
|
| |
| virtual void | addEqualCondition (const DtSpecificationAttribute &attrib) |
| | Adds an equality condition. More...
|
| |
| virtual void | addDifferentCondition (const DtSpecificationAttribute &attrib) |
| | Add a different condition. More...
|
| |
| virtual void | addLessThanCondition (const DtSpecificationAttribute &attrib) |
| | Add less-than condition. More...
|
| |
| virtual void | addGreaterThanCondition (const DtSpecificationAttribute &attrib) |
| | Add greater-than condition. More...
|
| |
| virtual void | setEqualList (DtSimpleList *list) |
| | Sets the list of conditions for equality. More...
|
| |
| virtual void | setDiffList (DtSimpleList *list) |
| | Sets the list of conditions for difference. More...
|
| |
| virtual void | setLessThanList (DtSimpleList *list) |
| | Sets the list of conditions for less-than. More...
|
| |
| virtual void | setGreaterThanList (DtSimpleList *list) |
| | Sets the list of conditions for greater-than. More...
|
| |