Package org.geotools.geometry.iso.index

Examples of org.geotools.geometry.iso.index.ArrayListVisitor


  public List query(Envelope searchEnv) {
    /**
     * the items that are matched are the items in quads which overlap the
     * search envelope
     */
    ArrayListVisitor visitor = new ArrayListVisitor();
    query(searchEnv, visitor);
    return visitor.getItems();
  }
View Full Code Here

TOP

Related Classes of org.geotools.geometry.iso.index.ArrayListVisitor

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.