Static Public Member Functions | |
| static | getLatLon ($coordinates) |
| static | latDecimal2Degree ($decimal) |
| static | lonDecimal2Degree ($decimal) |
| static | makePxValue (&$value) |
| Add 'px' to a provided width/heigt value. | |
Static Private Member Functions | |
| static | degree2Decimal ($deg_coord="") |
| static | decDegree2Decimal ($deg_coord="") |
| static | convertCoord ($deg_coord="") |
Definition at line 19 of file Maps_Utils.php.
| static MapsUtils::getLatLon | ( | $ | coordinates | ) | [static] |
Definition at line 21 of file Maps_Utils.php.
References convertCoord().
Referenced by MapsBaseMap::setCentre(), and MapsBaseMap::setCoordinates().
| static MapsUtils::degree2Decimal | ( | $ | deg_coord = "" |
) | [static, private] |
| static MapsUtils::decDegree2Decimal | ( | $ | deg_coord = "" |
) | [static, private] |
| static MapsUtils::convertCoord | ( | $ | deg_coord = "" |
) | [static, private] |
Definition at line 62 of file Maps_Utils.php.
References decDegree2Decimal(), and degree2Decimal().
Referenced by getLatLon().
| static MapsUtils::latDecimal2Degree | ( | $ | decimal | ) | [static] |
Definition at line 73 of file Maps_Utils.php.
| static MapsUtils::lonDecimal2Degree | ( | $ | decimal | ) | [static] |
Definition at line 81 of file Maps_Utils.php.
| static MapsUtils::makePxValue | ( | &$ | value | ) | [static] |
Add 'px' to a provided width/heigt value.
| unknown_type | $value |
Definition at line 94 of file Maps_Utils.php.
Referenced by MapsYahooMaps::addSpecificMapHTML(), and MapsOpenLayers::addSpecificMapHTML().
1.5.6