com.esri.arcgis.datasourcesraster
Interface IExportItemsParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportItemsParameters, IExportItemsParametersProxy

public interface IExportItemsParameters
extends java.io.Serializable

COM Interface 'IExportItemsParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdb45460e_82a8_426f_90fe_67a8454101ef
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDdb45460e_82a8_426f_90fe_67a8454101ef

static final int IIDdb45460e_82a8_426f_90fe_67a8454101ef
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setOutputFolder

void setOutputFolder(java.lang.String pFolder)
                     throws java.io.IOException,
                            AutomationException
The output folder.

Parameters:
pFolder - The pFolder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputFolder

java.lang.String getOutputFolder()
                                 throws java.io.IOException,
                                        AutomationException
The output folder.

Returns:
The pFolder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormat

void setFormat(java.lang.String pFormat)
               throws java.io.IOException,
                      AutomationException
The output format.

Parameters:
pFormat - The pFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFormat

java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
The output format.

Returns:
The pFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBaseName

void setBaseName(java.lang.String pName)
                 throws java.io.IOException,
                        AutomationException
The basename.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseName

java.lang.String getBaseName()
                             throws java.io.IOException,
                                    AutomationException
The basename.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialRefByRef

void setSpatialRefByRef(ISpatialReference ppSR)
                        throws java.io.IOException,
                               AutomationException
The spatial reference.

Parameters:
ppSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialRef

ISpatialReference getSpatialRef()
                                throws java.io.IOException,
                                       AutomationException
The spatial reference.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStorageDefByRef

void setStorageDefByRef(IRasterStorageDef ppDef)
                        throws java.io.IOException,
                               AutomationException
The storagedef.

Parameters:
ppDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStorageDef

IRasterStorageDef getStorageDef()
                                throws java.io.IOException,
                                       AutomationException
The storagedef.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResamplingType

void setResamplingType(int pType)
                       throws java.io.IOException,
                              AutomationException
The resampling type.

Parameters:
pType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResamplingType

int getResamplingType()
                      throws java.io.IOException,
                             AutomationException
The resampling type.

Returns:
A com.esri.arcgis.geodatabase.rstResamplingTypes constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
The extent.

Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClippingGeometryByRef

void setClippingGeometryByRef(IGeometry ppGeometry)
                              throws java.io.IOException,
                                     AutomationException
The clipping geometry.

Parameters:
ppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClippingGeometry

IGeometry getClippingGeometry()
                              throws java.io.IOException,
                                     AutomationException
The clipping geometry.

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellSizeByRef

void setCellSizeByRef(IPoint ppCellsize)
                      throws java.io.IOException,
                             AutomationException
The cellsize.

Parameters:
ppCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSize

IPoint getCellSize()
                   throws java.io.IOException,
                          AutomationException
The cellsize.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoData

void setNoData(java.lang.String pNodata)
               throws java.io.IOException,
                      AutomationException
The nodata.

Parameters:
pNodata - The pNodata (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoData

java.lang.String getNoData()
                           throws java.io.IOException,
                                  AutomationException
The nodata.

Returns:
The pNodata
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setComputeStatistics

void setComputeStatistics(boolean pbComputeStatistics)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.

Parameters:
pbComputeStatistics - The pbComputeStatistics (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isComputeStatistics

boolean isComputeStatistics()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.

Returns:
The pbComputeStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBuildPyramids

void setBuildPyramids(boolean pbBuildPyramids)
                      throws java.io.IOException,
                             AutomationException
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.

Parameters:
pbBuildPyramids - The pbBuildPyramids (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBuildPyramids

boolean isBuildPyramids()
                        throws java.io.IOException,
                               AutomationException
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.

Returns:
The pbBuildPyramids
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnapRasterByRef

void setSnapRasterByRef(IRaster ppRaster)
                        throws java.io.IOException,
                               AutomationException
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.

Parameters:
ppRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapRaster

IRaster getSnapRaster()
                      throws java.io.IOException,
                             AutomationException
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.