00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef GEOS_NODING_NODABLESEGMENTSTRING_H
00017 #define GEOS_NODING_NODABLESEGMENTSTRING_H
00018
00019 #include <geos/export.h>
00020 #include <geos/noding/SegmentString.h>
00021
00022 namespace geos {
00023 namespace geom {
00024 class Coordinate;
00025 }
00026 }
00027
00028 namespace geos {
00029 namespace noding {
00030
00037 class GEOS_DLL NodableSegmentString : public SegmentString
00038 {
00039 private:
00040 protected:
00041 public:
00042 NodableSegmentString(const void* newContext)
00043 :
00044 SegmentString( newContext )
00045 { }
00046
00053
00054 };
00055
00056 }
00057 }
00058
00059 #endif // GEOS_NODING_NODABLESEGMENTSTRING_H