public interface IExportItemsParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters for exporting items in 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdb45460e_82a8_426f_90fe_67a8454101ef |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseName()
The basename.
|
IPoint |
getCellSize()
The cellsize.
|
IGeometry |
getClippingGeometry()
The clipping geometry.
|
IEnvelope |
getExtent()
The extent.
|
java.lang.String |
getFormat()
The output format.
|
java.lang.String |
getNoData()
The nodata.
|
java.lang.String |
getOutputFolder()
The output folder.
|
int |
getResamplingType()
The resampling type.
|
IRaster |
getSnapRaster()
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
|
ISpatialReference |
getSpatialRef()
The spatial reference.
|
IRasterStorageDef |
getStorageDef()
The storagedef.
|
boolean |
isBuildPyramids()
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
boolean |
isComputeStatistics()
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
void |
setBaseName(java.lang.String pName)
The basename.
|
void |
setBuildPyramids(boolean pbBuildPyramids)
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
void |
setCellSizeByRef(IPoint ppCellsize)
The cellsize.
|
void |
setClippingGeometryByRef(IGeometry ppGeometry)
The clipping geometry.
|
void |
setComputeStatistics(boolean pbComputeStatistics)
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
void |
setExtentByRef(IEnvelope ppExtent)
The extent.
|
void |
setFormat(java.lang.String pFormat)
The output format.
|
void |
setNoData(java.lang.String pNodata)
The nodata.
|
void |
setOutputFolder(java.lang.String pFolder)
The output folder.
|
void |
setResamplingType(int pType)
The resampling type.
|
void |
setSnapRasterByRef(IRaster ppRaster)
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
|
void |
setSpatialRefByRef(ISpatialReference ppSR)
The spatial reference.
|
void |
setStorageDefByRef(IRasterStorageDef ppDef)
The storagedef.
|
static final int IIDdb45460e_82a8_426f_90fe_67a8454101ef
static final int xxDummy
static final java.lang.String IID
void setOutputFolder(java.lang.String pFolder) throws java.io.IOException, AutomationException
pFolder
- The pFolder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOutputFolder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFormat(java.lang.String pFormat) throws java.io.IOException, AutomationException
pFormat
- The pFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBaseName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBaseName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialRefByRef(ISpatialReference ppSR) throws java.io.IOException, AutomationException
ppSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialRef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStorageDefByRef(IRasterStorageDef ppDef) throws java.io.IOException, AutomationException
ppDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResamplingType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getResamplingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClippingGeometryByRef(IGeometry ppGeometry) throws java.io.IOException, AutomationException
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.IGeometry getClippingGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSizeByRef(IPoint ppCellsize) throws java.io.IOException, AutomationException
ppCellsize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoData(java.lang.String pNodata) throws java.io.IOException, AutomationException
pNodata
- The pNodata (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setComputeStatistics(boolean pbComputeStatistics) throws java.io.IOException, AutomationException
pbComputeStatistics
- The pbComputeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComputeStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBuildPyramids(boolean pbBuildPyramids) throws java.io.IOException, AutomationException
pbBuildPyramids
- The pbBuildPyramids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBuildPyramids() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSnapRasterByRef(IRaster ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster getSnapRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.