Polyline Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the polyline geometry.
Inheritance Hierarchy

SystemObject
  PreStormGeometryBase
    PreStormGeometry
      PreStormPolyline

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public sealed class Polyline : Geometry

The Polyline type exposes the following members.

Constructors

  NameDescription
Public methodPolyline
Initializes a new instance of the Polyline class
Top
Properties

  NameDescription
Public propertycurvePaths
The array of paths that may contain true curves.
Public propertypaths
The array of paths.
Public propertyspatialReference
The spatial reference of this geometry.
(Inherited from GeometryBase.)
Top
Methods

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

  NameDescription
Public operatorStatic member(String to Polyline)
Deserializes the JSON string into a Polyline object.
Public operatorStatic member(Polyline to String)
Returns the JSON representation of the geometry.
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 shortest distance to the 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 distance to the other polyline.
(Defined by GeometryFunctions.)
Public Extension MethodExtent
Returns the extent of this polyline.
(Defined by GeometryFunctions.)
Public Extension MethodIntersect
Returns intersection points between the two polylines.
(Defined by GeometryFunctions.)
Public Extension MethodIntersects(Polygon)Overloaded.
Determines if the polyline intersects the polygon.
(Defined by GeometryFunctions.)
Public Extension MethodIntersects(Polyline)Overloaded.
Determines if the polyline intersects the other polyline.
(Defined by GeometryFunctions.)
Public Extension MethodLength
Calculates the length of the polyline.
(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 polyline is inside the polygon.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Multipoint, Double)Overloaded.
Determines if the polyline is within the specified distance from the multipoint.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Point, Double)Overloaded.
Determines if the polyline is within the specified distance from the point.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Polygon, Double)Overloaded.
Determines if the polyline is within the specified distance from the polygon.
(Defined by GeometryFunctions.)
Public Extension MethodWithinDistance(Polyline, Double)Overloaded.
Determines if the polyline is within the specified distance from the other polyline.
(Defined by GeometryFunctions.)
Top
See Also

Reference