CesiumResource Class |
Namespace: AGI.Foundation.Cesium
The CesiumResource type exposes the following members.
Name | Description | |
---|---|---|
CesiumResource(String, CesiumResourceBehavior) |
Initializes a new instance.
| |
CesiumResource(Uri, CesiumResourceBehavior) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
Behavior |
Gets how the resource is to be included in the document.
| |
Uri |
Gets the URI of the resource.
|
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.) | |
FromImage |
Create a CZML resource from an image loaded into memory. The image data will
be embedded in the CZML document using a data URI.
| |
FromStream(Stream, CesiumImageFormat) |
Create a CZML resource from a stream containing image data. The image data will
be embedded in the CZML document using a data URI.
| |
FromStream(Stream, String) |
Create a CZML resource from a stream. The data will
be embedded in the CZML document using a data URI.
| |
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.) |