DOC

org.orbisgis : cts

Maven & Gradle

Jan 12, 2023
5 usages
47 stars

cts · Coordinate Transformation Suite (abridged CTS) is a library developed to perform coordinate transformations using well known geodetic algorithms and parameter sets. It strives to be simple, flexible and interoperable, in this order.

Table Of Contents

Latest Version

Download org.orbisgis : cts Javadoc & API Documentation - Latest Versions:

All Versions

Download org.orbisgis : cts Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file cts-1.7.0-javadoc.jar to cts-1.7.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cts-1.7.0-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 "cts-1.7.0-sources.jar" -d "cts-1.7.0-javadoc" -subpackages 

Advertisement