Package mapwriter.tasks

Examples of mapwriter.tasks.UpdateSurfaceChunksTask


          chunkArray[i] = null;
        }
      }
    }
   
    this.mw.executor.addTask(new UpdateSurfaceChunksTask(this.mw, chunkArray));
  }
View Full Code Here


      }
    }
  }
 
  public void forceChunks(MwChunk[] chunkArray){
    this.mw.executor.addTask(new UpdateSurfaceChunksTask(this.mw, chunkArray));
  }
View Full Code Here

TOP

Related Classes of mapwriter.tasks.UpdateSurfaceChunksTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.