Exemplo 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");
        }
Exemplo 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");
        }