|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.MosaicLODInfoHelper
public class MosaicLODInfoHelper
A LOD helper.
Constructor Summary | |
---|---|
MosaicLODInfoHelper()
Constructs a MosaicLODInfoHelper using ArcGIS Engine. |
|
MosaicLODInfoHelper(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MosaicLODInfoHelper theMosaicLODInfoHelper = (MosaicLODInfoHelper) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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,
String lODFieldName,
boolean asMapScale)
Loads LOD information from a table containing a list of scales/resolutions. |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
The spatial reference. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public MosaicLODInfoHelper() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MosaicLODInfoHelper(Object obj) throws IOException
MosaicLODInfoHelper theMosaicLODInfoHelper = (MosaicLODInfoHelper) obj;
obj
to MosaicLODInfoHelper
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setSpatialReferenceByRef(ISpatialReference rhs1) throws IOException, AutomationException
setSpatialReferenceByRef
in interface IMosaicLODInfoHelper
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.public IMosaicLODInfos getLODInfos() throws IOException, AutomationException
getLODInfos
in interface IMosaicLODInfoHelper
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IDoubleArray pLODs, boolean asMapScale) throws IOException, AutomationException
load
in interface IMosaicLODInfoHelper
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.public void loadFromTable(ITable pTable, String lODFieldName, boolean asMapScale) throws IOException, AutomationException
loadFromTable
in interface IMosaicLODInfoHelper
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 |