VectorLayerInheritance: Layer > VectorLayer The VectorLayer class allows you to add various of shapes (Polygon, Polyline, Circle, Marker) above the map. See understanding the layers architecture Summary
addShapeaddShapeaddShape
Adds polygon to the layer. Parameters
See AlsoaddShape
Adds marker to the layer. Parameters
See AlsogetDefaultBrushStyle
Returns the default brush style of the layer. ReturnsThe default brush style of the layer. See AlsogetDefaultLineStyle
Returns the default line style of the layer. ReturnThe default line style of the layer. See AlsosetDefaultBrushStyle
Sets a default brush style to the layer. Parameters
See AlsosetDefaultLineStyle
Sets a default line style to the layer. Parameters
See Also |
Inheritance: EventListener > Layer
|
|
LineStyle getDefaultLineStyle() |
|
getDefaultBrushStyle(BrushStyle brushStyle) |
removeShape(string id) |
VectorLayer.TYPE_LOCAL_VECTOR_LAYER |
VectorLayer.TYPE_REMOTE_VECTOR_LAYER |
Inheritance: Layer > VectorLayer > LocalVectorLayer
Inheritance: Layer > VectorLayer > RemoteVectorLayer
Inheritance: Layer > LayersCollection > LayersManager
This class defines a line style.
This class defines a brush style.
Inheritance: Shape > Marker
Inheritance: Shape > Poly > Polygon
Inheritance: Shape > Poly > Polyline
Inheritance: Shape > Circle
Adds marker to the layer.