How to extend openMap4u

openMap4u overview
There are two point where to extend the openMap4u API.

Outputable

You can develop your own custom output format, by implementing the Outputable interface.

Buildable

You can develop your own drawing plugin, by implementing the Buildable interface or extending one of the following abstract template classes

As an example we show you here some built in plugins.

org.openmap4u.plugin.builder.core package

org.openmap4u.plugin.builder.symbol package

org.openmap4u.plugin.builder.chart package