Hello all,

I'm interested in programmatically finding out information of the the
features (of a map) under the mouse. I've first used the following code
line by overriding onReportedUpdated().

       InfoTool tool = new InfoTool() {
            @Override
            public void onReporterUpdated() {
                String text = getTextReporterConnection().getText();
                System.out.println(text);
            }
        };

But, here I get a full string with all information. Yet, I would like to
individually find those feature information.

I've found this
<https://sourceforge.net/p/geotools/mailman/message/7820266/>question, in
which it is said that there's no direct API call for this. But since this
is a quite old question, I would like to know whether there's any direct
API methods to achieve this.

Thank you in advance.
-- 
regards,

*Thilina Yapa Bandara*
------------------------------------------------------------------------------
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to