Point Method (Double, Double)

Creates a geographic point.

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

Syntax

'Declaration
Public Shared Function Point ( _
    latitude As Double, _
    longitude As Double _
) As GeographyFactory(Of GeographicPoint)
'Usage
Dim latitude As Double
Dim longitude As Double
Dim returnValue As GeographyFactory(Of GeographicPoint)

returnValue = GeographyFactory.Point(latitude, _
    longitude)
public static GeographyFactory<GeographicPoint> Point(
    double latitude,
    double longitude
)
public:
static GeographyFactory<GeographicPoint^>^ Point(
    double latitude, 
    double longitude
)
static member Point : 
        latitude:float * 
        longitude:float -> GeographyFactory<GeographicPoint> 
public static function Point(
    latitude : double, 
    longitude : double
) : GeographyFactory<GeographicPoint>

Parameters

Return Value

Type: System.Spatial..::..GeographyFactory< (Of < ( <'GeographicPoint> ) > ) >
A geographic point factory.

See Also

Reference

GeographyFactory Class

Point Overload

System.Spatial Namespace