MVN

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 );

<dependency>
    <groupId>io.oss84.geotools</groupId>
    <artifactId>gt-main</artifactId>
    <version>24.2-oss84-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.oss84.geotools : gt-main to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 24.2-oss84-1

All Versions

Choose a version of io.oss84.geotools : gt-main to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.2
gt-main-24.2-oss84-1
gt-main-24.2

How to add a dependency to Maven

Add the following io.oss84.geotools : gt-main maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.oss84.geotools</groupId>
    <artifactId>gt-main</artifactId>
    <version>24.2-oss84-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.oss84.geotools : gt-main gradle dependency to your build.gradle file:

implementation 'io.oss84.geotools:gt-main:24.2-oss84-1'

Gradle Kotlin DSL: Add the following io.oss84.geotools : gt-main gradle kotlin dependency to your build.gradle.kts file:

implementation("io.oss84.geotools:gt-main:24.2-oss84-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.oss84.geotools : gt-main sbt scala dependency to your build.sbt file:

libraryDependencies += "io.oss84.geotools" % "gt-main" % "24.2-oss84-1"

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