public interface IProjection
Projection
class.Modifier and Type | Method and Description |
---|---|
IGeoPoint |
fromPixels(int x,
int y)
Create a new GeoPoint from pixel coordinates relative to the top-left of the MapView that
provided this PixelConverter.
|
IGeoPoint |
getNorthEast()
Get the coordinates of the most north-easterly visible point of the map.
|
IGeoPoint |
getSouthWest()
Get the coordinates of the most south-westerly visible point of the map.
|
float |
metersToEquatorPixels(float meters)
Converts a distance in meters (along the equator) to one in (horizontal) pixels at the
current zoomlevel.
|
Point |
toPixels(IGeoPoint in,
Point out)
|
Point toPixels(IGeoPoint in, Point out)
IGeoPoint
to onscreen pixel coordinates, relative to the top-left
of the MapView
that provided this Projection.in
- The latitude/longitude pair to convert.out
- A pre-existing object to use for the output; if null, a new Point will be
allocated and returned.IGeoPoint fromPixels(int x, int y)
float metersToEquatorPixels(float meters)
meters
- the distance in metersIGeoPoint getNorthEast()
IGeoPoint getSouthWest()