27 #include "../dataaccess/DataAccess.h" 28 #include "../geometry/Geometry.h" The main entry function for registering TerraLib API in a V8 environment.
void RegisterDataSetType(::v8::Local<::v8::Object > &global)
It registers the DataSetType class.
void RegisterDataSourceFactory(::v8::Local<::v8::Object > &global)
It registers the DataSourceFactory class.
void RegisterMultiPoint(::v8::Local<::v8::Object > &global)
It register the MultiPoint class.
void RegisterPoint(::v8::Local<::v8::Object > &global)
It register the Point class.
void RegisterCoord2D(::v8::Local<::v8::Object > &global)
It register the Coord2D class.
TEV8JSIEXPORT void RegisterModule(::v8::Local<::v8::Object > &global)
It register the Module class.
void RegisterDataSource(::v8::Local<::v8::Object > &global)
It registers the DataSource class.
void RegisterGeometry(::v8::Local<::v8::Object > &global)
It register a singleton for the Geometry class.
void RegisterLinearRing(::v8::Local<::v8::Object > &global)
It register the LinearRing class.
void RegisterMultiPolygon(::v8::Local<::v8::Object > &global)
It register the MultiPolygon class.
void RegisterPolygon(::v8::Local<::v8::Object > &global)
It register the Polygon class.
void RegisterMultiLineString(::v8::Local<::v8::Object > &global)
It register the MultiLineString class.
void RegisterLineString(::v8::Local<::v8::Object > &global)
It register the LineString class.
void RegisterGeometryFactory(::v8::Local<::v8::Object > &global)
It registers the GeometryFactory class.
void RegisterEnvelope(::v8::Local<::v8::Object > &global)
It register the Envelope class.
void RegisterDataSourceManager(::v8::Local<::v8::Object > &global)
It registers the GeometryFactory class.
void RegisterGeometryCollection(::v8::Local<::v8::Object > &global)
It register the GeometryCollection class.