GeometryEditorOperation.h

00001 /**********************************************************************
00002  *
00003  * GEOS - Geometry Engine Open Source
00004  * http://geos.osgeo.org
00005  *
00006  * Copyright (C) 2001-2002 Vivid Solutions Inc.
00007  * Copyright (C) 2006 Refractions Research Inc.
00008  *
00009  * This is free software; you can redistribute and/or modify it under
00010  * the terms of the GNU Lesser General Public Licence as published
00011  * by the Free Software Foundation. 
00012  * See the COPYING file for more information.
00013  *
00014  **********************************************************************/
00015 
00016 #ifndef GEOS_GEOM_UTIL_GEOMETRYEDITOROPERATION_H
00017 #define GEOS_GEOM_UTIL_GEOMETRYEDITOROPERATION_H
00018 
00019 #include <geos/export.h>
00020 
00021 // Forward declarations
00022 namespace geos {
00023         namespace geom {
00024                 class Geometry;
00025                 class GeometryFactory;
00026         }
00027 }
00028 
00029 
00030 namespace geos {
00031 namespace geom { // geos.geom
00032 namespace util { // geos.geom.util
00033 
00034 
00038 class GEOS_DLL GeometryEditorOperation {
00039 
00040 public:
00053         virtual Geometry* edit(const Geometry *geometry,
00054                         const GeometryFactory *factory)=0;
00055 
00056         virtual ~GeometryEditorOperation() {}
00057 };
00058 
00059 } // namespace geos.geom.util
00060 } // namespace geos.geom
00061 } // namespace geos
00062 
00063 #endif

Generated on 23 Sep 2013 for GEOS by  doxygen 1.4.7