jar

org.calrissian.accumulorecipes : geospatial-store

Maven & Gradle

Oct 11, 2014
38 stars

Calrissian Accumulo Recipes Geospatial Store · The Geospatial store allows events to be stored under geohashes so that they can be queried back when given rectangular geo-bounds.

Table Of Contents

Latest Version

Download org.calrissian.accumulorecipes : geospatial-store JAR file - Latest Versions:

All Versions

Download org.calrissian.accumulorecipes : geospatial-store JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.1.x
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window geospatial-store-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.calrissian.accumulorecipes.geospatialstore.impl

├─ org.calrissian.accumulorecipes.geospatialstore.impl.AccumuloGeoSpatialStore.class - [JAR]

org.calrissian.accumulorecipes.geospatialstore.support

├─ org.calrissian.accumulorecipes.geospatialstore.support.BoundingBoxFilter.class - [JAR]

├─ org.calrissian.accumulorecipes.geospatialstore.support.QuadTreeHelper.class - [JAR]

├─ org.calrissian.accumulorecipes.geospatialstore.support.QuadTreeScanRange.class - [JAR]

org.calrissian.accumulorecipes.geospatialstore

├─ org.calrissian.accumulorecipes.geospatialstore.GeoSpatialStore.class - [JAR]

org.calrissian.accumulorecipes.geospatialstore.model

├─ org.calrissian.accumulorecipes.geospatialstore.model.BoundingBox.class - [JAR]