@Deprecated public class BoundingBoxE6 extends Object implements Serializable, MapViewConstants
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR
Deprecated.
|
protected int |
mLatNorthE6
Deprecated.
|
protected int |
mLatSouthE6
Deprecated.
|
protected int |
mLonEastE6
Deprecated.
|
protected int |
mLonWestE6
Deprecated.
|
(package private) static long |
serialVersionUID
Deprecated.
|
ANIMATION_DURATION_DEFAULT, ANIMATION_DURATION_LONG, ANIMATION_DURATION_SHORT, ANIMATION_SMOOTHNESS_DEFAULT, ANIMATION_SMOOTHNESS_HIGH, ANIMATION_SMOOTHNESS_LOW, DEBUGMODE, MAXIMUM_ZOOMLEVEL, MINIMUM_ZOOMLEVEL, NOT_SET
Constructor and Description |
---|
BoundingBoxE6(double north,
double east,
double south,
double west)
Deprecated.
makes a new bounding box
|
BoundingBoxE6(int northE6,
int eastE6,
int southE6,
int westE6)
Deprecated.
a new bounding box
|
Modifier and Type | Method and Description |
---|---|
GeoPoint |
bringToBoundingBox(int aLatitudeE6,
int aLongitudeE6)
Deprecated.
|
boolean |
contains(IGeoPoint pGeoPoint)
Deprecated.
|
boolean |
contains(int aLatitudeE6,
int aLongitudeE6)
Deprecated.
|
int |
describeContents()
Deprecated.
|
static BoundingBoxE6 |
fromGeoPoints(ArrayList<? extends GeoPoint> partialPolyLine)
Deprecated.
|
GeoPoint |
getCenter()
Deprecated.
|
int |
getDiagonalLengthInMeters()
Deprecated.
|
GeoPoint |
getGeoPointOfRelativePositionWithExactGudermannInterpolation(float relX,
float relY)
Deprecated.
|
GeoPoint |
getGeoPointOfRelativePositionWithLinearInterpolation(float relX,
float relY)
Deprecated.
|
int |
getLatitudeSpanE6()
Deprecated.
|
int |
getLatNorthE6()
Deprecated.
|
int |
getLatSouthE6()
Deprecated.
|
int |
getLonEastE6()
Deprecated.
|
int |
getLongitudeSpanE6()
Deprecated.
|
int |
getLonWestE6()
Deprecated.
|
PointF |
getRelativePositionOfGeoPointInBoundingBoxWithExactGudermannInterpolation(int aLatitudeE6,
int aLongitudeE6,
PointF reuse)
Deprecated.
|
PointF |
getRelativePositionOfGeoPointInBoundingBoxWithLinearInterpolation(int aLatitude,
int aLongitude,
PointF reuse)
Deprecated.
|
BoundingBoxE6 |
increaseByScale(float pBoundingboxPaddingRelativeScale)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeToParcel(Parcel out,
int arg1)
Deprecated.
|
static final long serialVersionUID
protected final int mLatNorthE6
protected final int mLatSouthE6
protected final int mLonEastE6
protected final int mLonWestE6
public static final <any> CREATOR
public BoundingBoxE6(int northE6, int eastE6, int southE6, int westE6)
northE6
- eastE6
- southE6
- westE6
- public BoundingBoxE6(double north, double east, double south, double west)
north
- east
- south
- west
- public GeoPoint getCenter()
public int getDiagonalLengthInMeters()
public int getLatNorthE6()
public int getLatSouthE6()
public int getLonEastE6()
public int getLonWestE6()
public int getLatitudeSpanE6()
public int getLongitudeSpanE6()
public PointF getRelativePositionOfGeoPointInBoundingBoxWithLinearInterpolation(int aLatitude, int aLongitude, PointF reuse)
aLatitude
- aLongitude
- reuse
- public PointF getRelativePositionOfGeoPointInBoundingBoxWithExactGudermannInterpolation(int aLatitudeE6, int aLongitudeE6, PointF reuse)
public GeoPoint getGeoPointOfRelativePositionWithLinearInterpolation(float relX, float relY)
public GeoPoint getGeoPointOfRelativePositionWithExactGudermannInterpolation(float relX, float relY)
public BoundingBoxE6 increaseByScale(float pBoundingboxPaddingRelativeScale)
public GeoPoint bringToBoundingBox(int aLatitudeE6, int aLongitudeE6)
public static BoundingBoxE6 fromGeoPoints(ArrayList<? extends GeoPoint> partialPolyLine)
public boolean contains(IGeoPoint pGeoPoint)
public boolean contains(int aLatitudeE6, int aLongitudeE6)
public int describeContents()
public void writeToParcel(Parcel out, int arg1)