nelsondacruzgoncalves-tomtom / intellij-geometry-plugin

show wkt in jts. During debugging, the geometry object of the monitoring variable WKT can be drawn. <em>POINT(1.234 5.678)</em> <em>LINESTRING (0 0, 10 10, 20 20)</em> <em>POLYGON ((1 1, 1 2, 4 1.25, 4 1, 1 1))</em>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intellij-geometry-plugin

show wkt in jts. During debugging, the geometry object of the monitoring variable WKT can be drawn. WKT format

POINT(1.234 5.678)     
LINESTRING (0 0, 10 10, 20 20)
POLYGON ((1 1, 1 2, 4 1.25, 4 1, 1 1))

JetBrains Plugins

Installation

Plugin Installation

  • Using IDE built-in plugin system on Windows:
    • File > Settings > Plugins > Browse repositories... > Search for "geometry" > Install Plugin
  • Using IDE built-in plugin system on MacOs:
    • Preferences > Settings > Plugins > Browse repositories... > Search for "geometry" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...

Restart IDE.

Required IntelliJ Configuration

In your project: Click Preferences -> Build, Execution, Deployment -> Compiler, Annotation Processors. Click Enable Annotation Processing

Afterwards you might need to do a complete rebuild of your project via Build -> Rebuild Project.

License

Copyright (c) 2011-2020 Michail Plushnikov. See the LICENSE file for license rights and limitations (BSD).

About

show wkt in jts. During debugging, the geometry object of the monitoring variable WKT can be drawn. <em>POINT(1.234 5.678)</em> <em>LINESTRING (0 0, 10 10, 20 20)</em> <em>POLYGON ((1 1, 1 2, 4 1.25, 4 1, 1 1))</em>


Languages

Language:Java 74.6%Language:Kotlin 25.4%