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

#include <PreparedLineStringDistance.h>

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

Public Member Functions

 PreparedLineStringDistance (const PreparedLineString &prep)
 
double distance (const geom::Geometry *g) const
 

Static Public Member Functions

static double distance (const PreparedLineString &prep, const geom::Geometry *geom)
 

Protected Member Functions

 PreparedLineStringDistance (const PreparedLineStringDistance &other)=delete
 
PreparedLineStringDistanceoperator= (const PreparedLineStringDistance &rhs)=delete
 

Protected Attributes

const PreparedLineStringprepLine
 

Detailed Description

Definition at line 29 of file PreparedLineStringDistance.h.

Constructor & Destructor Documentation

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

Definition at line 38 of file PreparedLineStringDistance.h.

References distance().

Here is the call graph for this function:

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

Member Function Documentation

static double geos::geom::prep::PreparedLineStringDistance::distance ( const PreparedLineString prep,
const geom::Geometry geom 
)
inlinestatic

Definition at line 32 of file PreparedLineStringDistance.h.

References distance().

Referenced by distance(), and PreparedLineStringDistance().

Here is the call graph for this function:

Here is the caller graph for this function:

double geos::geom::prep::PreparedLineStringDistance::distance ( const geom::Geometry g) const
PreparedLineStringDistance& geos::geom::prep::PreparedLineStringDistance::operator= ( const PreparedLineStringDistance rhs)
protecteddelete

Member Data Documentation

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

Definition at line 46 of file PreparedLineStringDistance.h.


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