IShapeProvider Interface

Provides access to the constructed geography or geometry.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Interface IShapeProvider _
    Inherits IGeographyProvider, IGeometryProvider
'Usage
Dim instance As IShapeProvider
public interface IShapeProvider : IGeographyProvider, 
    IGeometryProvider
public interface class IShapeProvider : IGeographyProvider, 
    IGeometryProvider
type IShapeProvider =  
    interface 
        interface IGeographyProvider 
        interface IGeometryProvider 
    end
public interface IShapeProvider extends IGeographyProvider, IGeometryProvider

The IShapeProvider type exposes the following members.

Properties

  Name Description
Public property ConstructedGeography Gets the geography object that was constructed most recently. (Inherited from IGeographyProvider.)
Public property ConstructedGeometry Gets the geometry object that was constructed most recently. (Inherited from IGeometryProvider.)

Top

Events

  Name Description
Public event ProduceGeography Fires when the provider constructs a geography object. (Inherited from IGeographyProvider.)
Public event ProduceGeometry Fires when the provider constructs a geometry object. (Inherited from IGeometryProvider.)

Top

See Also

Reference

System.Spatial Namespace