|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPixelReader
COM Interface 'IPixelReader'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control a pixel reader.' 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 |
IID8a3b7c7c_4ace_4628_8c24_f67834fa2577
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getBandCount()
The number of source bands. |
IPnt |
getCellSize()
The source original cell size. |
IEnvelope |
getExtent()
The source full extent. |
int |
getFirstPyramidLevel()
The first available source pyramid level. |
int |
getMaximumPyramidLevel()
The maximum available source pyramid level. |
int |
getPixelType()
The source pixel type. |
int |
getPyramidLevel()
The current source pyramid level. |
void |
getResolution(int level,
double[] pXResolution,
double[] pYResolution)
Gets X and Y resolution (cellsize) at a given level. |
void |
read(IPnt tlc,
IPixelBlock pPixelBlock)
Reads a pixel block. |
void |
setPyramidLevel(int pLevel)
The current source pyramid level. |
int |
snap(double dx,
double dy)
Snaps a given cellsize to a proper pyramid level. |
| Field Detail |
|---|
static final int IID8a3b7c7c_4ace_4628_8c24_f67834fa2577
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getPixelType()
throws java.io.IOException,
AutomationException
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.
IEnvelope getExtent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPnt getCellSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaximumPyramidLevel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFirstPyramidLevel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPyramidLevel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPyramidLevel(int pLevel)
throws java.io.IOException,
AutomationException
pLevel - The pLevel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void read(IPnt tlc,
IPixelBlock pPixelBlock)
throws java.io.IOException,
AutomationException
tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)pPixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int snap(double dx,
double dy)
throws java.io.IOException,
AutomationException
dx - The dx (in)dy - The dy (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getResolution(int level,
double[] pXResolution,
double[] pYResolution)
throws java.io.IOException,
AutomationException
level - The level (in)pXResolution - The pXResolution (out: use single element array)pYResolution - The pYResolution (out: use single element array)
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 | ||||||||