Click or drag to resize

LineString Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The LineString type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBoundingBox
Return the minimum-sized BoundingBox encapsulating all the points on this LineString.
(Overrides GeometryBoundingBox.)
Public propertyCode exampleFirstPoint
The first point of this LineString.
Public propertyCode exampleIsLoop
Returns true of this LineString forms a connected loop. A loop has at least 4 points, where the first and last points are equal.
Public propertyCode exampleItem
Gets the nth point from this LineString.
Public propertyLastPoint
The last point of this LineString.
Public propertyCode exampleLength
The number of points in this LineString.
Public propertyCode examplePoints
Gets/sets an array of LatLons.
Public propertyCode exampleReverse
Returns a LineString with the points in the opposite order to this LineString.
Public propertyCode exampleWKT
Returns this LineString in WKT string format.
(Overrides GeometryWKT.)
Public propertyCode exampleWKTWithZ
Returns this LineString in WKT string format with Z level.
Top
See Also