ArcObjects Library Reference (System)  

IGlobeCompression.GlobeToJPEG Method

Compress rgba data to Globe JPEG format.

[Visual Basic .NET]
Public Sub GlobeToJPEG ( _
    ByVal inputSize As Integer, _
    ByRef pSrcData As Byte&, _
    ByVal quality As Integer, _
    ByRef pOutputSize As Integer, _
    ByRef pDestData As Byte& _
)
[C#]
public void GlobeToJPEG (
    int inputSize,
    ref Byte& pSrcData,
    ref int quality,
    ref int pOutputSize,
    ref Byte& pDestData
);
[C++]
HRESULT GlobeToJPEG(
  long inputSize,
  Byte* pSrcData,
  long quality,
  long* pOutputSize,
  Byte* pDestData
);
[C++]

Parameters

inputSize [in]   inputSize is a parameter of type long pSrcData [in]   pSrcData is a parameter of type Byte quality [in]   quality is a parameter of type long pOutputSize [out]   pOutputSize is a parameter of type long pDestData [out]   pDestData is a parameter of type Byte

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Do not use members of this interface. This is a private interface, that will be removed in future releases.

See Also

IGlobeCompression Interface