IGlobeCompression Interface

Provides access to compress and uncompress JPEG data used by ArcGlobe.

Description

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

Members

Name Description
Method EndGlobeCompression End the compression of Globe JPEG data.
Method GlobeFromJPEG UnCompress the Globe JPEG format to rgba data.
Method GlobeToJPEG Compress rgba data to Globe JPEG format.
Method InitGlobeCompression Initialize for the compression of Globe JPEG data.

IGlobeCompression.EndGlobeCompression Method

End the compression of Globe JPEG data.

Public Sub EndGlobeCompression ( _
)
public void EndGlobeCompression (
);

Description

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

IGlobeCompression.GlobeFromJPEG Method

UnCompress the Globe JPEG format to rgba data.

Public Sub GlobeFromJPEG ( _
    ByVal inputSize As Integer, _
    ByRef pSrcData As Byte&, _
    ByVal use5551 As Boolean, _
    ByRef pOutputSize As Integer, _
    ByRef pDestData As Byte& _
)
public void GlobeFromJPEG (
    int inputSize,
    ref Byte& pSrcData,
    ref bool use5551,
    ref int pOutputSize,
    ref Byte& pDestData
);

Description

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

IGlobeCompression.GlobeToJPEG Method

Compress rgba data to Globe JPEG format.

Public Sub GlobeToJPEG ( _
    ByVal inputSize As Integer, _
    ByRef pSrcData As Byte&, _
    ByVal quality As Integer, _
    ByRef pOutputSize As Integer, _
    ByRef pDestData As Byte& _
)
public void GlobeToJPEG (
    int inputSize,
    ref Byte& pSrcData,
    ref int quality,
    ref int pOutputSize,
    ref Byte& pDestData
);

Description

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

IGlobeCompression.InitGlobeCompression Method

Initialize for the compression of Globe JPEG data.

Public Sub InitGlobeCompression ( _
)
public void InitGlobeCompression (
);

Description

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

Classes that implement IGlobeCompression

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.