| Class | Description |
|---|---|
| LengthIndexedLine |
Supports linear referencing along a linear
Geometry
using the length along the line as the index. |
| LengthLocationMap |
Computes the
LinearLocation for a given length
along a linear Geometry. |
| LinearGeometryBuilder |
Builds a linear geometry (
LineString or MultiLineString)
incrementally (point-by-point). |
| LinearIterator |
An iterator over the components and coordinates of a linear geometry
(
LineStrings and MultiLineStrings. |
| LinearLocation |
Represents a location along a
LineString or MultiLineString. |
| LocationIndexedLine |
Supports linear referencing
along a linear
Geometry
using LinearLocations as the index. |
Copyright © 2015. All rights reserved.