Skip to content

NicheToolkit/jts-toolkit

Repository files navigation

GitHub License Maven Central Nexus Release Nexus Snapshot Tests

Maven Central Repository

Dependent & Environment

Spring Boot 2.7.18.RELEASE
Maven 3.6.3+
JDK 1.8

Wiki Reference

Wiki Reference: https://github.com/NicheToolkit/jts-toolkit/wiki

Instructions

Maven Usages

jts-toolkit-core

  • Maven (pom.xml)
<dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>jts-toolkit-core</artifactId>
    <version>1.1.1</version>
</dependency>

jts-toolkit-utils

  • Maven (pom.xml)
<dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>jts-toolkit-utils</artifactId>
    <version>1.1.1</version>
</dependency>

Configure Properties

jackson configuration

  • prefix

nichetoolkit.jts.jackson

  • values
value type defaultValue description
enabled Boolean false the switch of auto configure with jts jackson.
  • properties
nichetoolkit.jts.jackson.enabled=true

shape configuration

  • prefix

nichetoolkit.jts.shape

  • values
value type defaultValue description
enabled Boolean false the switch of auto configure with jts shap.
space.root-path String the root file path of jts shape space.
space.cache-path String the cache file path of jts shape space.
space.shape-path String the shape file path of jts shape space.
space.zip-path String the zip file path of jts shape space.
  • properties
nichetoolkit.jts.shape.enabled=true
nichetoolkit.jts.shape.space.root-path=G:\\data\\server
nichetoolkit.jts.shape.space.cache-path=\\cache
nichetoolkit.jts.shape.space.shape-path=\\shape
nichetoolkit.jts.shape.space.zip-path=\\zip

Test Example

jts-toolkit-example

License

Apache License

Dependencies

rest-toolkit

geotools

jackson-datatype-jts

About

the java toolkit of jts widget

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages