GeographyFactory Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Geography Factory
public static class GeographyFactory
type GeographyFactory = class
Public Class GeographyFactory
- Vererbung
-
GeographyFactory
Methoden
Collection() |
Erstellen einer Geography-Sammlung |
Collection(CoordinateSystem) |
Erstellen einer Geography-Sammlung |
LineString() |
Erstellen einer leeren Geography LineString |
LineString(CoordinateSystem) |
Erstellen einer leeren Geography LineString |
LineString(CoordinateSystem, Double, Double) |
Erstellen eines Geography LineString mit einer Startposition |
LineString(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>) |
Erstellen eines Geography LineString mit einer Startposition |
LineString(Double, Double) |
Erstellen eines Geography LineString mit einer Startposition |
LineString(Double, Double, Nullable<Double>, Nullable<Double>) |
Erstellen eines Geography LineString mit einer Startposition |
MultiLineString() |
Erstellen einer Geography MultiLineString-Instanz |
MultiLineString(CoordinateSystem) |
Erstellen einer Geography MultiLineString-Instanz |
MultiPoint() |
Erstellen eines Geography-Multipoints |
MultiPoint(CoordinateSystem) |
Erstellen eines Geography-Multipoints |
MultiPolygon() |
Erstellen eines Geography-Multipolygons |
MultiPolygon(CoordinateSystem) |
Erstellen eines Geography-Multipolygons |
Point() |
Erstellen einer Factory mit einem leeren Geography Point |
Point(CoordinateSystem) |
Erstellen einer Factory mit einem leeren Geography Point |
Point(CoordinateSystem, Double, Double) |
Erstellen eines Geography-Punkts |
Point(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>) |
Erstellen eines Geography-Punkts |
Point(Double, Double) |
Erstellen eines Geography-Punkts |
Point(Double, Double, Nullable<Double>, Nullable<Double>) |
Erstellen eines Geography-Punkts |
Polygon() |
Erstellen eines Geography-Polygons |
Polygon(CoordinateSystem) |
Erstellen eines Geography-Polygons |