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
(
LineString s and MultiLineString s. |
LinearLocation |
Represents a location along a
LineString or MultiLineString . |
LocationIndexedLine |
Supports linear referencing
along a linear
Geometry
using LinearLocation s as the index. |
Copyright © 2016. All rights reserved.