|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParametersProxy
public class ICreateMosaicDatasetParametersProxy
Internal use class Proxy for COM Interface 'ICreateMosaicDatasetParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control mosaic dataset creation parameters.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParameters |
|---|
IID, IIDbe94ffc7_98f4_48d0_8fad_c3f1834c768f |
| Constructor Summary | |
|---|---|
|
ICreateMosaicDatasetParametersProxy()
For internal use only |
|
ICreateMosaicDatasetParametersProxy(java.lang.Object obj)
|
protected |
ICreateMosaicDatasetParametersProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ICreateMosaicDatasetParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ICreateMosaicDatasetParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
int |
getBandCount()
The number of bands in the mosaic dataset. |
IFIDSet |
getDefinitionFIDs()
The definition selection set on the source catalog. |
IGeometry |
getDefinitionGeometry()
The definition (spatial selection) geometry on the source catalog. |
java.lang.String |
getLODFieldName()
The name of the field that contains scale values for items in the mosaic dataset. |
IMosaicLODInfos |
getLODInfos()
The levels of detail associated with the mosaic dataset. |
java.lang.String |
getMaxCellsizeFieldName()
The name of the field that contains maximum visible cell-size values for items in the mosaic dataset. |
double |
getMaximumVisibleCellsize()
The cell-size value above which no mosaicking occurs. |
java.lang.String |
getMinCellsizeFieldName()
The name of the field that contains minimum visible cell-size values for items in the mosaic dataset. |
int |
getPixelType()
The pixel-type of the mosaic dataset. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setBandCount(int pCount)
The number of bands in the mosaic dataset. |
void |
setDefinitionFIDsByRef(IFIDSet ppFIDs)
The definition selection set on the source catalog. |
void |
setDefinitionGeometryByRef(IGeometry ppGeometry)
The definition (spatial selection) geometry on the source catalog. |
void |
setLODFieldName(java.lang.String pLODFieldName)
The name of the field that contains scale values for items in the mosaic dataset. |
void |
setLODInfosByRef(IMosaicLODInfos ppLODInfos)
The levels of detail associated with the mosaic dataset. |
void |
setMaxCellsizeFieldName(java.lang.String pMaxCellsizeFieldName)
The name of the field that contains maximum visible cell-size values for items in the mosaic dataset. |
void |
setMaximumVisibleCellsize(double pCellsize)
The cell-size value above which no mosaicking occurs. |
void |
setMinCellsizeFieldName(java.lang.String pMinCellsizeFieldName)
The name of the field that contains minimum visible cell-size values for items in the mosaic dataset. |
void |
setPixelType(int pPixelType)
The pixel-type of the mosaic dataset. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ICreateMosaicDatasetParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ICreateMosaicDatasetParametersProxy()
public ICreateMosaicDatasetParametersProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ICreateMosaicDatasetParametersProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ICreateMosaicDatasetParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setDefinitionGeometryByRef(IGeometry ppGeometry)
throws java.io.IOException,
AutomationException
setDefinitionGeometryByRef in interface ICreateMosaicDatasetParametersppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getDefinitionGeometry()
throws java.io.IOException,
AutomationException
getDefinitionGeometry in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumVisibleCellsize(double pCellsize)
throws java.io.IOException,
AutomationException
setMaximumVisibleCellsize in interface ICreateMosaicDatasetParameterspCellsize - The pCellsize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumVisibleCellsize()
throws java.io.IOException,
AutomationException
getMaximumVisibleCellsize in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLODInfosByRef(IMosaicLODInfos ppLODInfos)
throws java.io.IOException,
AutomationException
setLODInfosByRef in interface ICreateMosaicDatasetParametersppLODInfos - A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMosaicLODInfos getLODInfos()
throws java.io.IOException,
AutomationException
getLODInfos in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPixelType(int pPixelType)
throws java.io.IOException,
AutomationException
setPixelType in interface ICreateMosaicDatasetParameterspPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPixelType()
throws java.io.IOException,
AutomationException
getPixelType in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBandCount(int pCount)
throws java.io.IOException,
AutomationException
setBandCount in interface ICreateMosaicDatasetParameterspCount - The pCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBandCount()
throws java.io.IOException,
AutomationException
getBandCount in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinCellsizeFieldName(java.lang.String pMinCellsizeFieldName)
throws java.io.IOException,
AutomationException
setMinCellsizeFieldName in interface ICreateMosaicDatasetParameterspMinCellsizeFieldName - The pMinCellsizeFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMinCellsizeFieldName()
throws java.io.IOException,
AutomationException
getMinCellsizeFieldName in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxCellsizeFieldName(java.lang.String pMaxCellsizeFieldName)
throws java.io.IOException,
AutomationException
setMaxCellsizeFieldName in interface ICreateMosaicDatasetParameterspMaxCellsizeFieldName - The pMaxCellsizeFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMaxCellsizeFieldName()
throws java.io.IOException,
AutomationException
getMaxCellsizeFieldName in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLODFieldName(java.lang.String pLODFieldName)
throws java.io.IOException,
AutomationException
setLODFieldName in interface ICreateMosaicDatasetParameterspLODFieldName - The pLODFieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLODFieldName()
throws java.io.IOException,
AutomationException
getLODFieldName in interface ICreateMosaicDatasetParametersjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefinitionFIDsByRef(IFIDSet ppFIDs)
throws java.io.IOException,
AutomationException
setDefinitionFIDsByRef in interface ICreateMosaicDatasetParametersppFIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFIDSet getDefinitionFIDs()
throws java.io.IOException,
AutomationException
getDefinitionFIDs in interface ICreateMosaicDatasetParametersjava.io.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 | ||||||||