Point Methods

PreStorm - A Data Client for ArcGIS Server REST API

The Point type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFromJson
Creates a new point from JSON.
Public methodStatic memberFromWkt
Creates a new point from well-known text (WKT).
Public methodToString
Returns the JSON representation of the geometry.
(Inherited from GeometryBase.)
Top
Extension Methods

  NameDescription
Public Extension MethodDistance(Multipoint)Overloaded.
Calculates the shortest distance to the multipoint.
(Defined by GeometryFunctions.)
Public Extension MethodDistance(Point)Overloaded.
Calculates the distance to the other point.
(Defined by GeometryFunctions.)
Public Extension MethodDistance(Polygon)Overloaded.
Calculates the shortest distance to the polygon.
(Defined by GeometryFunctions.)
Public Extension MethodDistance(Polyline)Overloaded.
Calculates the shortest distance to the polyline.
(Defined by GeometryFunctions.)
Public Extension MethodExtent
Returns the extent of this point.
(Defined by GeometryFunctions.)
Public Extension MethodToJson
Returns the JSON representation of the geometry.
(Defined by Json.)
Public Extension MethodToKml
Converts the geometry to KML.
(Defined by Kml.)
Public Extension MethodToWkt
Converts the geometry to well-known text (WKT).
(Defined by Wkt.)
Public Extension MethodWithin
Determines if the point is inside the polygon.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Multipoint, Double)Overloaded.
Determines if the point is within the specified distance from the multipoint.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Point, Double)Overloaded.
Determines if the point is within the specified distance from the other point.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Polygon, Double)Overloaded.
Determines if the point is within the specified distance from the polygon.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Polyline, Double)Overloaded.
Determines if the point is within the specified distance from the polyline.
(Defined by GeometryFunctions.)
Top
See Also

Reference