org.geotools.gt-main 30.3-NIVA Latest version
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>30.3-NIVA</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
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 );
Details
- NIVANorge
- October 16, 2024
- 12 dependencies
Assets
- gt-main-30.3-NIVA-sources.jar.md5
- gt-main-30.3-NIVA-sources.jar.sha1
- gt-main-30.3-NIVA-sources.jar
- gt-main-30.3-NIVA-tests.jar.md5
- gt-main-30.3-NIVA-tests.jar.sha1
- gt-main-30.3-NIVA-tests.jar
- gt-main-30.3-NIVA-javadoc.jar.md5
- gt-main-30.3-NIVA-javadoc.jar.sha1
- gt-main-30.3-NIVA-javadoc.jar
- gt-main-30.3-NIVA.jar.md5
- gt-main-30.3-NIVA.jar.sha1
- gt-main-30.3-NIVA.jar
- gt-main-30.3-NIVA.pom.md5
- gt-main-30.3-NIVA.pom.sha1
- gt-main-30.3-NIVA.pom
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0