java.lang.Object |
↳ |
com.microstrategy.web.app.maps.BoundingBox |
Class Overview
The bounding box object represents the rectangle object that covers the boundary of the geo object.
The bounding box values are in the Cartesian coordinate system. You cannot set latitude and longitude values to the bounding box.
The lat and lng value must be projected before using the bounding box object.
Summary
Public Constructors |
|
BoundingBox(String minX, String minY, String maxX, String maxY)
|
|
BoundingBox(double minX, double minY, double maxX, double maxY)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
BoundingBox
(String minX, String minY, String maxX, String maxY)
public
BoundingBox
(double minX, double minY, double maxX, double maxY)
Public Methods