|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterLayerExport
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 |
---|
static final int IID70499f74_2acb_4b69_bd88_1975644bab29
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setRasterLayerByRef(IRasterLayer rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IRasterLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope rhs1) throws java.io.IOException, AutomationException
rhs1
- 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.void setSize(int cx, int cy) throws java.io.IOException, AutomationException
cx
- The cx (in)cy
- The cy (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setForce2RGB(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
rhs1
- 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.IRasterDataset export(IWorkspace pWorkspace, java.lang.String newname, java.lang.String format) throws java.io.IOException, AutomationException
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)newname
- The newname (in)format
- The format (in)
java.io.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 |