Méthode | Description | |
---|---|---|
ClockRangeToString ( ClockRange value ) : string |
Converts a ClockRange to the corresponding string in a CZML stream.
|
|
ClockStepToString ( ClockStep value ) : string |
Converts a ClockStep to the corresponding string in a CZML stream.
|
|
ColorBlendModeToString ( CesiumColorBlendMode value ) : string |
Converts a CesiumColorBlendMode to the corresponding string in a CZML stream.
|
|
CornerTypeToString ( CesiumCornerType value ) : string |
Converts a CesiumCornerType to the corresponding string in a CZML stream.
|
|
DownloadUriIntoDataUri ( string uri ) : string |
Downloads and converts a remote resource URI into a data URI in the form
|
|
ExtrapolationTypeToString ( CesiumExtrapolationType value ) : string |
Converts a CesiumExtrapolationType to the corresponding string in a CZML stream.
|
|
GetResourceUri ( string uri, CesiumResourceBehavior resourceBehavior ) : string |
Returns a resolved url, using the given CesiumResourceBehavior.
|
|
HeightReferenceToString ( CesiumHeightReference value ) : string |
Converts a CesiumHeightReference to the corresponding string in a CZML stream.
|
|
HorizontalOriginToString ( CesiumHorizontalOrigin value ) : string |
Converts a CesiumHorizontalOrigin to the corresponding string in a CZML stream.
|
|
ImageToDataUri ( Image image, CesiumImageFormat imageFormat ) : string |
Converts an image to a data URI in the form
|
|
ImageToDataUri ( Stream stream, CesiumImageFormat imageFormat ) : string |
Reads from a stream containing an image into a data URI in the form
|
|
InterpolationAlgorithmToString ( CesiumInterpolationAlgorithm value ) : string |
Converts a CesiumInterpolationAlgorithm to the corresponding string in a CZML stream.
|
|
LabelStyleToString ( CesiumLabelStyle value ) : string |
Converts a CesiumLabelStyle to the corresponding string in a CZML stream.
|
|
SensorVolumePortionToDisplayToString ( CesiumSensorVolumePortionToDisplay value ) : string |
Converts a CesiumSensorVolumePortionToDisplay to the corresponding string in a CZML stream.
|
|
ShadowModeToString ( CesiumShadowMode value ) : string |
Converts a CesiumShadowMode to the corresponding string in a CZML stream.
|
|
StripeOrientationToString ( CesiumStripeOrientation value ) : string |
Converts a CesiumStripeOrientation to the corresponding string in a CZML stream.
|
|
ToIso8601 ( JulianDate date, Iso8601Format format ) : string |
Converts a JulianDate to an ISO8601 date string.
|
|
ToIso8601Interval ( JulianDate start, JulianDate stop, Iso8601Format format ) : string |
Converts a TimeInterval as an ISO8601 interval string.
|
|
ToIso8601Interval ( TimeInterval interval, Iso8601Format format ) : string |
Converts a TimeInterval as an ISO8601 interval string.
|
|
VerticalOriginToString ( CesiumVerticalOrigin value ) : string |
Converts a CesiumVerticalOrigin to the corresponding string in a CZML stream.
|
Méthode | Description | |
---|---|---|
BuildDataUri ( string mimeType, Stream dataStream ) : string | ||
CesiumImageFormatToImageFormat ( CesiumImageFormat imageFormat ) : |
||
GetMimeTypeFromCesiumImageFormat ( CesiumImageFormat imageFormat ) : string |
public static ClockRangeToString ( ClockRange value ) : string | ||
value | ClockRange | The value to convert. |
Résultat | string |
public static ClockStepToString ( ClockStep value ) : string | ||
value | ClockStep | The value to convert. |
Résultat | string |
public static ColorBlendModeToString ( CesiumColorBlendMode value ) : string | ||
value | CesiumColorBlendMode | The value to convert. |
Résultat | string |
public static CornerTypeToString ( CesiumCornerType value ) : string | ||
value | CesiumCornerType | The value to convert. |
Résultat | string |
public static DownloadUriIntoDataUri ( string uri ) : string | ||
uri | string | The URI of the resource to convert. |
Résultat | string |
public static ExtrapolationTypeToString ( CesiumExtrapolationType value ) : string | ||
value | CesiumExtrapolationType | The value to convert. |
Résultat | string |
public static GetResourceUri ( string uri, CesiumResourceBehavior resourceBehavior ) : string | ||
uri | string | The url of the resource. |
resourceBehavior | CesiumResourceBehavior | A |
Résultat | string |
public static HeightReferenceToString ( CesiumHeightReference value ) : string | ||
value | CesiumHeightReference | The value to convert. |
Résultat | string |
public static HorizontalOriginToString ( CesiumHorizontalOrigin value ) : string | ||
value | CesiumHorizontalOrigin | The value to convert. |
Résultat | string |
public static ImageToDataUri ( Image image, CesiumImageFormat imageFormat ) : string | ||
image | Image | The image to convert. |
imageFormat | CesiumImageFormat | The format of the image, which controls the mime type. |
Résultat | string |
public static ImageToDataUri ( Stream stream, CesiumImageFormat imageFormat ) : string | ||
stream | Stream | The stream containing the image to encode into a data URI. |
imageFormat | CesiumImageFormat | The format of the image, which controls the mime type. |
Résultat | string |
public static InterpolationAlgorithmToString ( CesiumInterpolationAlgorithm value ) : string | ||
value | CesiumInterpolationAlgorithm | The value to convert. |
Résultat | string |
public static LabelStyleToString ( CesiumLabelStyle value ) : string | ||
value | CesiumLabelStyle | The value to convert. |
Résultat | string |
public static SensorVolumePortionToDisplayToString ( CesiumSensorVolumePortionToDisplay value ) : string | ||
value | CesiumSensorVolumePortionToDisplay | The value to convert. |
Résultat | string |
public static ShadowModeToString ( CesiumShadowMode value ) : string | ||
value | CesiumShadowMode | The value to convert. |
Résultat | string |
public static StripeOrientationToString ( CesiumStripeOrientation value ) : string | ||
value | CesiumStripeOrientation | The value to convert. |
Résultat | string |
public static ToIso8601 ( JulianDate date, Iso8601Format format ) : string | ||
date | JulianDate | The date to convert. |
format | Iso8601Format | The format to use. |
Résultat | string |
public static ToIso8601Interval ( JulianDate start, JulianDate stop, Iso8601Format format ) : string | ||
start | JulianDate | The start of the interval. |
stop | JulianDate | The end of the interval. |
format | Iso8601Format | The format to use. |
Résultat | string |
public static ToIso8601Interval ( TimeInterval interval, Iso8601Format format ) : string | ||
interval | TimeInterval | The interval to convert. |
format | Iso8601Format | The format to use. |
Résultat | string |
public static VerticalOriginToString ( CesiumVerticalOrigin value ) : string | ||
value | CesiumVerticalOrigin | The value to convert. |
Résultat | string |