GEOS
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
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
~
GeometryComponentFilter
() {}
56
};
57
58
}
// namespace geos::geom
59
}
// namespace geos
60
61
#endif // ndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H
geos::geom::Geometry
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition:
Geometry.h:167
geos::geom::GeometryComponentFilter
Definition:
GeometryComponentFilter.h:43
Generated by
1.8.5