BaseSpatialFactory Class
The base spatial factory.
Inheritance Hierarchy
System..::..Object
System.Spatial..::..BaseSpatialFactory
System.Spatial..::..GeographyFactory< (Of < ( <'T> ) > ) >
System.Spatial..::..GeometryFactory< (Of < ( <'T> ) > ) >
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class BaseSpatialFactory
'Usage
Dim instance As BaseSpatialFactory
public abstract class BaseSpatialFactory
public ref class BaseSpatialFactory abstract
[<AbstractClassAttribute>]
type BaseSpatialFactory = class end
public abstract class BaseSpatialFactory
The BaseSpatialFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddLine | Draws a point in the specified coordinate. | |
AddPos | Adds a new position to the current line figure. | |
BeginFigure | Begins drawing a figure. | |
BeginGeo | Begins geo. | |
EndFigure | Ends the figure set on the current node. | |
EndGeo | Ends the current spatial object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Finish | Finishes the current instance. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
StartRing | Starts a new polygon ring. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.