vectormap

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

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

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 Documentation

#define PLAYER_VECTORMAP_REQ_GET_LAYER_DATA   3

Request/reply subtype: get layer data.

#define PLAYER_VECTORMAP_REQ_GET_MAP_INFO   1

Request/reply subtype: get vectormap meta-data.

#define PLAYER_VECTORMAP_REQ_WRITE_LAYER   4

Request/reply subtype: write layer data.


Typedef Documentation

Vectormap feature data.

Vectormap info.

Request/reply subtype: get vectormap meta-data.


Last updated 25 May 2011 21:17:00