DOC

io.oss84.geotools : gt-main

Maven & Gradle

Feb 21, 2021
13 usages
1.2k stars

Main module · The main module contains the GeoTools public interfaces that are used by other GeoTools modules (and GeoTools applications). Where possible we make use industry standard terms as provided by OGC and ISO standards. The formal GeoTools public api consists of gt-metadata, jts and the gt-main module. The main module contains the default implementations that are available provided to other GeoTools modules using our factory system. Factories are obtained from an appropriate FactoryFinder, giving applications a chance configure the factory used using the Factory Hints facilities. FilterFactory ff = CommonFactoryFinder.getFilterFactory(); Expression expr = ff.add( expression1, expression2 ); If you find yourself using implementation specific classes chances are you doing it wrong: Expression expr = new AddImpl( expression1, expressiom2 );

Table Of Contents

Latest Version

Download io.oss84.geotools : gt-main Javadoc & API Documentation - Latest Versions:

All Versions

Download io.oss84.geotools : gt-main Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
24.2

How to open Javadoc JAR file in web browser

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

Advertisement

Dependencies from Group

Feb 21, 2021
14 usages
1.2k stars
Feb 21, 2021
13 usages
1.2k stars
Feb 21, 2021
12 usages
1.2k stars
Feb 21, 2021
9 usages
1.2k stars
Feb 21, 2021
8 usages
1.2k stars

Discover Dependencies

Jun 06, 2017
7 usages
484 stars
Aug 10, 2023
80 usages
27 stars
Nov 30, 2021
72 usages
9 stars
Mar 01, 2023
76 usages
1k stars
Oct 26, 2021
8 usages
Oct 26, 2016
3 usages
Nov 23, 2018
4 usages
3 stars