GEOS  3.9.1dev
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
geos::geom::prep::PreparedLineStringNearestPoints Class Reference

#include <PreparedLineStringNearestPoints.h>

Collaboration diagram for geos::geom::prep::PreparedLineStringNearestPoints:
[legend]

Public Member Functions

 PreparedLineStringNearestPoints (const PreparedLineString &prep)
 
std::unique_ptr< geom::CoordinateSequencenearestPoints (const geom::Geometry *g) const
 

Static Public Member Functions

static std::unique_ptr< geom::CoordinateSequencenearestPoints (const PreparedLineString &prep, const geom::Geometry *geom)
 

Protected Member Functions

 PreparedLineStringNearestPoints (const PreparedLineStringNearestPoints &other)=delete
 
PreparedLineStringNearestPointsoperator= (const PreparedLineStringNearestPoints &rhs)=delete
 

Protected Attributes

const PreparedLineStringprepLine
 

Detailed Description

Definition at line 27 of file PreparedLineStringNearestPoints.h.

Constructor & Destructor Documentation

geos::geom::prep::PreparedLineStringNearestPoints::PreparedLineStringNearestPoints ( const PreparedLineString prep)
inline

Definition at line 37 of file PreparedLineStringNearestPoints.h.

References nearestPoints().

Here is the call graph for this function:

geos::geom::prep::PreparedLineStringNearestPoints::PreparedLineStringNearestPoints ( const PreparedLineStringNearestPoints other)
protecteddelete

Member Function Documentation

static std::unique_ptr<geom::CoordinateSequence> geos::geom::prep::PreparedLineStringNearestPoints::nearestPoints ( const PreparedLineString prep,
const geom::Geometry geom 
)
inlinestatic

Definition at line 31 of file PreparedLineStringNearestPoints.h.

References nearestPoints().

Referenced by nearestPoints(), and PreparedLineStringNearestPoints().

Here is the call graph for this function:

Here is the caller graph for this function:

std::unique_ptr<geom::CoordinateSequence> geos::geom::prep::PreparedLineStringNearestPoints::nearestPoints ( const geom::Geometry g) const
PreparedLineStringNearestPoints& geos::geom::prep::PreparedLineStringNearestPoints::operator= ( const PreparedLineStringNearestPoints rhs)
protecteddelete

Member Data Documentation

const PreparedLineString& geos::geom::prep::PreparedLineStringNearestPoints::prepLine
protected

Definition at line 45 of file PreparedLineStringNearestPoints.h.


The documentation for this class was generated from the following file: