IGeographyProvider Interface
Provides access to the geography objects that this object constructs.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Interface IGeographyProvider
'Usage
Dim instance As IGeographyProvider
public interface IGeographyProvider
public interface class IGeographyProvider
type IGeographyProvider = interface end
public interface IGeographyProvider
The IGeographyProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConstructedGeography | Gets the geography object that was constructed most recently. |
Top
Events
Name | Description | |
---|---|---|
ProduceGeography | Fires when the provider constructs a geography object. |
Top