, 2024 9:02 PM
To: Phil Scadden
Cc: geotools-gt2-users@lists.sourceforge.net
Subject: Re: [Geotools-gt2-users] getting from geometry in SimpleFeature to
ESRI geometry
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless you recognize the
That's probably my fault :-) GeoJSON parsing has moved to gt-geojson-core
which along with the gt-geojson-store replaces the functionality in
gt-geojson. The plan is at some point in the future to remove gt-geoson but
currently GeoServer makes use of it (at least I think that was the problem)
and I
Are we sure GeoTools and ESRI geometry-api have the same GeoJSON in mind?
I would look at *test cases* for the GeoTools functionality. Where possible
I always try and get the docs to include example code directly from test
cases (so it is not out of date).
The geojson module is unsupported, so w
Ultimately, what I am trying to do is read some features from a geopkg using
geotools, fidding with contents of the feature and then writing the Feature to
an ESRI FeatureServer using the REST API. Along the way, I have to get the
geotools geometry converted to an ESRI Geometry class.
The ESRI