Package com.moesol.geoserver.sync.core

Examples of com.moesol.geoserver.sync.core.Sha1Value


        maxCurrentGroup++;
        continue;
      }
     
      if (i < m_sortedFeatureSha1s.size()) {
        doGroupCompleted(prefix, new Sha1Value(m_sha1.digest()), maxCurrentGroup);
        updateMaxInGroup(maxCurrentGroup);
        maxCurrentGroup = 0;
        hashOne(sha1.getValueSha1());
        maxCurrentGroup++;
        prefix.setFromSha1(versionFeatures.getBucketPrefixSha1(sha1));
      }
    }
    if (m_sortedFeatureSha1s.size() > 0) {
      doGroupCompleted(prefix, new Sha1Value(m_sha1.digest()), maxCurrentGroup);
      updateMaxInGroup(maxCurrentGroup);
      maxCurrentGroup = 0;
    }
  }
View Full Code Here

TOP

Related Classes of com.moesol.geoserver.sync.core.Sha1Value

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.