[fdo-internals] RE: read a FeatureClass

mdelsinne mdelsinne at gmail.com
Thu Nov 3 10:45:05 EDT 2011


it's work:

IDescribeSchema cmdDescriptSchema =
conn.CreateCommand(OSGeo.FDO.Commands.CommandType.CommandType_DescribeSchema)
as IDescribeSchema;
                        
FeatureSchema myFeatureSchema = cmdDescriptSchema.Execute()[i];
ClassDefinition myFeatureClass = myFeatureSchema.Classes[i];

Thank you

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/read-FeatureClass-name-tp6959138p6959254.html
Sent from the FDO Internals mailing list archive at Nabble.com.


More information about the fdo-internals mailing list