GEOS
3.8.1
include
geos
geom
GeometryComponentFilter.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2005-2006 Refractions Research Inc.
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
#ifndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
16
#define GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
17
18
#include <geos/export.h>
19
#include <geos/inline.h>
20
21
namespace
geos
{
22
namespace
geom {
// geos::geom
23
class
Geometry;
24
}
25
}
26
27
namespace
geos
{
28
namespace
geom {
// geos::geom
29
43
class
GEOS_DLL
GeometryComponentFilter
{
44
public
:
45
52
virtual
void
filter_rw
(
Geometry
* geom);
53
virtual
void
filter_ro(
const
Geometry
* geom);
54
55
virtual
bool
isDone() {
return
false
; }
56
57
virtual
58
~
GeometryComponentFilter
() {}
59
};
60
61
}
// namespace geos::geom
62
}
// namespace geos
63
64
#endif // ndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
geos
Basic namespace for all GEOS functionalities.
Definition:
IndexedNestedRingTester.h:25
geos::geom::GeometryComponentFilter
Definition:
GeometryComponentFilter.h:43
geos::geom::GeometryComponentFilter::filter_rw
virtual void filter_rw(Geometry *geom)
geos::geom::Geometry
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition:
Geometry.h:188
Generated by
1.8.18