This document is archived and information here might be outdated.  Recommended version.


IGlobeCompression.GlobeFromJPEG Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IG > IGlobeCompression Interface > IGlobeCompression.GlobeFromJPEG Method
ArcGIS Developer Help

IGlobeCompression.GlobeFromJPEG Method

UnCompress the Globe JPEG format to rgba data.

[Visual Basic .NET]
Public Sub GlobeFromJPEG ( _
    ByVal inputSize As Integer, _
    ByRef pSrcData As Byte&, _
    ByVal use5551 As Boolean, _
    ByRef pOutputSize As Integer, _
    ByRef pDestData As Byte& _
)
[C#]
public void GlobeFromJPEG (
    int inputSize,
    ref Byte& pSrcData,
    ref bool use5551,
    ref int pOutputSize,
    ref Byte& pDestData
);
[C++]
HRESULT GlobeFromJPEG(
  long inputSize,
  System.Byte* pSrcData,
  VARIANT_BOOL use5551,
  System.Int32* pOutputSize,
  System.Byte* pDestData
);
[C++]
Parameters
inputSize [in]

inputSize is a parameter of type long pSrcData [in]
pSrcData is a parameter of type unsigned char* use5551 [in]
use5551 is a parameter of type bool pOutputSize [out]
pOutputSize is a parameter of type long* pDestData [out]
pDestData is a parameter of type unsigned char*

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