com.esri.arcgis.carto
Interface IMosaicLODInfoHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMosaicLODInfoHelperProxy, MosaicLODInfoHelper

public interface IMosaicLODInfoHelper
extends java.io.Serializable

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

Description: 'Provides access to members that controls a LOD helper.' 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 IID2c1d8359_c0eb_4553_9290_b5f6e2225b0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMosaicLODInfos getLODInfos()
          The LOD information.
 void load(IDoubleArray pLODs, boolean asMapScale)
          Loads LOD information from an array of scales/resolutions.
 void loadFromTable(ITable pTable, java.lang.String lODFieldName, boolean asMapScale)
          Loads LOD information from a table containing a list of scales/resolutions.
 void setSpatialReferenceByRef(ISpatialReference rhs1)
          The spatial reference.
 

Field Detail

IID2c1d8359_c0eb_4553_9290_b5f6e2225b0a

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference rhs1)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLODInfos

IMosaicLODInfos getLODInfos()
                            throws java.io.IOException,
                                   AutomationException
The LOD information.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

void load(IDoubleArray pLODs,
          boolean asMapScale)
          throws java.io.IOException,
                 AutomationException
Loads LOD information from an array of scales/resolutions.

Parameters:
pLODs - A reference to a com.esri.arcgis.system.IDoubleArray (in)
asMapScale - The asMapScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFromTable

void loadFromTable(ITable pTable,
                   java.lang.String lODFieldName,
                   boolean asMapScale)
                   throws java.io.IOException,
                          AutomationException
Loads LOD information from a table containing a list of scales/resolutions.

Parameters:
pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
lODFieldName - The lODFieldName (in)
asMapScale - The asMapScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.