com.esri.arcgis.carto
Class MosaicLODInfoHelper

java.lang.Object
  extended by com.esri.arcgis.carto.MosaicLODInfoHelper
All Implemented Interfaces:
IMosaicLODInfoHelper, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class MosaicLODInfoHelper
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IMosaicLODInfoHelper

COM Class 'MosaicLODInfoHelper'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description '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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IMosaicLODInfoHelper
IID, IID2c1d8359_c0eb_4553_9290_b5f6e2225b0a, xxDummy
 
Constructor Summary
MosaicLODInfoHelper()
          Constructs a MosaicLODInfoHelper using ArcGIS Engine.
MosaicLODInfoHelper(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MosaicLODInfoHelper theMosaicLODInfoHelper = (MosaicLODInfoHelper) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 IMosaicLODInfos getLODInfos()
          The LOD information.
 int hashCode()
          the hashcode for this object
 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 release()
          Release a MosaicLODInfoHelper.
 void setSpatialReferenceByRef(ISpatialReference rhs1)
          The spatial reference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MosaicLODInfoHelper

public MosaicLODInfoHelper()
                    throws java.io.IOException,
                           java.net.UnknownHostException
Constructs a MosaicLODInfoHelper using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

MosaicLODInfoHelper

public MosaicLODInfoHelper(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MosaicLODInfoHelper theMosaicLODInfoHelper = (MosaicLODInfoHelper) obj;

Construct a MosaicLODInfoHelper using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to MosaicLODInfoHelper.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a MosaicLODInfoHelper.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setSpatialReferenceByRef

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

Specified by:
setSpatialReferenceByRef in interface IMosaicLODInfoHelper
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

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

Specified by:
getLODInfos in interface IMosaicLODInfoHelper
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

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

Specified by:
load in interface IMosaicLODInfoHelper
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

public 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.

Specified by:
loadFromTable in interface IMosaicLODInfoHelper
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.