OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions
net.osmand.plus.RotatedTileBox Class Reference

List of all members.

Public Member Functions

 RotatedTileBox (float leftTileX, float topTileY, float tileWidth, float tileHeight, float rotate, int zoom)
 RotatedTileBox (RotatedTileBox r)
void set (float leftTileX, float topTileY, float tileWidth, float tileHeight, float rotate, int zoom)
float getRotateCos ()
float getRotateSin ()
int getZoom ()
float getRotate ()
float getTileHeight ()
float getTileWidth ()
float getLeftTileX ()
float getTopTileY ()
boolean containsTileBox (RotatedTileBox box)
RectF calculateLatLonBox (RectF rectF)
boolean containsPoint (float tileX, float tileY)
float getRightBottomTileX ()
float getRightBottomTileY ()

Protected Member Functions

PointF calcPointTile (float dx, float dy, PointF p)
float calcPointTileX (float dx, float dy)
float calcPointTileY (float dx, float dy)

Constructor & Destructor Documentation

net.osmand.plus.RotatedTileBox.RotatedTileBox ( float  leftTileX,
float  topTileY,
float  tileWidth,
float  tileHeight,
float  rotate,
int  zoom 
)

Member Function Documentation

PointF net.osmand.plus.RotatedTileBox.calcPointTile ( float  dx,
float  dy,
PointF  p 
) [protected]
float net.osmand.plus.RotatedTileBox.calcPointTileX ( float  dx,
float  dy 
) [protected]
float net.osmand.plus.RotatedTileBox.calcPointTileY ( float  dx,
float  dy 
) [protected]
boolean net.osmand.plus.RotatedTileBox.containsPoint ( float  tileX,
float  tileY 
)
void net.osmand.plus.RotatedTileBox.set ( float  leftTileX,
float  topTileY,
float  tileWidth,
float  tileHeight,
float  rotate,
int  zoom 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines