|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterLayer
COM Interface 'IRasterLayer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that create or modify 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 |
IIDd02371c7_35f7_11d2_b1f2_00c04f8edeff
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
createFromDataset(IRasterDataset rasterDataset)
Creates a layer from a RasterDataset object. |
void |
createFromFilePath(java.lang.String filePath)
Creates a layer from a file path to raster data. |
void |
createFromRaster(IRaster raster)
Creates a layer from a Raster object. |
int |
getBandCount()
Number of bands in the layer. |
int |
getColumnCount()
Number of columns in the layer. |
IEnvelope |
getDataFrameExtent()
Extent of the dataframe that contains the layer. |
int |
getDisplayResolutionFactor()
Display resolution factor. |
java.lang.String |
getFilePath()
Filepath of the data source. |
int |
getPrimaryField()
Layer's primary field. |
IRaster |
getRaster()
Layer's Raster object. |
IRasterRenderer |
getRenderer()
Layer's renderer. |
int |
getRowCount()
Number of rows in the layer. |
IEnvelope |
getVisibleExtent()
Visible extent of the layer in the data frame. |
boolean |
isPyramidPresent()
Indicates if pyramids are present for the layer. |
boolean |
isShowResolution()
Indicates if the raster resolution should be displayed in the Table of Contents. |
void |
setDisplayResolutionFactor(int pnFactor)
Display resolution factor. |
void |
setPrimaryField(int pnField)
Layer's primary field. |
void |
setPyramidPresent(boolean pbPyramidPresent)
Indicates if pyramids are present for the layer. |
void |
setRendererByRef(IRasterRenderer renderer)
Layer's renderer. |
void |
setShowResolution(boolean b)
Indicates if the raster resolution should be displayed in the Table of Contents. |
void |
setVisibleExtent(IEnvelope ppVisibleExtent)
Visible extent of the layer in the data frame. |
| Methods inherited from interface com.esri.arcgis.carto.ILayer |
|---|
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible |
| Field Detail |
|---|
static final int IIDd02371c7_35f7_11d2_b1f2_00c04f8edeff
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getFilePath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRaster getRaster()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createFromRaster(IRaster raster)
throws java.io.IOException,
AutomationException
raster - 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.
void createFromDataset(IRasterDataset rasterDataset)
throws java.io.IOException,
AutomationException
rasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createFromFilePath(java.lang.String filePath)
throws java.io.IOException,
AutomationException
filePath - The filePath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterRenderer getRenderer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRendererByRef(IRasterRenderer renderer)
throws java.io.IOException,
AutomationException
renderer - A reference to a com.esri.arcgis.carto.IRasterRenderer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBandCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColumnCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRowCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPyramidPresent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPyramidPresent(boolean pbPyramidPresent)
throws java.io.IOException,
AutomationException
pbPyramidPresent - The pbPyramidPresent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getDataFrameExtent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVisibleExtent(IEnvelope ppVisibleExtent)
throws java.io.IOException,
AutomationException
ppVisibleExtent - 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 getVisibleExtent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPrimaryField(int pnField)
throws java.io.IOException,
AutomationException
pnField - The pnField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPrimaryField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowResolution(boolean b)
throws java.io.IOException,
AutomationException
b - The b (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowResolution()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayResolutionFactor(int pnFactor)
throws java.io.IOException,
AutomationException
pnFactor - The pnFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDisplayResolutionFactor()
throws java.io.IOException,
AutomationException
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 | ||||||||