Hello Martin,

thanks for your quick reply.

Setup should not be needed anymore since the configuration (connection to
> EPSG database, etc.) is now managed by Apache SIS (we can elaborate in a
> separated email if desired).
>

Setup is simply used with a Properties-Object containing the key "platform"
and the value "server", and in a shutdown method the Setup.shutdown() ist
called.

Can you share which Geotk services you are using? It would allow us to
> make a more accurate answer about whether they are still needed, the
> plan to port them to Apache SIS, etc.
>

 Currently we are using a local EPSG database as created by geotk-epsg. In
order to use this we initialize

Hints.putSystemDefault(Hints.CRS_AUTHORITY_FACTORY,
ThreadedAuthorityFactory.class)

and in turn use

CRS.getAuthorityFactory(null)

and

CRS.decode(...)

The ThreadedAuthorityFactory seems not to part of Apachse SIS, so is there
some kind alternative to this, or is completely different approach needed
here? The decode()-method seems to be replaced by forCode() in SIS, is this
right?

Thanks in advance,

Christoph

Reply via email to