com.esri.arcgis.carto
Interface ITileImageInfo3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITileImageInfo3Proxy

public interface ITileImageInfo3
extends java.io.Serializable

COM Interface 'ITileImageInfo3'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that provide the tile image info.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8474afdf_3c2d_43b4_a0a2_7901e3549950
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBandCount()
          Number of bands in cache dataset.
 double getLERCError()
          Maximum error when using LERC encoding.
 void setBandCount(int pBandCount)
          Number of bands in cache dataset.
 void setLERCError(double pLercError)
          Maximum error when using LERC encoding.
 

Field Detail

IID8474afdf_3c2d_43b4_a0a2_7901e3549950

static final int IID8474afdf_3c2d_43b4_a0a2_7901e3549950
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getBandCount

int getBandCount()
                 throws java.io.IOException,
                        AutomationException
Number of bands in cache dataset.

Returns:
The pBandCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandCount

void setBandCount(int pBandCount)
                  throws java.io.IOException,
                         AutomationException
Number of bands in cache dataset.

Parameters:
pBandCount - The pBandCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLERCError

double getLERCError()
                    throws java.io.IOException,
                           AutomationException
Maximum error when using LERC encoding.

Returns:
The pLercError
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLERCError

void setLERCError(double pLercError)
                  throws java.io.IOException,
                         AutomationException
Maximum error when using LERC encoding.

Parameters:
pLercError - The pLercError (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.