|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRaster2
COM Interface 'IRaster2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control a raster.' 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 |
IID0d668d08_92c1_4999_9a77_490790821969
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IRasterCursor |
createCursorEx(IPnt pBlockSize)
Creates a cursor with a given pixel block size or native block size. |
ITable |
getAttributeTable()
The raster value attribute table. |
IRasterColormap |
getColormap()
The colormap. |
IGeodataXform |
getGeodataXform()
The geodata transform. |
IGeoTransformationOperationSet |
getGeoTransformations()
The set of geographic transformations to be applied. |
java.lang.Object |
getPixelValue(int iBand,
int iColumn,
int iRow)
Gets the pixel value for a given band at a given column and row. |
IRasterDataset |
getRasterDataset()
The parent raster dataset. |
IRasterXformer |
getRasterXformer()
The raster transformer. |
void |
mapToPixel(double x,
double y,
int[] pColumn,
int[] pRow)
Converts a location (x, y) in map space into pixel space. |
void |
pixelToMap(int iColumn,
int iRow,
double[] pX,
double[] pY)
Converts a location (column, row) in pixel space into map space. |
void |
setAttributeTableByRef(ITable ppVAT)
The raster value attribute table. |
void |
setColormapByRef(IRasterColormap ppColormap)
The colormap. |
void |
setGeodataXform(IGeodataXform ppXform)
The geodata transform. |
void |
setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms)
The set of geographic transformations to be applied. |
double |
toMapX(int iColumn)
Maps a pixel column to the x coordinate in map space. |
double |
toMapY(int iRow)
Maps a pixel row to the y coordinate in map space. |
int |
toPixelColumn(double x)
Maps a x coordinate in map space to the pixel column. |
int |
toPixelRow(double y)
Maps a y coordinate in map space to the pixel row. |
Field Detail |
---|
static final int IID0d668d08_92c1_4999_9a77_490790821969
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeodataXform(IGeodataXform ppXform) throws java.io.IOException, AutomationException
ppXform
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms) throws java.io.IOException, AutomationException
ppGeoXforms
- A reference to a com.esri.arcgis.geometry.IGeoTransformationOperationSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoTransformationOperationSet getGeoTransformations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getAttributeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttributeTableByRef(ITable ppVAT) throws java.io.IOException, AutomationException
ppVAT
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColormapByRef(IRasterColormap ppColormap) throws java.io.IOException, AutomationException
ppColormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterCursor createCursorEx(IPnt pBlockSize) throws java.io.IOException, AutomationException
pBlockSize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterXformer getRasterXformer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void mapToPixel(double x, double y, int[] pColumn, int[] pRow) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)pColumn
- The pColumn (out: use single element array)pRow
- The pRow (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void pixelToMap(int iColumn, int iRow, double[] pX, double[] pY) throws java.io.IOException, AutomationException
iColumn
- The iColumn (in)iRow
- The iRow (in)pX
- The pX (out: use single element array)pY
- The pY (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int toPixelColumn(double x) throws java.io.IOException, AutomationException
x
- The x (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int toPixelRow(double y) throws java.io.IOException, AutomationException
y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double toMapX(int iColumn) throws java.io.IOException, AutomationException
iColumn
- The iColumn (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double toMapY(int iRow) throws java.io.IOException, AutomationException
iRow
- The iRow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getPixelValue(int iBand, int iColumn, int iRow) throws java.io.IOException, AutomationException
iBand
- The iBand (in)iColumn
- The iColumn (in)iRow
- The iRow (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 |