GeographyFactory Class

The geography factory.

Inheritance Hierarchy

System..::..Object
  System.Spatial..::..GeographyFactory

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public NotInheritable Class GeographyFactory
'Usage
public static class GeographyFactory
public ref class GeographyFactory abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GeographyFactory =  class end
public final class GeographyFactory

Methods

  Name Description
Public methodStatic member Collection() () () () Creates a geography collection.
Public methodStatic member Collection(CoordinateSystem) Creates a geography collection.
Public methodStatic member LineString() () () () Creates an empty geographic line string.
Public methodStatic member LineString(CoordinateSystem) Creates an empty geographic line string.
Public methodStatic member LineString(Double, Double) Creates a geographic line string with a starting position.
Public methodStatic member LineString(CoordinateSystem, Double, Double) Creates a geographic line string with a starting position.
Public methodStatic member LineString(Double, Double, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) Creates a geographic line string with a starting position.
Public methodStatic member LineString(CoordinateSystem, Double, Double, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) Creates a geographic line string with a starting position.
Public methodStatic member MultiLineString() () () () Creates a geographic multi-line string.
Public methodStatic member MultiLineString(CoordinateSystem) Creates a geographic multi-line string.
Public methodStatic member MultiPoint() () () () Creates a geographic multipoint.
Public methodStatic member MultiPoint(CoordinateSystem) Creates a geographic multipoint.
Public methodStatic member MultiPolygon() () () () Creates a geographic multipolygon.
Public methodStatic member MultiPolygon(CoordinateSystem) Creates a geographic multipolygon.
Public methodStatic member Point() () () () Creates a factory with an empty geographic point.
Public methodStatic member Point(CoordinateSystem) Create a factory with an empty Geographic Point
Public methodStatic member Point(Double, Double) Creates a geographic point.
Public methodStatic member Point(CoordinateSystem, Double, Double) Creates a geographic point.
Public methodStatic member Point(Double, Double, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) Creates a geographic point.
Public methodStatic member Point(CoordinateSystem, Double, Double, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) Creates a geographic point.
Public methodStatic member Polygon() () () () Creates a geographic polygon.
Public methodStatic member Polygon(CoordinateSystem) Creates a geographic polygon.

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