com.esri.arcgis.carto
Interface ITileDescription2

All Superinterfaces:
ITileDescription, java.io.Serializable
All Known Implementing Classes:
ITileDescription2Proxy

public interface ITileDescription2
extends ITileDescription, java.io.Serializable

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

Description: 'Provides access to the TileDescription.' 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 IIDae7b2c94_d438_490b_bf25_df7e6adb7114
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITileDescription
IID492addb4_ae87_464a_ab78_9812cfc8d37f
 
Method Summary
 double getLERCError()
          Max error when compressing elevation tiles with LERC.
 void setLERCError(double quality)
          Max error when compressing elevation tiles with LERC.
 
Methods inherited from interface com.esri.arcgis.carto.ITileDescription
getDpi, getImageFormat, getQuality, getTileCountX, getTileCountY, getTileHeight, getTileWidth, setDpi, setImageFormat, setQuality, setTileCountX, setTileCountY, setTileHeight, setTileWidth
 

Field Detail

IIDae7b2c94_d438_490b_bf25_df7e6adb7114

static final int IIDae7b2c94_d438_490b_bf25_df7e6adb7114
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

getLERCError

double getLERCError()
                    throws java.io.IOException,
                           AutomationException
Max error when compressing elevation tiles with LERC.

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

setLERCError

void setLERCError(double quality)
                  throws java.io.IOException,
                         AutomationException
Max error when compressing elevation tiles with LERC.

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