Hello, The table display in the tutorial uses org.geotools.swing.FeatureCollectionTableModel class (gt-swing module) which creates a column for each attribute in the feature type, plus one for feature id. It doesn't provide a mechanism to choose which columns to display - it was really only intended for tutorial use. So you could either sub-class it or (probably easier) hack it directly to add that facility.
Michael On 16 November 2012 21:37, Boided <[email protected]> wrote: > Hi, > I am displaying the features/attributes taking QueryLab as example.. > everything works fine except that i do not need to display the default > geometry and FeatureIdentifier columns. i am using Jtable. Please tell me > how to filter out these defaults columns. > > Thanks > > > > -- > View this message in context: > http://osgeo-org.1560.n6.nabble.com/Remove-the-geometry-Column-from-filter-tp5016894.html > Sent from the geotools-gt2-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > GeoTools-GT2-Users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
