FDO API Reference Feature Data Objects

IGeometryCapabilitiesImp Class Reference

List of all members.

Detailed Description

The FdoIGeometryCapabilities class delineates available support for raster processing from a provider.


Public Member Functions

__property System::Int32 get_Dimensionalities ()
 Returns the supported dimensionalities which are based on the bit masks defined in the Dimensionality enum. The Z and M bits indicate if the provider supports 3d or Measure dimensions in geometry data. The XY bit should be set too.
__property NAMESPACE_OSGEO_COMMON::GeometryComponentType get_GeometryComponentTypes ()[]
 Return the list of supported component types. For example, if a client wanted to know if circular arcs were supported by a provider, it would call GetGeometryComponentTypes and check for CircularArcSegment in the returned list.
__property NAMESPACE_OSGEO_COMMON::GeometryType get_GeometryTypes ()[]
 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.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.