com.esri.arcgis.carto
Interface IMosaicLODInfoHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
MosaicLODInfoHelper

public interface IMosaicLODInfoHelper
extends Serializable

Provides access to members that controls a LOD helper.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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, String lODFieldName, boolean asMapScale)
          Loads LOD information from a table containing a list of scales/resolutions.
 void setSpatialReferenceByRef(ISpatialReference rhs1)
          The spatial reference.
 

Method Detail

setSpatialReferenceByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getLODInfos

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

load

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

loadFromTable

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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