com.esri.arcgis.carto
Interface IRasterLayerExport

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterLayerExport2, IRasterLayerExport3
All Known Implementing Classes:
IRasterLayerExport2Proxy, IRasterLayerExport3Proxy, IRasterLayerExportProxy, RasterLayerExport

public interface IRasterLayerExport
extends java.io.Serializable

COM Interface 'IRasterLayerExport'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control exporting from a Raster Layer.' 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 IID70499f74_2acb_4b69_bd88_1975644bab29
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterDataset export(IWorkspace pWorkspace, java.lang.String newname, java.lang.String format)
          Executes the raster layer exporting.
 void setExtent(IEnvelope rhs1)
          The extent of the raster to be exported.
 void setForce2RGB(boolean rhs1)
          Indicates whether to force exported raster to be RGB.
 void setRasterLayerByRef(IRasterLayer rhs1)
          The raster layer to be exported.
 void setSize(int cx, int cy)
          Sets the number of columns and rows of the exported raster.
 void setSpatialReferenceByRef(ISpatialReference rhs1)
          The coordinate system of the exported raster.
 

Field Detail

IID70499f74_2acb_4b69_bd88_1975644bab29

static final int IID70499f74_2acb_4b69_bd88_1975644bab29
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

setRasterLayerByRef

void setRasterLayerByRef(IRasterLayer rhs1)
                         throws java.io.IOException,
                                AutomationException
The raster layer to be exported.

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

setExtent

void setExtent(IEnvelope rhs1)
               throws java.io.IOException,
                      AutomationException
The extent of the raster to be exported.

Parameters:
rhs1 - 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.

setSize

void setSize(int cx,
             int cy)
             throws java.io.IOException,
                    AutomationException
Sets the number of columns and rows of the exported raster.

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

setForce2RGB

void setForce2RGB(boolean rhs1)
                  throws java.io.IOException,
                         AutomationException
Indicates whether to force exported raster to be RGB.

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference rhs1)
                              throws java.io.IOException,
                                     AutomationException
The coordinate system of the exported raster.

Parameters:
rhs1 - 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.

export

IRasterDataset export(IWorkspace pWorkspace,
                      java.lang.String newname,
                      java.lang.String format)
                      throws java.io.IOException,
                             AutomationException
Executes the raster layer exporting.

Parameters:
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
newname - The newname (in)
format - The format (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.