Set |
Defines the positions for a
polyline primitive. The polyline is rendered in it's Reference
Frame. |
SetCartographic |
For convenience. Defines
the positions of a polyline using Cartographic positions. Longitude
and latitude are in radians, and altitude is in meters. This is
equivalent to converting each position in positions to Cartesian
and calling Set. |
SetCartographicWithColors |
For convenience. Defines
the positions and colors of a polyline using Cartographic
positions. Longitude and latitude are in radians, and altitude is
in meters. This is equivalent to converting each position in
positions to Cartesian and calling Set. |
SetCartographicWithColorsAndHint |
For convenience. Defines
the positions and colors of a polyline using Cartographic
positions. Longitude and latitude are in radians, and altitude is
in meters. renderPassHint is provided for efficiency. This is
equivalent to converting each position in positions to Cartesian
and calling Set. |
SetPartial |
Updates a subset of
positions in a polyline. |
SetPartialCartographic |
For convenience. Updates a
subset of positions in a polyline using Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to converting each position in positions to
Cartesian and calling SetPartial |
SetPartialCartographicWithColors |
For convenience. Updates a
subset of positions and/or colors in a polyline using Cartographic
positions. Longitude and latitude are in radians, and altitude is
in meters. This is equivalent to converting each position in
positions to Cartesian and calling SetPartial |
SetPartialCartographicWithColorsIndicesOrderAndRenderPass |
For convenience. Updates a
subset of positions and/or colors in a polyline using Cartographic
positions. Longitude and latitude are in radians, and altitude is
in meters. This is equivalent to converting each position in
positions to Cartesian and calling SetPartial |
SetPartialCartographicWithIndicesOrder |
For convenience. Updates a
subset of positions in a polyline using Cartographic positions.
Longitude and latitude are in radians, and altitude is in meters.
This is equivalent to converting each position in positions to
Cartesian and calling SetPartial |
SetPartialWithColors |
Updates a subset of
positions and/or colors in a polyline. |
SetPartialWithColorsIndicesOrderAndRenderPassHint |
Updates a subset of
positions and/or colors in a polyline. |
SetPartialWithIndicesOrder |
Updates a subset of
positions in a polyline. |
SetSubset |
Defines the positions of a
polyline using a subset of input positions. |
SetSubsetCartographic |
For convenience. Defines
the positions of a polyline using a subset of input Cartographic
positions. Longitude and latitude are in radians, and altitude is
in meters. This is equivalent to converting the subset of positions
to Cartesian and calling SetSubset. |
SetWithColors |
Defines the positions and
colors of a polyline. The polyline is rendered in it's Reference
Frame. |
SetWithColorsAndHint |
Defines the positions and
colors of a polyline. The polyline is rendered in it's Reference Frame.
renderPassHint is provided for efficiency. |
SetWithSolidTriangulatorResult |
Defines the positions of a
polyline using the outline positions of the specified
solidTriangulatorResult. |
SetWithSurfaceShapesResult |
Defines the positions of a
polyline using the positions of the specified
surfaceShapesResult. |
SetWithSurfaceTriangulatorResult |
Defines the positions of a
polyline using the boundary positions of the specified
surfaceTriangulatorResult. |