コード例 #1
0
 ////////////////////////////////////////////////////////////////////////////
 //--------------------------------- REVISIONS ------------------------------
 // Date       Name                 Tracking #         Description
 // ---------  -------------------  -------------      ----------------------
 // 21JUN2009  James Shen                 	          Initial Creation
 ////////////////////////////////////////////////////////////////////////////
 /**
  * constructor.
  * @param reader  the input stream of the map file.
  */
 public MapFeatureLayer(BinaryReader reader)
 {
     _mapFile = new MapFile.MapFile(reader);
 }
コード例 #2
0
        ////////////////////////////////////////////////////////////////////////////
        //--------------------------------- REVISIONS ------------------------------
        // Date       Name                 Tracking #         Description
        // ---------  -------------------  -------------      ----------------------
        // 21JUN2009  James Shen                              Initial Creation
        ////////////////////////////////////////////////////////////////////////////

        /**
         * constructor.
         * @param reader  the input stream of the map file.
         */
        public MapFeatureLayer(BinaryReader reader)
        {
            _mapFile = new MapFile.MapFile(reader);
        }