IShapeProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the constructed geography or geometry.
public interface IShapeProvider : Microsoft.Spatial.IGeographyProvider, Microsoft.Spatial.IGeometryProvider
type IShapeProvider = interface
interface IGeographyProvider
interface IGeometryProvider
Public Interface IShapeProvider
Implements IGeographyProvider, IGeometryProvider
- Derived
- Implements
Properties
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) |
Events
ProduceGeography |
Fires when the provider constructs a geography object. (Inherited from IGeographyProvider) |
ProduceGeometry |
Fires when the provider constructs a geometry object. (Inherited from IGeometryProvider) |