geometryEditor.view.Path

Note

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

Contour view. 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 that are on the contour.

getEdgeViews()

geometryEditor.view.Edge[]

Returns an array of views of interim placemarks.

getVertexPlacemarks()

GeoObjectCollection

Returns a collection of vertex placemarks that are on the contour.

getVertexViews()

geometryEditor.view.Vertex[]

Returns an array of views of child vertexes.

Methods details

getEdgePlacemarks

{GeoObjectCollection} getEdgePlacemarks()

Returns a collection of interim placemarks that are on the contour.

getEdgeViews

{geometryEditor.view.Edge[]} getEdgeViews()

Returns an array of views of interim placemarks.

getVertexPlacemarks

{GeoObjectCollection} getVertexPlacemarks()

Returns a collection of vertex placemarks that are on the contour.

getVertexViews

{geometryEditor.view.Vertex[]} getVertexViews()

Returns an array of views of child vertexes.