Converting wgs84 POINT into Coordinate LON, LAT -


मेरे पास wgs84 बिंदु की यह परिभाषा है:

enforce_geotype_coordinate_wgs ((ज्यामितीय टाइप (coordinate_wgs84) = 'POINT' :: पाठ) enforce_dims_coordinate_wgs84 (st_ndims (coordinate_wgs84) = 3)
enforce_srid_coordinate_wgs84 (srid (coordinate_wgs84) = (-1)) "

ऐसा लगता है:

" 0101000000315601E572722F40842D615AA089444 " / P>

मुझे पोस्टजीआईएस के कार्य को नहीं पता है जो इस बिंदु को जीडी (अक्षांश, रेखांश) [जीपीएस] समन्वय में बदल देता है।
क्या आप मेरी मदद कर सकते हैं। धन्यवाद

सरल उपयोग:

ST_X ("coordinate_wgs84") एक्स के रूप में, ST_Y ("coordinate_wgs84") वाई के रूप में।


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -