public interface IImageQueryFilter
extends java.io.Serializable
Description: 'Provides access to members that control an image query filter.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID316c6fb0_b53d_44e8_9b22_ffbeafc5a884 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IMultidimensionalDefinition |
getMultidimensionalDefinition()
An array of multidimensional value objects.
|
IPoint |
getPixelSize()
The query pixel size in a given spatial reference.
|
void |
setMultidimensionalDefinitionByRef(IMultidimensionalDefinition ppMultidimensionalDefinition)
An array of multidimensional value objects.
|
void |
setPixelSizeByRef(IPoint ppPixelSize)
The query pixel size in a given spatial reference.
|
static final int IID316c6fb0_b53d_44e8_9b22_ffbeafc5a884
static final int xxDummy
static final java.lang.String IID
IPoint getPixelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelSizeByRef(IPoint ppPixelSize) throws java.io.IOException, AutomationException
ppPixelSize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMultidimensionalDefinition getMultidimensionalDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMultidimensionalDefinitionByRef(IMultidimensionalDefinition ppMultidimensionalDefinition) throws java.io.IOException, AutomationException
ppMultidimensionalDefinition
- A reference to a com.esri.arcgis.datasourcesraster.IMultidimensionalDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.