Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image must be in the image, as in a GeoTIFF.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def WriteString(self, ImageUri:str, CompressionProfile:"AgEStkGraphicsJpeg2000CompressionProfile", CompressionRate:int, Jpeg2000Uri:str, OverwriteExistingFile:bool) -> None: |
- ImageUri
- The image filename to be converted. Only file URIs are supported.
- CompressionProfile
- The compression profile.
- CompressionRate
- A higher compression rate results in smaller JPEG 2000 files. Use 1 for no compression. Valid values are 1 to 65535.
- Jpeg2000Uri
- The JPEG 2000 filename. Only file URIs are supported.
- OverwriteExistingFile
- If true and the JPEG 2000 file already exists, the file will be overwritten during the conversion.






