|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicLODInfoHelper
Provides access to members that controls a LOD helper.
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 |
---|
void setSpatialReferenceByRef(ISpatialReference rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicLODInfos getLODInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void load(IDoubleArray pLODs, boolean asMapScale) throws IOException, AutomationException
pLODs
- A reference to a com.esri.arcgis.system.IDoubleArray (in)asMapScale
- The asMapScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromTable(ITable pTable, String lODFieldName, boolean asMapScale) throws IOException, AutomationException
pTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)lODFieldName
- The lODFieldName (in)asMapScale
- The asMapScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |