jar

com.thegeekyasian : geo-assist

Maven & Gradle

May 02, 2023
209 stars

Geo Assist · The Geo Assist is an API for 2D linear geometry function to store data and query spatial data.

Table Of Contents

Latest Version

Download com.thegeekyasian : geo-assist JAR file - Latest Versions:

All Versions

Download com.thegeekyasian : geo-assist JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 geo-assist-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.thegeekyasian.geoassist.core

├─ com.thegeekyasian.geoassist.core.GeoAssistException.class - [JAR]

com.thegeekyasian.geoassist.examples.kdtree

├─ com.thegeekyasian.geoassist.examples.kdtree.Search.class - [JAR]

com.thegeekyasian.geoassist.kdtree

├─ com.thegeekyasian.geoassist.kdtree.KDTree.class - [JAR]

├─ com.thegeekyasian.geoassist.kdtree.KDTreeNearestNeighbor.class - [JAR]

├─ com.thegeekyasian.geoassist.kdtree.KDTreeNode.class - [JAR]

├─ com.thegeekyasian.geoassist.kdtree.KDTreeObject.class - [JAR]

com.thegeekyasian.geoassist.kdtree.geometry

├─ com.thegeekyasian.geoassist.kdtree.geometry.BoundingBox.class - [JAR]

├─ com.thegeekyasian.geoassist.kdtree.geometry.Point.class - [JAR]

Advertisement