geometryEditor.view.MultiPath

Note

The constructor of the geometryEditor.view.MultiPath class is hidden, as this class is not intended for autonomous initialization.

View of a set of contours. The constructor is not available in the package.full (a standard set of modules). This module is loaded on demand.

Methods

Methods

Name

Returns

Description

getEdgePlacemarks()

GeoObjectCollection

Returns a collection of interim placemarks of child contour views.

getPathViews()

geometryEditor.view.Path[]

Returns an array of views of child contours.

getVertexPlacemarks()

GeoObjectCollection

Returns a collection of vertex placemarks of child contour views.

Methods details

getEdgePlacemarks

{GeoObjectCollection} getEdgePlacemarks()

Returns a collection of interim placemarks of child contour views.

getPathViews

{geometryEditor.view.Path[]} getPathViews()

Returns an array of views of child contours.

getVertexPlacemarks

{GeoObjectCollection} getVertexPlacemarks()

Returns a collection of vertex placemarks of child contour views.