MGDigitizePolylineObserver.onDigitizedPolyline   Go to object model Go to parent topic

Syntax

public abstract void onDigitizedPolyline(MGMap map, int npts, Vector latlon)

Description

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.

Applies To

Plug-In and Java Edition only

Parameters

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.