Inheritance diagram for MQClientInterface::BestFitLL:

Public Member Functions | |
| BestFitLL () | |
| override void | Init () |
| override bool | Equals (System.Object obj) |
| bool | Equals (BestFitLL otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (BestFitLL obj1, BestFitLL obj2) |
| static bool | operator!= (BestFitLL obj1, BestFitLL obj2) |
Properties | |
| override System.String | ClassName |
| override int | ClassID |
| virtual LatLngCollection | LatLngs |
| virtual double | ScaleAdjustmentFactor |
| virtual bool | KeepCenter |
| virtual bool | SnapToZoomLevel |
|
|
Default Constructor. |
|
|
Equals(type)
|
|
|
Equals(object)
Reimplemented from MQClientInterface::MQObject. |
|
|
Returns a hash code for this BestFitLL.
Reimplemented from MQClientInterface::MQObject. |
|
|
Initializes a BestFitLL object. Reimplemented from MQClientInterface::MapCommand. |
|
||||||||||||
|
Inequality operator |
|
||||||||||||
|
Equality operator |
|
|
Class ID property Reimplemented from MQClientInterface::MQObject. |
|
|
Class Name property Reimplemented from MQClientInterface::MQObject. |
|
|
KeepCenter property. Used to adjust the scale and center of the map. If KeepCenter is true BestFitLL will use the map center pt. specified by the mapstate object and only adjust the scale. If KeepCenter is false(default) the BestFitLL will adjust the map center point as well as the scale. |
|
|
LatLng collection property. |
|
|
ScaleAdjustmentFactor property. Used to increase the bounding rectangle enclosing the points to ensure their optimal visibility. |
|
|
SnapToZoomLevel property. If SnapToZoomLevel is true, BestFitLL will use a scale from the ZoomLevels property in the AutoMapCovSwitch object. If AutoMapCovSwitch is not in use this property has no affect. If SnapToZoomLevel is false(default), BestFitLL will adjust scale to the best scale that encompasses the area/features selected. |
1.4.1