FDO API Reference Feature Data Objects

virtual FDO_API FdoGeometryType* FdoIGeometryCapabilities::GetGeometryTypes FdoInt32 &  length  )  [pure virtual]
 

Return the list of supported geometry types. For example, if a client wanted to know if a provider supported multi-polygons, it would call GetGeometryTypes and check if the MultiPolygon type was listed.

Parameters:
length Output the number of geometry types.
Returns:
Returns the list of geometry types

Comments or suggestions? Send us feedback.