FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Connections::Capabilities::IGeometryCapabilitiesImp Class Reference

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Connections::Capabilities::OSGeo::FDO::Connections::Capabilities::IGeometryCapabilities.

Inheritance diagram for OSGeo::FDO::Connections::Capabilities::IGeometryCapabilitiesImp:

[legend]
List of all members.

Detailed Description

The IGeometryCapabilities 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 OSGeo::FDO::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 OSGeo::FDO::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 ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Member Function Documentation

__property System::Int32 OSGeo::FDO::Connections::Capabilities::IGeometryCapabilitiesImp::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.

Returns:
Returns the dimensionalities

__property OSGeo ::FDO ::Common ::GeometryComponentType OSGeo::FDO::Connections::Capabilities::IGeometryCapabilitiesImp::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.

Returns:
Returns the list of component types

__property OSGeo ::FDO ::Common ::GeometryType OSGeo::FDO::Connections::Capabilities::IGeometryCapabilitiesImp::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.

Returns:
Returns the list of geometry types

System::Void OSGeo::FDO::Connections::Capabilities::IGeometryCapabilitiesImp::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.


Comments or suggestions? Send us feedback.