Package org.openstreetmap.osmosis.replication.v0_6.impl

Examples of org.openstreetmap.osmosis.replication.v0_6.impl.ChangesetFileNameFormatter.generateFileName()


     
      // Calculate the end of the next time interval.
      nextTime = new Date(currentTime.getTime() + configuration.getIntervalLength());
     
      // Generate the filename to be retrieved from the server.
      downloadFileName = fileNameFormatter.generateFileName(currentTime, nextTime);
     
      // Download the changeset from the server.
      tmpFileList.add(downloadChangesetFile(downloadFileName, baseUrl));
     
      // Move the current time to the next interval.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.