Как найти в MapInfo WGS84.PseudoMercator
- polyline
- Участник
- Сообщения: 55
- Зарегистрирован: 09 дек 2012, 16:12
- Репутация: 0
- Контактная информация:
Как найти в MapInfo WGS84.PseudoMercator
Как найти в MapInfo WGS84.PseudoMercator или EPSG:3857 ?
-
- Гуру
- Сообщения: 4231
- Зарегистрирован: 10 апр 2006, 22:34
- Репутация: -344969098
- Откуда: Париж
Re: как узнать систему координат
1. начать новую тему
2. посмотреть файл mapinfow.prj на предмет строки 3857
3. выполнить в окне mapbasic команду: и получить:
2. посмотреть файл mapinfow.prj на предмет строки 3857
3. выполнить в окне mapbasic команду:
Код: Выделить всё
print EPSGToCoordSysString$("epsg:3857")
Код: Выделить всё
CoordSys Earth Projection 10, 157, "m", 0 Bounds (-40075016.6856, -20037508.343) (40075016.6856, 20037508.343)
EPSGToCoordSysString$( ) function
Purpose
Converts a string containing a Spatial Reference System into a CoordSys clause that can be used with any MapBasic function or statement. You can call this function from the MapBasic Window in MapInfo Professional.
Syntax
EPSGToCoordSysString$( epsg_string )
epsg_string is a String describing a Spatial Reference System (SRS) for any supported coordinate systems. SRS strings are also referred to as EPSG (European Petroleum Survey Group) strings (for example, epsg:2600). For a complete list of EPSG codes used with MapInfo Professional see the MAPINFOW.PRJ file in your MapInfo Professional installation. The EPSG codes are identified by a "\p" followed by a number.
Description
The EPSGToCoordSysString$( ) is used to convert a SRS String into a CoordSys clause that can be used in any MapBasic function or statement that takes a CoordSys clause as an input.
Example
The following example sets the coordinate system of a map to Earth Projection 1, 104.
run command("Set Map " + EPSGToCoordSysString$("EPSG:4326"))
-
- Гуру
- Сообщения: 879
- Зарегистрирован: 17 июн 2010, 23:14
- Репутация: 207
- Откуда: Москва
Re: как узнать систему координат
polyline
Открыть mapinfow.prj в блокноте. Задать поиск: "\p3857". Поиск выведет к нужной строке и параметрам.
Открыть mapinfow.prj в блокноте. Задать поиск: "\p3857". Поиск выведет к нужной строке и параметрам.
-
- Интересующийся
- Сообщения: 43
- Зарегистрирован: 03 сен 2012, 19:50
- Репутация: 5
Re: Как найти в MapInfo WGS84.PseudoMercator
В диалоге выбора проекций - "Проекции мира"-> "Популярное отображения CRS [EPSG:3857]". Там же есть и проекция меркатора на WGS84.
Кто сейчас на конференции
Сейчас этот форум просматривают: нет зарегистрированных пользователей и 2 гостя