Is there anyway to print a linestring or point in geometry format in C++?e.g., I need the output in command prompt for point as "0101000000000000000000F03F0000000000000040"or for linestring as"010200000002000000000000000000F03F000000000000004000000000000000400000000000001040"
Presently I have it in ogrformate.g., OGRPoint* po = new OGRPoint(1,2)
أكثر...
Presently I have it in ogrformate.g., OGRPoint* po = new OGRPoint(1,2)
أكثر...