GEOS
3.5.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
include
geos
geom
prep
PreparedPoint.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 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
*
16
* Last port: geom/prep/PreparedPoint.java rev. 1.2 (JTS-1.10)
17
*
18
**********************************************************************/
19
20
#ifndef GEOS_GEOM_PREP_PREPAREDPOINT_H
21
#define GEOS_GEOM_PREP_PREPAREDPOINT_H
22
23
#include <geos/geom/prep/BasicPreparedGeometry.h>
// for inheritance
24
25
namespace
geos {
26
namespace
geom {
// geos::geom
27
namespace
prep {
// geos::geom::prep
28
36
class
PreparedPoint
:
public
BasicPreparedGeometry
37
{
38
private
:
39
protected
:
40
public
:
41
PreparedPoint
(
const
Geometry
* geom)
42
:
BasicPreparedGeometry
( geom)
43
{ }
44
51
bool
intersects
(
const
geom::Geometry
* g)
const
;
52
53
};
54
55
}
// namespace geos::geom::prep
56
}
// namespace geos::geom
57
}
// namespace geos
58
59
#endif // GEOS_GEOM_PREP_PREPAREDPOINT_H
Generated on Thu Mar 3 2016 20:56:31 for GEOS by
1.8.2