| 373 | } |
| 374 | |
| 375 | int WktParserSem::Gcs_Epsg() { |
| 376 | int res; |
| 377 | if (isWkt1) { |
| 378 | res = ValueInt(compoundPfx + "GEOGCS.AUTHORITY"); |
| 379 | } else { |
| 380 | res = ValueInt(compoundPfx + "GEOGCRS.ID"); |
| 381 | } |
| 382 | return res; |
| 383 | } |
| 384 | |
| 385 | bool WktParserSem::HasProjection(PROJECTION_METHOD& pm) { |
| 386 | std::string key; |