Home
last modified time | relevance | path

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

/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_ts_c.cpp180 int WKBOutputDims; member
196 WKBOutputDims = 2; in GEOSContextHandle_HS()
901 WKBWriter w(handle->WKBOutputDims, byteOrder); in GEOSGeomToWKB_buf_r()
945 WKBWriter w(handle->WKBOutputDims, byteOrder); in GEOSGeomToHEX_buf_r()
2101 return handle->WKBOutputDims; in GEOS_getWKBOutputDims_r()
2115 const int olddims = handle->WKBOutputDims; in GEOS_setWKBOutputDims_r()
2116 handle->WKBOutputDims = newdims; in GEOS_setWKBOutputDims_r()