GEOS
3.6.1
include
geos
geom
util
GeometryEditorOperation.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2001-2002 Vivid Solutions Inc.
7
* Copyright (C) 2006 Refractions Research Inc.
8
*
9
* This is free software; you can redistribute and/or modify it under
10
* the terms of the GNU Lesser General Public Licence as published
11
* by the Free Software Foundation.
12
* See the COPYING file for more information.
13
*
14
**********************************************************************/
15
16
#ifndef GEOS_GEOM_UTIL_GEOMETRYEDITOROPERATION_H
17
#define GEOS_GEOM_UTIL_GEOMETRYEDITOROPERATION_H
18
19
#include <geos/export.h>
20
21
// Forward declarations
22
namespace
geos
{
23
namespace
geom {
24
class
Geometry;
25
class
GeometryFactory;
26
}
27
}
28
29
30
namespace
geos
{
31
namespace
geom {
// geos.geom
32
namespace
util {
// geos.geom.util
33
34
38
class
GEOS_DLL
GeometryEditorOperation
{
39
40
public
:
53
virtual
Geometry
* edit(
const
Geometry
*geometry,
54
const
GeometryFactory
*factory)=0;
55
56
virtual
~
GeometryEditorOperation
() {}
57
};
58
59
}
// namespace geos.geom.util
60
}
// namespace geos.geom
61
}
// namespace geos
62
63
#endif
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
geos::geom::Geometry
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition:
Geometry.h:167
geos::geom::util::GeometryEditorOperation
Definition:
GeometryEditorOperation.h:38
geos::geom::GeometryFactory
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition:
GeometryFactory.h:67
Generated by
1.8.17