STK Graphics PrimitivesSend comments on this topic.
CloudsUri Property (IAgStkGraphicsClouds)
See Also
Windows





Windows & Linux

Description

The URI of the clouds index file. A cloud index file is an ascii file that contains a time-ordered list of images that display over the globe.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CloudsUri() As String
[C#]
public string CloudsUri {get; set;}
[Managed C++]
public: __property String __gc ^ get_CloudsUri();
public: __property void set_CloudsUri( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_CloudsUri(
    BSTR * pRetVal
);
public: HRESULT put_CloudsUri(
    BSTR CloudsUri
);
[Java]
public String getCloudsUri();
public void setCloudsUri(
    String
);
[Python - STK API ]
@property
def CloudsUri(self) -> str:

@CloudsUri.setter
def CloudsUri(self, CloudsUri:str) -> None:

Remarks

A cloud file comprises a list of one or more image files that together cover the globe or the area specified by the POS file (position file). Cloud image files end in a CLD or PGM extension. To associate a POS file with a cloud file, giving you the ability to create a cloud file for a specific region, place the POS file in the same directory as the cloud file. The absence of a POS file indicates that the cloud image covers the entire globe. A cloud index file is structured as a list of one or more [Timestamp CloudImageFile] pairs. Date must be in Gregorian format in UTC, ie. 01 Nov 1992 12:00:00.00

For example, the following contents describes cloud imagery timestamped to Nov 1st, 2021:

 01 Nov 2021 12:00:00.00 Clouds.pgm 

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.