//////////////////////////////////////////////////////////////////////////// //--------------------------------- 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); }