TextBatchPrimitive Methods |
The TextBatchPrimitive 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(IEnumerable<Cartesian>, IEnumerable<String>) |
Defines the positions and text of strings in a text batch. The strings are rendered in the primitive's
ReferenceFrame.
|
![]() | Set(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters) |
Defines the positions, text, and optional parameters of strings in a
text batch. The strings are rendered in the primitive's
ReferenceFrame.
|
![]() | Set(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, RenderPassHint) |
Defines the positions, text, and optional parameters of strings in a
text batch. The strings are rendered in the primitive's
ReferenceFrame.
renderPassHint is provided for efficiency.
|
![]() | SetCartographic(CentralBody, IEnumerable<Cartographic>, IEnumerable<String>) |
For convenience. Defines the positions and text of strings in a text 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(IEnumerable<Cartesian>, IEnumerable<String>).
|
![]() | SetCartographic(CentralBody, IEnumerable<Cartographic>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters) |
For convenience. Defines the positions, text, and optional parameters of strings in a text 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(IEnumerable<Cartesian>, IEnumerable<String>).
|
![]() | SetCartographic(CentralBody, IEnumerable<Cartographic>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, RenderPassHint) |
For convenience. Defines the positions, text, and optional parameters of strings in a text 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(IEnumerable<Cartesian>, IEnumerable<String>).
|
![]() | SetPartial(IEnumerable<Cartesian>, IEnumerable<String>, IEnumerable<Int32>) |
Updates a subset of positions and/or text in a text batch.
|
![]() | SetPartial(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>) |
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
|
![]() | SetPartial(IEnumerable<Cartesian>, IEnumerable<String>, IEnumerable<Int32>, IndicesOrderHint) |
Updates a subset of positions and/or text in a text batch.
|
![]() | SetPartial(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>, IndicesOrderHint, RenderPassHint) |
Updates a subset of positions, text, and/or optional per-string parameters in a text batch.
|
![]() | SetPartialCartographic(CentralBody, IEnumerable<Cartographic>, IEnumerable<String>, IEnumerable<Int32>) |
For convenience. Updates a subset of positions and/or text in a text 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(IEnumerable<Cartesian>, IEnumerable<String>, IEnumerable<Int32>).
|
![]() | SetPartialCartographic(CentralBody, IEnumerable<Cartographic>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>) |
For convenience. Updates a subset of positions, text, and/or per-string parameters in a text 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(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>).
|
![]() | SetPartialCartographic(CentralBody, IEnumerable<Cartographic>, IEnumerable<String>, IEnumerable<Int32>, IndicesOrderHint) |
For convenience. Updates a subset of positions and/or text in a text 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(IEnumerable<Cartesian>, IEnumerable<String>, IEnumerable<Int32>, IndicesOrderHint).
|
![]() | SetPartialCartographic(CentralBody, IEnumerable<Cartographic>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>, IndicesOrderHint, RenderPassHint) |
For convenience. Updates a subset of positions, text, and/or per-string parameters in a text 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(IEnumerable<Cartesian>, IEnumerable<String>, TextBatchPrimitiveOptionalParameters, IEnumerable<Int32>, IndicesOrderHint, RenderPassHint).
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |