Esempio n. 1
0
        /// <summary>
        /// Label an isolated node with its relationship to the target geometry.
        /// </summary>
        private void  LabelIsolatedLine(Edge e, int targetIndex)
        {
            int loc = ptLocator.Locate(e.Coordinate,
                                       op.GetArgGeometry(targetIndex));

            e.Label.SetLocation(targetIndex, loc);
        }