GEOS
3.8.0
include
geos
triangulate
quadedge
LocateFailureException.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2012 Excensus LLC.
7
*
8
* This is free software; you can redistribute and/or modify it under
9
* the terms of the GNU Lesser General Licence as published
10
* by the Free Software Foundation.
11
* See the COPYING file for more information.
12
*
13
**********************************************************************
14
*
15
* Last port: triangulate/quadedge/LocateFailureException.java r524
16
*
17
**********************************************************************/
18
19
#ifndef GEOS_TRIANGULATE_QUADEDGE_LOCATEFAILUREEXCEPTION_H
20
#define GEOS_TRIANGULATE_QUADEDGE_LOCATEFAILUREEXCEPTION_H
21
22
#include <string>
23
24
#include <geos/util.h>
25
26
namespace
geos
{
27
namespace
triangulate {
//geos.triangulate
28
namespace
quadedge {
//geos.triangulate.quadedge
29
30
class
GEOS_DLL LocateFailureException :
public
geos::util::GEOSException
{
31
public
:
32
LocateFailureException(std::string
const
& msg);
33
};
34
35
}
//namespace geos.triangulate.quadedge
36
}
//namespace geos.triangulate
37
}
//namespace goes
38
39
#endif //GEOS_TRIANGULATE_QUADEDGE_LOCATEFAILUREEXCEPTION_H
40
geos::util::GEOSException
Base class for all GEOS exceptions.
Definition:
GEOSException.h:64
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
Generated by
1.8.17