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 | |
---|---|---|
ConstructedGeography | Gets the geography object that was constructed most recently. (Inherited from IGeographyProvider.) | |
ConstructedGeometry | Gets the geometry object that was constructed most recently. (Inherited from IGeometryProvider.) |
Top
Events
Name | Description | |
---|---|---|
ProduceGeography | Fires when the provider constructs a geography object. (Inherited from IGeographyProvider.) | |
ProduceGeometry | Fires when the provider constructs a geometry object. (Inherited from IGeometryProvider.) |
Top