Hi Alexander,
I don't think there is anything in the pipe for the short term. If you have
an interest in getting it integrated, please see this guide (written for
GeoServer, but valid for GeoTools as well):
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer

Regards,

Andrea Aime


==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax:     +39 0584 1660272

mob:   +39  339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it

-------------------------------------------------------

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail


On Wed, Jun 19, 2024 at 10:56 PM Alexander Janzen - con terra GmbH via
GeoTools-GT2-Users <geotools-gt2-users@lists.sourceforge.net> wrote:

> Dear all,
>
> We have been using GeoTools for many years and expect to get soon a
> requirement from the user side to support WKT2 strings.
> In my research for the current state of the WKT2 support in GeoTools I
> tried to parse an example WTK2 string like this:
>
> import org.geotools.referencing.CRS;
> // ...
> // please note the additional "R" as an indicator for WKT2 below
> String wkt = "PROJCRS[...";
> CRS.parseWKT(wkt);
>
> I got the following error: Type "PROJCRS" is unknow in this context.
>
> Afterwards I looked in the source code and found out, that
> Parser.CoordinateReferenceSystem() supports the following root nodes:
> PROJCS, GEOGCS, GEOCCS, VERT_CS, LOCAL_CS, COMPD_CS, FITTED_CS.
> Since any WKT2 root node is missing I assume that WKT2 support is not
> implemented yet.
> Then I looked in the Jira board, StackOverflow, developer and user mailing
> list on that topic, but couldn't find any hints that WKT2 support is planed
> for the future releases.
> Since I could not find a roadmap for GeoTools too I was wondering if it is
> considered to support it in the future.
>
> best regards,
> Alexander
>
> _______________________________________________
> GeoTools-GT2-Users mailing list
> GeoTools-GT2-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to