Home
last modified time | relevance | path

Searched refs:_WKB (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-geomet/geomet-0.3.0/geomet/
H A Dwkb.py92 _WKB = { variable
104 for wkb_map in _WKB.values()))
348 type_byte_str = _WKB[dim][geom_type]
477 point_type = _WKB[_INT_TO_DIM_LABEL.get(num_dims)]['Point']
539 poly_type = _WKB[_INT_TO_DIM_LABEL.get(num_dims)]['Polygon']
750 assert point_type == _WKB[dim]['Point']
753 assert point_type[::-1] == _WKB[dim]['Point']
792 assert ls_type == _WKB[dim]['LineString']
795 assert ls_type[::-1] == _WKB[dim]['LineString']
843 assert poly_type == _WKB[dim]['Polygon']
[all …]
/dports/graphics/mapyrus/mapyrus-1.802/userdoc/
H A Dtutorial.tex797 The \texttt{Get\_WKB} function is used to convert Oracle
804 without the \texttt{Get\_WKB} function. When reading
/dports/textproc/wv/wv-1.2.9/
H A Dwv.h3152 typedef struct _WKB { struct