|
|||||||||
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.ICreateMosaicDatasetParametersProxy
public class ICreateMosaicDatasetParametersProxy
Provides access to members that control mosaic dataset creation parameters.
This interface provides access to parameters that control the creation of a new Mosaic Dataset or a referenced 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 | |
---|---|
|
ICreateMosaicDatasetParametersProxy()
|
|
ICreateMosaicDatasetParametersProxy(Object obj)
|
protected |
ICreateMosaicDatasetParametersProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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. |
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. |
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. |
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(String iidStr,
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(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(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(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 boolean noncastable
Constructor Detail |
---|
public ICreateMosaicDatasetParametersProxy()
public ICreateMosaicDatasetParametersProxy(Object obj) throws IOException
IOException
protected ICreateMosaicDatasetParametersProxy(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 void setDefinitionGeometryByRef(IGeometry ppGeometry) throws IOException, AutomationException
setDefinitionGeometryByRef
in interface ICreateMosaicDatasetParameters
ppGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getDefinitionGeometry() throws IOException, AutomationException
getDefinitionGeometry
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumVisibleCellsize(double pCellsize) throws IOException, AutomationException
Maximum resolution above which the mosaiced rasters are displayed as rasterized wireframes in a referenced Mosaic Dataset.
setMaximumVisibleCellsize
in interface ICreateMosaicDatasetParameters
pCellsize
- The pCellsize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumVisibleCellsize() throws IOException, AutomationException
Maximum resolution above which the mosaiced rasters are displayed as rasterized wireframes in a referenced Mosaic Dataset.
getMaximumVisibleCellsize
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLODInfosByRef(IMosaicLODInfos ppLODInfos) throws IOException, AutomationException
This object describes LOD (Level Of Detail) information for the Mosaic Dataset. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
setLODInfosByRef
in interface ICreateMosaicDatasetParameters
ppLODInfos
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMosaicLODInfos getLODInfos() throws IOException, AutomationException
This object describes LOD (Level Of Detail) information for the Mosaic Dataset. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
getLODInfos
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelType(int pPixelType) throws IOException, AutomationException
Pixel Type of the Mosaic Dataset to be created.
setPixelType
in interface ICreateMosaicDatasetParameters
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws IOException, AutomationException
Pixel Type of the Mosaic Dataset to be created.
getPixelType
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBandCount(int pCount) throws IOException, AutomationException
Number of bands of the Mosaic Dataset to be created.
setBandCount
in interface ICreateMosaicDatasetParameters
pCount
- The pCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBandCount() throws IOException, AutomationException
Number of bands of the Mosaic Dataset to be created.
getBandCount
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinCellsizeFieldName(String pMinCellsizeFieldName) throws IOException, AutomationException
Field name corresponding to the minimum cell size field in the source mosaic dataset for a referenced mosaic dataset.
setMinCellsizeFieldName
in interface ICreateMosaicDatasetParameters
pMinCellsizeFieldName
- The pMinCellsizeFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMinCellsizeFieldName() throws IOException, AutomationException
Field name corresponding to the minimum cell size field in the source mosaic dataset for a referenced mosaic dataset.
getMinCellsizeFieldName
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxCellsizeFieldName(String pMaxCellsizeFieldName) throws IOException, AutomationException
Field name corresponding to the maximum cell size field in the source mosaic dataset for a referenced mosaic dataset.
setMaxCellsizeFieldName
in interface ICreateMosaicDatasetParameters
pMaxCellsizeFieldName
- The pMaxCellsizeFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMaxCellsizeFieldName() throws IOException, AutomationException
Field name corresponding to the maximum cell size field in the source mosaic dataset for a referenced mosaic dataset.
getMaxCellsizeFieldName
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLODFieldName(String pLODFieldName) throws IOException, AutomationException
Field name that corresponds to a field in a Military Analyst catalog that describes the LOD (Level Of Detail) for each raster. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
setLODFieldName
in interface ICreateMosaicDatasetParameters
pLODFieldName
- The pLODFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLODFieldName() throws IOException, AutomationException
Field name that corresponds to a field in a Military Analyst catalog that describes the LOD (Level Of Detail) for each raster. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
getLODFieldName
in interface ICreateMosaicDatasetParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefinitionFIDsByRef(IFIDSet ppFIDs) throws IOException, AutomationException
setDefinitionFIDsByRef
in interface ICreateMosaicDatasetParameters
ppFIDs
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFIDSet getDefinitionFIDs() throws IOException, AutomationException
getDefinitionFIDs
in interface ICreateMosaicDatasetParameters
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 |