コード例 #1
0
ファイル: LiDARLayer.cs プロジェクト: DIVEROVIEDO/DotSpatial
        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");
        }
コード例 #2
0
ファイル: LiDARLayer.cs プロジェクト: yangkf1985/DotSpatial
        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");
        }