GAP.h File Reference
#include <terralib/common.h>
#include <terralib/dataaccess.h>
#include <terralib/dataaccess/datasource/DataSourceFactory.h>
#include <terralib/datatype/SimpleProperty.h>
#include <terralib/geometry/GeometryProperty.h>
#include <terralib/geometry/GEOSReader.h>
#include <terralib/geometry/GEOSWriter.h>
#include <terralib/geometry/Line.h>
#include <terralib/geometry/MultiPolygon.h>
#include <terralib/memory/dataset.h>
#include <terralib/memory/datasetitem.h>
#include <terralib/sam.h>
#include <geos/geom/Coordinate.h>
#include <geos/geom/CoordinateSequence.h>
#include <geos/operation/distance/DistanceOp.h>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  GAP
 
class  GAP_inter
 
class  GAP_pt_extern
 
class  GAP_segment
 

Typedefs

typedef te::sam::kdtree::Node< te::gm::Coord2D, std::pair< int32_t, int32_t >, std::pair< int32_t, int32_t > > KD_NODE
 
typedef te::sam::kdtree::Index< KD_NODEKD_TREE
 

Enumerations

enum  Pol_OUT { Polygon_out, Line_out, Point_out, RTree_out }
 

Typedef Documentation

typedef te::sam::kdtree::Node<te::gm::Coord2D, std::pair<int32_t, int32_t>, std::pair<int32_t, int32_t> > KD_NODE

Definition at line 27 of file GAP.h.

Definition at line 28 of file GAP.h.

Enumeration Type Documentation

enum Pol_OUT
Enumerator
Polygon_out 
Line_out 
Point_out 
RTree_out 

Definition at line 30 of file GAP.h.