That kind of thing is not available via the data store api. You can get it from the catalog handle - if you were using a catalog. - http://docs.codehaus.org/display/GEOTDOC/Managing+DataStores+using+Repository+or+Catalog
(Near the end of the page) Wait perhaps there is a getCapabilities method on the WFSDataStore itself ... nope but the field is there. You would need to subclass to access it. Jody > Hi all, > > I am newcomer to geotools. I am trying to create a WFS client using getools > api. Based on the WFSDataStore examples I have successfully obtained the > data from a WFS. I am now trying to access the “meta-information” describing > the WFS, i.e: > > <Service> > <Name>MapServer WFS</Name> > <Title>Environment Canada - Pacific and Yukon Region - Water Quality > Monitoring Program - WFS</Title> > <Abstract>Pacific and Yukon Region's long term water quality > monitoring stations</Abstract> > ... > > Unfortunately I am able to extract this information from the data store. How > can I access it? > > Thanks > Tiago > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
