Polygon Splitter

The goal of this project is to take a polygon and split it into n parts having equal areas

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

de.incentergy.geometry
ArtifactId

ArtifactId

polygon-splitter
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Polygon Splitter
The goal of this project is to take a polygon and split it into n parts having equal areas
Project URL

Project URL

https://github.com/ManuelB/polysplit
Project Organization

Project Organization

Incentergy GmbH
Source Code Management

Source Code Management

https://github.com/ManuelB/polysplit.git

Download polygon-splitter

How to add to project

<!-- https://jarcasting.com/artifacts/de.incentergy.geometry/polygon-splitter/ -->
<dependency>
    <groupId>de.incentergy.geometry</groupId>
    <artifactId>polygon-splitter</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.incentergy.geometry/polygon-splitter/
implementation 'de.incentergy.geometry:polygon-splitter:1.0'
// https://jarcasting.com/artifacts/de.incentergy.geometry/polygon-splitter/
implementation ("de.incentergy.geometry:polygon-splitter:1.0")
'de.incentergy.geometry:polygon-splitter:jar:1.0'
<dependency org="de.incentergy.geometry" name="polygon-splitter" rev="1.0">
  <artifact name="polygon-splitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.incentergy.geometry', module='polygon-splitter', version='1.0')
)
libraryDependencies += "de.incentergy.geometry" % "polygon-splitter" % "1.0"
[de.incentergy.geometry/polygon-splitter "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.vividsolutions : jts jar 1.13

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0