public class ICreateMosaicDatasetParametersProxy extends com.esri.arcgis.interop.Dispatch implements ICreateMosaicDatasetParameters, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDbe94ffc7_98f4_48d0_8fad_c3f1834c768f
Modifier | Constructor and Description |
---|---|
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
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.IOException
public 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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setDefinitionGeometryByRef(IGeometry ppGeometry) throws java.io.IOException, AutomationException
setDefinitionGeometryByRef
in interface ICreateMosaicDatasetParameters
ppGeometry
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
pCellsize
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
ppLODInfos
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
pPixelType
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
pCount
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
pMinCellsizeFieldName
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
pMaxCellsizeFieldName
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
pLODFieldName
- 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 ICreateMosaicDatasetParameters
java.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 ICreateMosaicDatasetParameters
ppFIDs
- 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 ICreateMosaicDatasetParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.