Documentazione di Gambas
Application Repository
Come...
Componenti
gb
gb.args
gb.data
gb.db - Database access component
gb.dbus
gb.debug
gb.desktop
gb.eval
gb.eval.highlight
gb.form.dialog
gb.image
gb.inotify
gb.net
gb.pcre
gb.qt4
gb.qt5
gb.sdl.sound - Sound library based on SDL
gb.settings
gb.v4l
Da fare
Documentazione Sviluppatori
Documenti
Indice del linguaggio
LEGGIMI
Lessico
Licenza dello Wiki
Messaggi di errore
Panoramica del linguaggio
Registrazione
Ultime modifiche
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Geo (gb.map)
This class provide some tools to convert LatLon point into pixel position and the opposite.
Questa classe รจ statica.
Metodi statici
DecToSex
This function convert a position
Value
in decimal into a sexadecimal string value.
MapPointToPixel
Convert a
MapPoint
into a
Point
that represent a world pixel position at the given
Zoom
level.
MapPointToTile
Static Function MapPointToTile ( hMapPoint As
MapPoint
, Zoom As
Integer
) As
Point
PixelToMapPoint
Return a
MapPoint
from the given world pixel point at the given zoom.
PixelToTile
SexToDec
Convert a value in sexagesimal degrees to decimal
TileBounds
Static Function TileBounds ( X As
Integer
, y As Integer, Zoom As Integer ) As
comp/
gb.map
/MapBounds
TileToMapPoint
Return the Corner TopLeft
MapPoint
of a tile from a given
X
,
Y
position at a given
Zoom
level.