GEOS
3.8.0
include
geos
algorithm
Length.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2018 Paul Ramsey <pramsey@cleverlephant.ca>
7
*
8
* This is free software; you can redistribute and/or modify it under
9
* the terms of the GNU Lesser General Public Licence as published
10
* by the Free Software Foundation.
11
* See the COPYING file for more information.
12
*
13
**********************************************************************
14
*
15
* Last port: algorithm/Length.java @ 2017-09-04
16
*
17
**********************************************************************/
18
19
#ifndef GEOS_ALGORITHM_LENGTH_H
20
#define GEOS_ALGORITHM_LENGTH_H
21
22
#include <geos/export.h>
23
#include <geos/geom/Coordinate.h>
24
#include <geos/geom/CoordinateSequence.h>
25
26
namespace
geos
{
27
namespace
algorithm {
// geos::algorithm
28
35
class
GEOS_DLL
Length
{
36
public
:
37
44
static
double
ofLine(
const
geom::CoordinateSequence
* ring);
45
46
};
47
48
49
}
// namespace geos::algorithm
50
}
// namespace geos
51
52
53
#endif // GEOS_ALGORITHM_LENGTH_H
geos::algorithm::Length
Definition:
Length.h:35
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
geos::geom::CoordinateSequence
The internal representation of a list of coordinates inside a Geometry.
Definition:
CoordinateSequence.h:58
Generated by
1.8.15