|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.ILayerProxy com.esri.arcgis.carto.IRasterLayerProxy
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 =
public class IRasterLayerProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IRasterLayer |
---|
IID, IIDd02371c7_35f7_11d2_b1f2_00c04f8edeff |
Constructor Summary | |
---|---|
|
IRasterLayerProxy()
Deprecated. For internal use only |
|
IRasterLayerProxy(java.lang.Object obj)
Deprecated. |
protected |
IRasterLayerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRasterLayerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRasterLayerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
createFromDataset(IRasterDataset rasterDataset)
Deprecated. Creates a layer from a RasterDataset object. |
void |
createFromFilePath(java.lang.String filePath)
Deprecated. Creates a layer from a file path to raster data. |
void |
createFromRaster(IRaster raster)
Deprecated. Creates a layer from a Raster object. |
int |
getBandCount()
Deprecated. Number of bands in the layer. |
int |
getColumnCount()
Deprecated. Number of columns in the layer. |
IEnvelope |
getDataFrameExtent()
Deprecated. Extent of the dataframe that contains the layer. |
int |
getDisplayResolutionFactor()
Deprecated. Display resolution factor. |
java.lang.String |
getFilePath()
Deprecated. Filepath of the data source. |
int |
getPrimaryField()
Deprecated. Layer's primary field. |
IRaster |
getRaster()
Deprecated. Layer's Raster object. |
IRasterRenderer |
getRenderer()
Deprecated. Layer's renderer. |
int |
getRowCount()
Deprecated. Number of rows in the layer. |
IEnvelope |
getVisibleExtent()
Deprecated. Visible extent of the layer in the data frame. |
boolean |
isPyramidPresent()
Deprecated. Indicates if pyramids are present for the layer. |
boolean |
isShowResolution()
Deprecated. Indicates if the raster resolution should be displayed in the Table of Contents. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDisplayResolutionFactor(int pnFactor)
Deprecated. Display resolution factor. |
void |
setPrimaryField(int pnField)
Deprecated. Layer's primary field. |
void |
setPyramidPresent(boolean pbPyramidPresent)
Deprecated. Indicates if pyramids are present for the layer. |
void |
setRendererByRef(IRasterRenderer renderer)
Deprecated. Layer's renderer. |
void |
setShowResolution(boolean b)
Deprecated. Indicates if the raster resolution should be displayed in the Table of Contents. |
void |
setVisibleExtent(IEnvelope ppVisibleExtent)
Deprecated. Visible extent of the layer in the data frame. |
Methods inherited from class com.esri.arcgis.carto.ILayerProxy |
---|
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IRasterLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRasterLayerProxy()
public IRasterLayerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterLayerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterLayerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class ILayerProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class ILayerProxy
java.io.IOException
public java.lang.String getFilePath() throws java.io.IOException, AutomationException
getFilePath
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRaster getRaster() throws java.io.IOException, AutomationException
getRaster
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createFromRaster(IRaster raster) throws java.io.IOException, AutomationException
createFromRaster
in interface IRasterLayer
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.public void createFromDataset(IRasterDataset rasterDataset) throws java.io.IOException, AutomationException
createFromDataset
in interface IRasterLayer
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.public void createFromFilePath(java.lang.String filePath) throws java.io.IOException, AutomationException
createFromFilePath
in interface IRasterLayer
filePath
- The filePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterRenderer getRenderer() throws java.io.IOException, AutomationException
getRenderer
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRendererByRef(IRasterRenderer renderer) throws java.io.IOException, AutomationException
setRendererByRef
in interface IRasterLayer
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.public int getBandCount() throws java.io.IOException, AutomationException
getBandCount
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColumnCount() throws java.io.IOException, AutomationException
getColumnCount
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRowCount() throws java.io.IOException, AutomationException
getRowCount
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPyramidPresent() throws java.io.IOException, AutomationException
isPyramidPresent
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidPresent(boolean pbPyramidPresent) throws java.io.IOException, AutomationException
setPyramidPresent
in interface IRasterLayer
pbPyramidPresent
- The pbPyramidPresent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getDataFrameExtent() throws java.io.IOException, AutomationException
getDataFrameExtent
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisibleExtent(IEnvelope ppVisibleExtent) throws java.io.IOException, AutomationException
setVisibleExtent
in interface IRasterLayer
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.public IEnvelope getVisibleExtent() throws java.io.IOException, AutomationException
getVisibleExtent
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrimaryField(int pnField) throws java.io.IOException, AutomationException
setPrimaryField
in interface IRasterLayer
pnField
- The pnField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPrimaryField() throws java.io.IOException, AutomationException
getPrimaryField
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowResolution(boolean b) throws java.io.IOException, AutomationException
setShowResolution
in interface IRasterLayer
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowResolution() throws java.io.IOException, AutomationException
isShowResolution
in interface IRasterLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayResolutionFactor(int pnFactor) throws java.io.IOException, AutomationException
setDisplayResolutionFactor
in interface IRasterLayer
pnFactor
- The pnFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDisplayResolutionFactor() throws java.io.IOException, AutomationException
getDisplayResolutionFactor
in interface IRasterLayer
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 |