Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes_ogis.cpp658 inline bool CSG_Shapes_OGIS_Converter::_WKB_Write_Point(CSG_Bytes &Bytes, CSG_Shape *pShape, int iP… in _WKB_Write_Point() function in CSG_Shapes_OGIS_Converter
692 _WKB_Write_Point(Bytes, pShape, iPoint, iPart); in _WKB_Write_Points()
697 _WKB_Write_Point(Bytes, pShape, 0, iPart); in _WKB_Write_Points()
813 case SHAPE_TYPE_Point : return( _WKB_Write_Point (Bytes, pShape, 0, 0) ); in to_WKBinary()
H A Dshapes.h1520 static bool _WKB_Write_Point (CSG_Bytes &Bytes, CSG_Shape *pShape, int iPoint, int iPart);