Reads a tile from the specified extent, scales it to and stores the result in image.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Read(self, Extent:list, UserTileData:typing.Any, Image:IPictureDisp) -> bool: |
- Extent
- An array representing the extent to read a tile from. The elements should be provided in the order west longitude, south latitude, east longitude, north latitude.
- UserTileData
- Image






