IMetrics_DG Interface
- DistPoint
- Dist
- Dist1
- IsCloserThan
- GetDimensions
- GetLocalDimensions
- GetPointLocation
double DistPoint(Point_DG point, [out] Point_DG pointNearest)
double Dist(IMetrics_DG metricObjectOther, [out] Point_DG pointThis, [out] Point_DG pointOther)
double Dist1(IMetrics_DG metricObjectOther, MetrDistContext_DG context, [out] IMapUnkn_DG nearestThisToOtherMap)
bool IsCloserThan(IMetrics_DG metricObjectOther, double distance, MetrIsCloserThanContext_DG context)
Rectangle_DG GetDimensions()
Rectangle_DG GetLocalDimensions(Rectangle_DG localBox)
int GetPointLocation(Point_DG pt)
|