|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] xquery and geospatial requestKen North kennorth at sbcglobal.netFri Jun 1 13:08:20 PDT 2007
> I need to store GML feature in a database and to be able to make geospatial > request on them. > > Do we have a language (extension to xquery) to make such request on a XML > native database ? For an engine to store and retrieve geospatial data, it needs to operate with metadata for geospatial information and use something like R-tree indexing to provide query performance. Then there might be a requirement to do content-based image retrieval and support OpenGIS data types. Support for geospatial processing has matured in platforms such as Informix Spatial DataBlade, Oracle Spatial, DB2 Spatial and ESRI SDE. It would be bleeding edge for a native XML database with limited indexing capability. (B-tree indexing is adequate for alphanumeric types but not for geospatial data.) Oak Ridge National Labs has done some interesting work on indexing geospatial data. It uses a markup agent to create an XML file with properties and metadata for each satellite image. Another agent uses those XML files when analyzing the images to create feature vectors for segment clustering and index creation. You might want to look at something like the PostGIS extension for PostgreSQL. It's used for GeoServer, available with a GPL license, and supports R-tree indexing. There's also an open source product for using spatial types with Microsoft SQL Server. A client seems happy with the Java Topology Suite and GeoTools, which includes a GML parser. PostGIS http://postgres.refractions.net JTS, GeoTools http://docs.codehaus.org/display/GEOS/SpatialDBBox http://geotools.codehaus.org/Extending+The+XML+Parser
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






