SpatialFactory Class
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.
Base Spatial Factory
public abstract class SpatialFactory
type SpatialFactory = class
Public MustInherit Class SpatialFactory
- Inheritance
-
SpatialFactory
- Derived
Methods
| AddLine(Double, Double, Nullable<Double>, Nullable<Double>) |
Draw a point in the specified coordinate |
| AddPos(Double, Double, Nullable<Double>, Nullable<Double>) |
Add a new position to the current line figure |
| BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) |
Begin drawing a figure |
| BeginGeo(SpatialType) |
Begin Geo |
| EndFigure() |
Ends the figure set on the current node |
| EndGeo() |
Ends the current spatial object |
| Finish() |
Finish the current instance |
| StartRing(Double, Double, Nullable<Double>, Nullable<Double>) |
Start a new polygon ring |