Access and update geometric features in a map. More...

Detailed Description

Access and update geometric features in a map.

EXPERIMENTAL

Vectormap is an interface which provides access to geometric features in a map. A vectormap contains a set of layers, each of which can hold a set of features.

This interface attempts to adhere to the OGC standard, an open standard for representing maps.

/TODO: Add more documentation describing OGC standard.

For more information about OGC see http://opengeospatial.org/ For more information about GEOS see http://geos.refractions.net/ro/doxygen_docs/html/

#define PLAYER_VECTORMAP_REQ_GET_MAP_INFO   1
 Request/reply subtype: get vectormap meta-data. More...
 
#define PLAYER_VECTORMAP_REQ_GET_LAYER_DATA   3
 Request/reply subtype: get layer data. More...
 
#define PLAYER_VECTORMAP_REQ_WRITE_LAYER   4
 Request/reply subtype: write layer data. More...
 
typedef struct player_vectormap_feature_data player_vectormap_feature_data_t
 Vectormap feature data. More...
 
typedef struct player_vectormap_layer_info player_vectormap_layer_info_t
 Request/reply subtype: get vectormap meta-data. More...
 
typedef struct player_vectormap_layer_data player_vectormap_layer_data_t
 Vectormap data. More...
 
typedef struct player_vectormap_info player_vectormap_info_t
 Vectormap info. More...
 

Macro Definition Documentation

◆ PLAYER_VECTORMAP_REQ_GET_LAYER_DATA

#define PLAYER_VECTORMAP_REQ_GET_LAYER_DATA   3

Request/reply subtype: get layer data.

◆ PLAYER_VECTORMAP_REQ_GET_MAP_INFO

#define PLAYER_VECTORMAP_REQ_GET_MAP_INFO   1

Request/reply subtype: get vectormap meta-data.

◆ PLAYER_VECTORMAP_REQ_WRITE_LAYER

#define PLAYER_VECTORMAP_REQ_WRITE_LAYER   4

Request/reply subtype: write layer data.

Typedef Documentation

◆ player_vectormap_feature_data_t

Vectormap feature data.

◆ player_vectormap_info_t

Vectormap info.

◆ player_vectormap_layer_data_t

◆ player_vectormap_layer_info_t

Request/reply subtype: get vectormap meta-data.