{"id":54947,"library":"jts","title":"JTS Topology Suite","description":"The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry.","status":"active","version":"1.13","language":"java","source_language":null,"source_url":"http://jts-topo-suite.svn.sourceforge.net/viewvc/jts-topo-suite/tags/Version_1.13/jts/","tags":["geometry","gis","topology"],"install":[{"cmd":"<dependency>\n  <groupId>com.vividsolutions</groupId>\n  <artifactId>jts</artifactId>\n  <version>1.13</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.vividsolutions:jts:1.13'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Geometry","correct":"com.vividsolutions.jts.geom.Geometry"}],"quickstart":{"code":"import com.vividsolutions.jts.geom.Geometry;\nimport com.vividsolutions.jts.io.WKTReader;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        WKTReader reader = new WKTReader();\n        Geometry geom = reader.read(\"POINT (1 2)\");\n        System.out.println(geom.toText());\n    }\n}","lang":"java","description":"Reads a geometry from Well-Known Text (WKT) and prints it."},"warnings":[{"fix":"Use org.locationtech.jts:jts-core for newer versions.","message":"JTS has been superseded by the LocationTech JTS (org.locationtech.jts).","severity":"breaking","affected_versions":">=1.14"}],"env_vars":null,"search_vec":"'2':15 'api':10 'dimension':16 'geometri':18,19 'gis':20 'jts':1,5 'linear':17 'manipul':14 'model':12 'suit':3,7 'topolog':2,6,21","created_at":"2026-06-15T09:30:28.790336+00:00","updated_at":"2026-06-15T09:30:28.790336+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://sourceforge.net/projects/jts-topo-suite","github":null,"docs":"https://appdoc.app/artifact/com.vividsolutions/jts/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}