项目作者: entera
项目描述 :
高级语言: Kotlin
项目地址: git://github.com/entera/javafx-cartographic-canvas.git
javafx-cartographic-canvas
Clone project and geodata repositories:
$ git clone https://github.com/hastebrot/javafx-cartographic-canvas
$ git clone https://github.com/hastebrot/geodata-eu-us-world
Build and run the application (Install Oracle JDK on Ubuntu 16.04):
$ cd javafx-cartographic-canvas
$ export JAVA_HOME="/usr/lib/jvm/java-8-oracle"
$ ./gradlew :projects/core:run
Guides
Tasks
Components
app.kt
:
- APP: WorkspaceApp
- VIEW: WorkspaceView
loader.kt
:
- VIEW: ShapefileListerView
- VIEW: ShapefileLoaderView
- SERVICE: ShapefileLoaderService
- MODEL: ShapefileLister
info.kt
:
- VIEW: ShapefileInfoView
- VIEW: ShapefileBoundsView
- SERVICE: ShapefileInfoService
- MODEL: ShapefileInfo
map.kt
:
- VIEW: MapCanvasView
- SERVICE: ScaleService / ViewportService
- SERVICE: RenderService
- MODEL: Scale
- MODEL: Bounds
- MODEL: Style
nav.kt
:
- SERVICE: WindowService
- SERVICE: MouseService
- cd: class diagram
- sd: sequence diagram