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
Protected method AddLine Draws a point in the specified coordinate.
Protected method AddPos Adds a new position to the current line figure.
Protected method BeginFigure Begins drawing a figure.
Protected method BeginGeo Begins geo.
Protected method EndFigure Ends the figure set on the current node.
Protected method EndGeo Ends the current spatial object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method Finish Finishes the current instance.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method StartRing Starts a new polygon ring.
Public method 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.

See Also

Reference

System.Spatial Namespace