jar

com.geophile : geophile

Maven & Gradle

Jul 25, 2019
2 usages
17 stars

geophile · A Java implementation of spatial indexing and spatial join.

Table Of Contents

Latest Version

Download com.geophile : geophile JAR file - Latest Versions:

All Versions

Download com.geophile : geophile JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x

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 geophile-2.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.geophile.z.index

├─ com.geophile.z.index.RecordWithSpatialObject.class - [JAR]

com.geophile.z.index.sortedarray

├─ com.geophile.z.index.sortedarray.SortedArray.class - [JAR]

├─ com.geophile.z.index.sortedarray.SortedArrayCursor.class - [JAR]

com.geophile.z.spatialobject.d2

├─ com.geophile.z.spatialobject.d2.Box.class - [JAR]

├─ com.geophile.z.spatialobject.d2.Point.class - [JAR]

com.geophile.z.util

├─ com.geophile.z.util.IndexDumper.class - [JAR]

com.geophile.z.spatialobject.jts

├─ com.geophile.z.spatialobject.jts.JTS.class - [JAR]

├─ com.geophile.z.spatialobject.jts.JTSPoint.class - [JAR]

├─ com.geophile.z.spatialobject.jts.JTSSpatialObject.class - [JAR]

├─ com.geophile.z.spatialobject.jts.JTSSpatialObjectWithBoundingBox.class - [JAR]

com.geophile.z.space

├─ com.geophile.z.space.ApplicationSpace.class - [JAR]

├─ com.geophile.z.space.Region.class - [JAR]

├─ com.geophile.z.space.RegionComparison.class - [JAR]

├─ com.geophile.z.space.SpaceImpl.class - [JAR]

├─ com.geophile.z.space.SpatialIndexImpl.class - [JAR]

com.geophile.z

├─ com.geophile.z.Cursor.class - [JAR]

├─ com.geophile.z.DuplicateRecordException.class - [JAR]

├─ com.geophile.z.Index.class - [JAR]

├─ com.geophile.z.Pair.class - [JAR]

├─ com.geophile.z.Record.class - [JAR]

├─ com.geophile.z.SingleCellException.class - [JAR]

├─ com.geophile.z.Space.class - [JAR]

├─ com.geophile.z.SpatialIndex.class - [JAR]

├─ com.geophile.z.SpatialJoin.class - [JAR]

├─ com.geophile.z.SpatialJoinException.class - [JAR]

├─ com.geophile.z.SpatialJoinRuntimeException.class - [JAR]

├─ com.geophile.z.SpatialObject.class - [JAR]

├─ com.geophile.z.SpatialObjectException.class - [JAR]

com.geophile.z.spatialjoin

├─ com.geophile.z.spatialjoin.DuplicateEliminatingIterator.class - [JAR]

├─ com.geophile.z.spatialjoin.SpatialJoinImpl.class - [JAR]

├─ com.geophile.z.spatialjoin.SpatialJoinInput.class - [JAR]

├─ com.geophile.z.spatialjoin.SpatialJoinIterator.class - [JAR]

├─ com.geophile.z.spatialjoin.SpatialJoinOutput.class - [JAR]

com.geophile.util

├─ com.geophile.util.MicroBenchmark.class - [JAR]

├─ com.geophile.util.Stopwatch.class - [JAR]

Advertisement