Uses of Interface
org.jorigin.geotools.renderer.GTRendererJFX
Packages that use GTRendererJFX
-
Uses of GTRendererJFX in org.jorigin.geotools
Classes in org.jorigin.geotools that implement GTRendererJFXModifier and TypeClassDescriptionclassA GeoTools map renderer that draws directly onto a JavaFXCanvasusing the JavaFXGraphicsContextAPI, with a built-in caching layer to reduce display latency during pan and zoom interactions.classA GeoTools map renderer that draws directly onto a JavaFXCanvasusing the JavaFXGraphicsContextAPI — no AWT dependency.Methods in org.jorigin.geotools that return GTRendererJFXConstructors in org.jorigin.geotools with parameters of type GTRendererJFXModifierConstructorDescriptionMapPaneJFX(org.geotools.map.MapContent content, GTRendererJFX renderer) Creates a map pane that relies on the givenrendererand immediately displays the givenmap content.