| 程序包 | 说明 |
|---|---|
| org.meteoinfo.data.mapdata.webmap | |
| org.meteoinfo.data.mapdata.webmap.bmng | |
| org.meteoinfo.global.util | |
| org.meteoinfo.layer |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
GeoPosition |
TileFactory.pixelToGeo(Point2D pixelCoordinate,
int zoom) |
Convert a pixel in the world bitmap at the specified
zoom level into a GeoPosition
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Point2D |
TileFactory.geoToPixel(GeoPosition c,
int zoomLevel) |
Convert a GeoPosition to a pixel position in the world bitmap
a the specified zoom level.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
GeoPosition |
CylindricalProjectionTileFactory.pixelToGeo(Point2D pix,
int zoom) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Point2D |
CylindricalProjectionTileFactory.geoToPixel(GeoPosition c,
int zoom) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static GeoPosition |
GeoUtil.getPosition(Point2D pixelCoordinate,
int zoom,
TileFactoryInfo info) |
|
static GeoPosition |
GeoUtil.getPositionForAddress(String[] fields) |
|
static GeoPosition |
GeoUtil.getPositionForAddress(String street,
String city,
String state) |
Convert a street address into a position.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Point2D |
GeoUtil.getBitmapCoordinate(GeoPosition c,
int zoomLevel,
TileFactoryInfo info) |
Given a position (latitude/longitude pair) and a zoom level, return
the appropriate point in pixels.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
GeoPosition |
WebMapLayer.getAddressLocation() |
|
GeoPosition |
WebMapLayer.getCenterPosition() |
A property indicating the center position of the map
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
WebMapLayer.setAddressLocation(GeoPosition pos) |
|
void |
WebMapLayer.setAddressLocation(GeoPosition pos,
int zoom) |
|
void |
WebMapLayer.setCenterPosition(GeoPosition geoPosition) |
A property indicating the center position of the map
|
Copyright © 2019. All rights reserved.