mirror of https://github.com/CGAL/cgal
add bibtex and fix cite
This commit is contained in:
parent
6c703f7fd8
commit
1e77a29003
|
|
@ -152054,3 +152054,13 @@ pages = {179--189}
|
||||||
year={2009},
|
year={2009},
|
||||||
organization={ACM}
|
organization={ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@article{ledoux2014triangulation,
|
||||||
|
title={A triangulation-based approach to automatically repair GIS polygons},
|
||||||
|
author={Ledoux, Hugo and Ohori, Ken Arroyo and Meijers, Martijn},
|
||||||
|
journal={Computers \& Geosciences},
|
||||||
|
volume={66},
|
||||||
|
pages={121--131},
|
||||||
|
year={2014},
|
||||||
|
publisher={Elsevier}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ namespace CGAL {
|
||||||
\section SectionPolygonRepair_Introduction Introduction
|
\section SectionPolygonRepair_Introduction Introduction
|
||||||
|
|
||||||
This package implements a polygon repair method based on a constrained
|
This package implements a polygon repair method based on a constrained
|
||||||
triangulation \cgalCite{14cg}. Starting from a possibly invalid input
|
triangulation \cgalCite{ledoux2014triangulation}. Starting from a possibly invalid input
|
||||||
in the form of a polygon, polygon with holes or multipolygon with holes,
|
in the form of a polygon, polygon with holes or multipolygon with holes,
|
||||||
the method performs a constrained triangulation of the input edges, labels
|
the method performs a constrained triangulation of the input edges, labels
|
||||||
each triangle according to what it represents (exterior, polygon interior
|
each triangle according to what it represents (exterior, polygon interior
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue