There is a tutorial in the XML "internals <https://docs.geotools.org/stable/userguide/library/xml/internal/index.html>" documentation, that covers generating bindings <https://docs.geotools.org/stable/userguide/library/xml/internal/tutorial.html#generate-the-bindings>. As described in that tutorial we made use of the Eclipse EMF tools to generate some of the models, rather than java beans, because it seemed like a good idea at the time.
Have a look at the tutorial and see what you think. -- Jody Garnett On Sat, 18 Apr 2020 at 13:43, Daniel Singh <dannybwoy2...@hotmail.com> wrote: > I’m trying to fix GEOT-6545 so that GeoTools can generate a WMTS > GetCapabilities response. > > > > I’ve got to a point where I can’t find a BasicIdentificationTypeBinding > (for ows: BasicIdentificationType). I could create one fairly easily, but > looking through > geotools\modules\extension\xsd\xsd-ows\src\main\java\org\geotools\ows\bindings, > the files seem to be auto generated, but I can’t see how. I don’t want to > mess up anything else by manually generating something that should be > autogenerated. > > > > Any advice on whether I should manually create a > BasicIdentificationTypeBinding or is there a way to autogenerate it? > > > > Dan > _______________________________________________ > GeoTools-Devel mailing list > GeoTools-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel >
_______________________________________________ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel