CesiumOutputStream Class |
Namespace: AGI.Foundation.Cesium
The CesiumOutputStream type exposes the following members.
Name | Description | |
---|---|---|
CesiumOutputStream(TextWriter) |
Initializes a new instance.
| |
CesiumOutputStream(TextWriter, Boolean) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
PrettyFormatting |
Gets or sets a value indicating whether or not the written data should be formatted for easy human readability.
When this property is (the default), more compact CZML is generated.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteEndObject |
Writes the end of an object.
| |
WriteEndSequence |
Writes the end of a sequence.
| |
WriteLineBreak |
When PrettyFormatting is , adds a line break in a sequence of simple values.
When PrettyFormatting is , this method does nothing.
| |
WritePropertyName |
Writes the name of a property.
| |
WriteStartObject |
Writes the start of an object.
| |
WriteStartSequence |
Writes the start of a sequence.
| |
WriteValue(Boolean) |
Writes the value of a property or element in a sequence.
| |
WriteValue(Double) |
Writes the value of a property or element in a sequence.
| |
WriteValue(Int32) |
Writes the value of a property or element in a sequence.
| |
WriteValue(Int64) |
Writes the value of a property or element in a sequence.
| |
WriteValue(String) |
Writes the value of a property or element in a sequence.
| |
WriteValue(Uri) |
Writes the value of a property or element in a sequence.
|