python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I split a MultyPolygon in JTS into Polygons?
I am using JTS and I have one big Multypolygon with seperated Areas. How can I get a List of Polygons representing these seperated areas.
Thanks in Advance
Lukas
lord rufusus
Votes: 0
Answers: 1
how to draw symmetrical line to the polygon?
I have a road polygon that I need to divide in given lanes. So I get a JTS geometry of roads from shapefile and I need to create lines or basically create a geometry lines (lanes) within that polygon....
user1298426
Votes: 0
Answers: 1
Migrating com.vividsolutions.jts to org.locationtech.jts still complaining about lack of com.vividsolutions package
I'm trying to upgrade dependencies for a java application that uses com.vividsolutions.jts. I have removed all the references to this library from pom.xml and replaced them by the ones from org.locati...
mohi666
Votes: 0
Answers: 1