|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IMosaicDatasetProxy
public class IMosaicDatasetProxy
Provides access to members that control a mosaic dataset.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IMosaicDatasetProxy()
|
|
IMosaicDatasetProxy(Object obj)
|
protected |
IMosaicDatasetProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
applyFunction(IRasterFunction pFunction,
Object pArguments,
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. |
String |
getRelativePath()
The msoaic dataset's relative path. |
IFeatureClass |
getSeamline()
The associated seamline table. |
ITable |
getStereoTable()
The associated stereo table. |
String |
getVisibleFields()
The visible fields in a mosaic dataset |
boolean |
isReferenced()
Indicates if this is a referenced mosaic dataset. |
void |
removeListener(String iidStr,
Object theListener)
|
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(String pPath)
The msoaic dataset's relative path. |
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 boolean noncastable
Constructor Detail |
---|
public IMosaicDatasetProxy()
public IMosaicDatasetProxy(Object obj) throws IOException
IOException
protected IMosaicDatasetProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public IFeatureClass getCatalog() throws IOException, AutomationException
getCatalog
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDeviceDpi(double pDpi) throws IOException, AutomationException
setDeviceDpi
in interface IMosaicDataset
pDpi
- The pDpi (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDeviceDpi() throws IOException, AutomationException
getDeviceDpi
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReferenced() throws IOException, AutomationException
isReferenced
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenced(boolean pReferenced) throws IOException, AutomationException
setReferenced
in interface IMosaicDataset
pReferenced
- The pReferenced (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCatalogType() throws IOException, AutomationException
getCatalogType
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getBoundary() throws IOException, AutomationException
getBoundary
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getBoundaryGeometry() throws IOException, AutomationException
getBoundaryGeometry
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getSeamline() throws IOException, AutomationException
getSeamline
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getStereoTable() throws IOException, AutomationException
getStereoTable
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getDodgingTable() throws IOException, AutomationException
getDodgingTable
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getRasterTypeTable() throws IOException, AutomationException
getRasterTypeTable
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterTypeTableByRef(ITable ppRasterTypeTable) throws IOException, AutomationException
setRasterTypeTableByRef
in interface IMosaicDataset
ppRasterTypeTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getOverviewTable() throws IOException, AutomationException
getOverviewTable
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverviewTableByRef(ITable ppOverviewTable) throws IOException, AutomationException
setOverviewTableByRef
in interface IMosaicDataset
ppOverviewTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getLogTable() throws IOException, AutomationException
getLogTable
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLogTableByRef(ITable ppLogTable) throws IOException, AutomationException
setLogTableByRef
in interface IMosaicDataset
ppLogTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getLevelsTable() throws IOException, AutomationException
getLevelsTable
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLevelsTableByRef(ITable ppLevelsTable) throws IOException, AutomationException
setLevelsTableByRef
in interface IMosaicDataset
ppLevelsTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getVisibleFields() throws IOException, AutomationException
getVisibleFields
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumName getChildren() throws IOException, AutomationException
getChildren
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicFunction getMosaicFunction() throws IOException, AutomationException
getMosaicFunction
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicFunctionArguments getMosaicFunctionArguments() throws IOException, AutomationException
getMosaicFunctionArguments
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void applyFunction(IRasterFunction pFunction, Object pArguments, String name) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearFunction() throws IOException, AutomationException
clearFunction
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRelativePath() throws IOException, AutomationException
getRelativePath
in interface IMosaicDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelativePath(String pPath) throws IOException, AutomationException
setRelativePath
in interface IMosaicDataset
pPath
- The pPath (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 |