Esempio n. 1
0
        private Image _stencil; // draw features to the stencil

        #endregion

        #region Constructors

        public LiDARLayer()
        {
            Configure();
            //assign the data set
            //DataSet = new LiDARDataSet();
            DataSet = new LiDARDataSet("C:\\Tile_1.las");
        }
Esempio n. 2
0
        private Image _stencil;          // draw features to the stencil

        #endregion

        #region Constructors

        public LiDARLayer()
        {
            Configure();
            //assign the data set
            //DataSet = new LiDARDataSet();
            DataSet = new LiDARDataSet("C:\\Tile_1.las");
        }