[mapguide-users] Connecting to FDO Providers in MapGuide Studio
Maciej Skorczewski
maciej.skorczewski at procad.pl
Mon Feb 26 08:18:58 EST 2007
how looks you provider.xml file?
this is my.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FeatureProviderRegistry>
<FeatureProvider>
<Name>OSGeo.WMS.3.2</Name>
<DisplayName>OSGeo FDO Provider for WMS </DisplayName>
<Description>Read access to OGC WMS-based data store. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>WMSProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.WFS.3.2</Name>
<DisplayName>OSGeo FDO Provider for WFS </DisplayName>
<Description>Read access to OGC WFS-based data store. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>WFSProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.SHP.3.2</Name>
<DisplayName>OSGeo FDO Provider for SHP </DisplayName>
<Description>Read/write access to spatial and attribute data in an
ESRI SHP file. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>ShpProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.SDF.3.2</Name>
<DisplayName>OSGeo FDO Provider for SDF </DisplayName>
<Description>Read/write access to Autodesk's spatial database
format, a file-based personal geodatabase that supports multiple
features/attributes, spatial indexing, and file-locking. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>SDFProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.ODBC.3.2</Name>
<DisplayName>OSGeo FDO Provider for ODBC </DisplayName>
<Description>Read/write access to ODBC-based data store. Supports
XYZ point features. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>ODBCProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.MySQL.3.2</Name>
<DisplayName>OSGeo FDO Provider for MySQL </DisplayName>
<Description>Read/write access to MySQL-based data store. Supports
spatial data types and spatial query operations. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>MySQLProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.Gdal.3.2</Name>
<DisplayName>OSGeo FDO Provider for Raster</DisplayName>
<Description>Read access to various raster-based file formats.
Supports georeferenced file-based raster images.</Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>GRFPProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.ArcSDE.3.2</Name>
<DisplayName>OSGeo FDO Provider for ArcSDE </DisplayName>
<Description>Read/write access to an ESRI ArcSDE-based data store,
using Oracle and SQL Server. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>ArcSDEProvider.dll</LibraryPath>
</FeatureProvider>
<FeatureProvider>
<Name>OSGeo.OGR.0.1</Name>
<DisplayName>FDO Provider for OGR </DisplayName>
<Description>Read access to various file formats. </Description>
<IsManaged>False</IsManaged>
<Version>3.2.0.0</Version>
<FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
<LibraryPath>OGRProvider.dll</LibraryPath>
</FeatureProvider>
</FeatureProviderRegistry>
More information about the mapguide-users
mailing list