public class IMosaicDatasetProxy extends com.esri.arcgis.interop.Dispatch implements IMosaicDataset, java.io.Serializable
Description: 'Provides access to members that control a mosaic dataset.' 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, IID73b65b1d_3314_444d_a1e1_64bae578df7a
Modifier | Constructor and Description |
---|---|
|
IMosaicDatasetProxy()
For internal use only
|
|
IMosaicDatasetProxy(java.lang.Object obj) |
protected |
IMosaicDatasetProxy(java.lang.Object obj,
java.lang.String iid) |
|
IMosaicDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IMosaicDatasetProxy(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.
|
void |
applyFunction(IRasterFunction pFunction,
java.lang.Object pArguments,
java.lang.String name)
Applies a given function to this mosaic dataset on top of all existing functions.
|
void |
clearFunction()
Clears all functions appied to this mosaic dataset.
|
IFeatureClass |
getBoundary()
The associated boundary.
|
IGeometry |
getBoundaryGeometry()
The associated boundary as a geometry.
|
IFeatureClass |
getCatalog()
The catalog.
|
int |
getCatalogType()
The raster catalog type.
|
IEnumName |
getChildren()
The mosaic dataset owned tables.
|
double |
getDeviceDpi()
The device DPI.
|
ITable |
getDodgingTable()
The associated color correction table.
|
ITable |
getLevelsTable()
The associated cell size levels table.
|
ITable |
getLogTable()
The associated log table.
|
IMosaicFunction |
getMosaicFunction()
The mosaic function.
|
IMosaicFunctionArguments |
getMosaicFunctionArguments()
The mosaic function arguments.
|
ITable |
getOverviewTable()
The associated overview table.
|
ITable |
getRasterTypeTable()
The associated raster types.
|
java.lang.String |
getRelativePath()
The msoaic dataset's relative path.
|
IFeatureClass |
getSeamline()
The associated seamline table.
|
ITable |
getStereoTable()
The associated stereo table.
|
java.lang.String |
getVisibleFields()
The visible fields in a mosaic dataset
|
boolean |
isReferenced()
Indicates if this is a referenced 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 |
setDeviceDpi(double pDpi)
The device DPI.
|
void |
setLevelsTableByRef(ITable ppLevelsTable)
The associated cell size levels table.
|
void |
setLogTableByRef(ITable ppLogTable)
The associated log table.
|
void |
setOverviewTableByRef(ITable ppOverviewTable)
The associated overview table.
|
void |
setRasterTypeTableByRef(ITable ppRasterTypeTable)
The associated raster types.
|
void |
setReferenced(boolean pReferenced)
Indicates if this is a referenced mosaic dataset.
|
void |
setRelativePath(java.lang.String pPath)
The msoaic dataset's relative path.
|
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 IMosaicDatasetProxy(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 IMosaicDatasetProxy()
public IMosaicDatasetProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMosaicDatasetProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMosaicDatasetProxy(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 IFeatureClass getCatalog() throws java.io.IOException, AutomationException
getCatalog
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDeviceDpi(double pDpi) throws java.io.IOException, AutomationException
setDeviceDpi
in interface IMosaicDataset
pDpi
- The pDpi (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDeviceDpi() throws java.io.IOException, AutomationException
getDeviceDpi
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isReferenced() throws java.io.IOException, AutomationException
isReferenced
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setReferenced(boolean pReferenced) throws java.io.IOException, AutomationException
setReferenced
in interface IMosaicDataset
pReferenced
- The pReferenced (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCatalogType() throws java.io.IOException, AutomationException
getCatalogType
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getBoundary() throws java.io.IOException, AutomationException
getBoundary
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getBoundaryGeometry() throws java.io.IOException, AutomationException
getBoundaryGeometry
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getSeamline() throws java.io.IOException, AutomationException
getSeamline
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getStereoTable() throws java.io.IOException, AutomationException
getStereoTable
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getDodgingTable() throws java.io.IOException, AutomationException
getDodgingTable
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getRasterTypeTable() throws java.io.IOException, AutomationException
getRasterTypeTable
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterTypeTableByRef(ITable ppRasterTypeTable) throws java.io.IOException, AutomationException
setRasterTypeTableByRef
in interface IMosaicDataset
ppRasterTypeTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getOverviewTable() throws java.io.IOException, AutomationException
getOverviewTable
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOverviewTableByRef(ITable ppOverviewTable) throws java.io.IOException, AutomationException
setOverviewTableByRef
in interface IMosaicDataset
ppOverviewTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getLogTable() throws java.io.IOException, AutomationException
getLogTable
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLogTableByRef(ITable ppLogTable) throws java.io.IOException, AutomationException
setLogTableByRef
in interface IMosaicDataset
ppLogTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITable getLevelsTable() throws java.io.IOException, AutomationException
getLevelsTable
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLevelsTableByRef(ITable ppLevelsTable) throws java.io.IOException, AutomationException
setLevelsTableByRef
in interface IMosaicDataset
ppLevelsTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVisibleFields() throws java.io.IOException, AutomationException
getVisibleFields
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumName getChildren() throws java.io.IOException, AutomationException
getChildren
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IMosaicFunction getMosaicFunction() throws java.io.IOException, AutomationException
getMosaicFunction
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IMosaicFunctionArguments getMosaicFunctionArguments() throws java.io.IOException, AutomationException
getMosaicFunctionArguments
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void applyFunction(IRasterFunction pFunction, java.lang.Object pArguments, java.lang.String name) throws java.io.IOException, AutomationException
applyFunction
in interface IMosaicDataset
pFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)pArguments
- A reference to another Object (IUnknown) (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void clearFunction() throws java.io.IOException, AutomationException
clearFunction
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRelativePath() throws java.io.IOException, AutomationException
getRelativePath
in interface IMosaicDataset
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRelativePath(java.lang.String pPath) throws java.io.IOException, AutomationException
setRelativePath
in interface IMosaicDataset
pPath
- The pPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.