PointBatchPrimitive Methods |
The PointBatchPrimitive type exposes the following members.
Name | Description | |
---|---|---|
Dispose | (Inherited from Primitive.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Set(IEnumerableCartesian) |
Defines the positions of points in a point batch. The points are rendered in the primitive's
ReferenceFrame.
| |
Set(IEnumerableCartesian, IEnumerableColor) |
Defines the positions and colors of points in a point batch. The points are rendered in the primitive's
ReferenceFrame.
| |
Set(IEnumerableCartesian, IEnumerableColor, RenderPassHint) |
Defines the positions and colors of points in a point batch. The points are rendered in the primitive's
ReferenceFrame.
renderPassHint is provided for efficiency.
| |
SetCartographic(CentralBody, IEnumerableCartographic) |
For convenience. Defines the positions of points in a point batch 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.
| |
SetCartographic(CentralBody, IEnumerableCartographic, IEnumerableColor) |
For convenience. Defines the positions and colors of points in a point batch 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.
| |
SetCartographic(CentralBody, IEnumerableCartographic, IEnumerableColor, RenderPassHint) |
For convenience. Defines the positions and colors of points in a point batch 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(IEnumerableCartesian, IEnumerableInt32) |
Updates a subset of positions in a point batch.
| |
SetPartial(IEnumerableCartesian, IEnumerableColor, IEnumerableInt32) |
Updates a subset of positions and/or colors in a point batch.
| |
SetPartial(IEnumerableCartesian, IEnumerableInt32, IndicesOrderHint) |
Updates a subset of positions in a point batch.
| |
SetPartial(IEnumerableCartesian, IEnumerableColor, IEnumerableInt32, IndicesOrderHint, RenderPassHint) |
Updates a subset of positions and/or colors in a point batch.
| |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableInt32) |
For convenience. Updates a subset of positions in a point batch 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 | |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableColor, IEnumerableInt32) |
For convenience. Updates a subset of positions and/or colors in a point batch 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 | |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableInt32, IndicesOrderHint) |
For convenience. Updates a subset of positions in a point batch 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 | |
SetPartialCartographic(CentralBody, IEnumerableCartographic, IEnumerableColor, IEnumerableInt32, IndicesOrderHint, RenderPassHint) |
For convenience. Updates a subset of positions and/or colors in a point batch 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 | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |