GEOS  3.13.0dev
Classes
geos::linearref Namespace Reference

Contains classes and interfaces implementing linear referencing on linear geometries. More...

Classes

class  ExtractLineByLocation
 Extracts the subline of a linear Geometry between two LinearLocations on the line. More...
 
class  LengthIndexedLine
 Supports linear referencing along a linear geom::Geometry using the length along the line as the index. More...
 
class  LengthIndexOfPoint
 Computes the length index of the point on a linear Geometry nearest a given Coordinate. More...
 
class  LengthLocationMap
 Computes the LinearLocation for a given length along a linear Geometry. More...
 
class  LinearGeometryBuilder
 Builds a linear geometry (LineString or MultiLineString) incrementally (point-by-point). More...
 
class  LinearIterator
 An iterator over the components and coordinates of a linear geometry (LineString or MultiLineString). More...
 
class  LinearLocation
 Represents a location along a LineString or MultiLineString. More...
 
class  LocationIndexedLine
 Supports linear referencing along a linear Geometry using LinearLocations as the index. More...
 
class  LocationIndexOfLine
 Determines the location of a subline along a linear Geometry. More...
 
class  LocationIndexOfPoint
 Computes the LinearLocation of the point on a linear Geometry nearest a given Coordinate. More...
 

Detailed Description

Contains classes and interfaces implementing linear referencing on linear geometries.