| MGDigitizePolylineObserver.onDigitizedPolyline |
|
public abstract void onDigitizedPolyline(MGMap map, int npts, Vector latlon)
The polyline-digitizing observer method.
This method is called by when digitizePolyline in MGMap has completed its operation. MGDigitizePolylineObserver has been replaced by the interface MGDigitizePolylineObserverEx. The MGDigitizePolylineObserver interface will still work in Release 6, but you should use MGDigitizePolylineObserverEx for all future development.
Plug-In and Java Edition only
map - Specifies the MGMap instance.
npts - The number of vertices of the polyline.
latlon - A java.util.Vector object that stores a list of MGPoint objects, each of which represents a longitude-latitude pair.