GEOS  3.9.1dev
LocationIndexOfLine.h
Go to the documentation of this file.
1 /**********************************************************************
2  *
3  * GEOS - Geometry Engine Open Source
4  * http://geos.osgeo.org
5  *
6  * Copyright (C) 2005-2006 Refractions Research Inc.
7  * Copyright (C) 2001-2002 Vivid Solutions Inc.
8  *
9  * This is free software; you can redistribute and/or modify it under
10  * the terms of the GNU Lesser General Public Licence as published
11  * by the Free Software Foundation.
12  * See the COPYING file for more information.
13  *
14  **********************************************************************
15  *
16  * Last port: linearref/LocationIndexOfLine.java r731
17  *
18  **********************************************************************/
19 
20 #ifndef GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
21 #define GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
22 
23 #include <geos/geom/Coordinate.h>
24 #include <geos/geom/Geometry.h>
26 
27 namespace geos {
28 namespace linearref { // geos::linearref
29 
46 private:
48 
49 public:
50 
64  static LinearLocation* indicesOf(const geom::Geometry* linearGeom, const geom::Geometry* subLine);
65 
66  LocationIndexOfLine(const geom::Geometry* linearGeom);
67 
69  LinearLocation* indicesOf(const geom::Geometry* subLine) const;
70 };
71 }
72 }
73 
74 #endif
static LinearLocation * indicesOf(const geom::Geometry *linearGeom, const geom::Geometry *subLine)
Determines the location of a subline along a linear Geometry.
LocationIndexOfLine(const geom::Geometry *linearGeom)
Determines the location of a subline along a linear Geometry.
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Represents a location along a LineString or MultiLineString.
Basic namespace for all GEOS functionalities.