Package org.apache.lucene.tests.geo


package org.apache.lucene.tests.geo
Reusable geo test utilities.
  • Classes
    Class
    Description
    Abstract class to do basic tests for a geospatial impl (high level fields and queries) NOTE: This test focuses on geospatial (distance queries, polygon queries, etc) indexing and search, not any underlying storage format or encoding: it merely supplies two hooks for the encoding so that tests can be exact.
    Abstract class to do basic tests for a xy spatial impl (high level fields and queries)
    Draws shapes on the earth surface and renders using the very cool http://www.webglearth.org.
    static methods for testing geo
    generates random cartesian geometry; heavy reuse of GeoTestUtil