After creating the SDF FeatureSource, you can use MapGuide to query it:
http://mapguide.osgeo.net/files/mapguide/docs/webapi/d5/d10/class_mg_feature_service_7ca27aeb7ab769babccefd67d1335c34.html#7ca27aeb7ab769babccefd67d1335c34

The results of DescribeSchema() gives you all the schemas/classes supported by the SDF (yes, it may have many tables).

The MgClass item has a method called GetProperties() which will return all the avalible columns
in the SDF file, including their type.

Regards, Kenneth Skovhede, GEOGRAF A/S



sekko970 skrev:
I need to add a new layer to my map with an SDF resource and using an XML
template layer definition, but I don't know how to extract the name of
Feature Class and Geometry.

I'm using .NET WebAPI.
Could you help me?


Thanks in advance,
Fabio
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to