DOC

org.apache.sedona : sedona-viz-2.4_2.11

Maven & Gradle

Aug 30, 2022
1.4k stars

org.apache.sedona:sedona-viz-2.4_2.11 · A cluster computing system for processing large-scale spatial data: RDD and SQL for Viz. Apache Sedona is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Table Of Contents

Latest Version

Download org.apache.sedona : sedona-viz-2.4_2.11 Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.sedona : sedona-viz-2.4_2.11 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file sedona-viz-2.4_2.11-1.2.1-incubating-javadoc.jar to sedona-viz-2.4_2.11-1.2.1-incubating-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sedona-viz-2.4_2.11-1.2.1-incubating-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sedona-viz-2.4_2.11-1.2.1-incubating-sources.jar" -d "sedona-viz-2.4_2.11-1.2.1-incubating-javadoc" -subpackages 

Advertisement