Package sil.spatialindex

Examples of sil.spatialindex.RWLock


  ArrayList m_readNodeCommands = new ArrayList();
  ArrayList m_deleteNodeCommands = new ArrayList();

  public RTree(PropertySet ps, IStorageManager sm)
  {
    m_rwLock = new RWLock();
    m_pStorageManager = sm;
    m_rootID = IStorageManager.NewPage;
    m_headerID = IStorageManager.NewPage;
    m_treeVariant = SpatialIndex.RtreeVariantRstar;
    m_fillFactor = 0.7f;
View Full Code Here

TOP

Related Classes of sil.spatialindex.RWLock

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.