public interface IItemURIFilter
extends java.io.Serializable
Description: 'Provides access to members that control an item URI 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 |
IID7aaf922e_a33f_4628_9040_ea408e7a747c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
applyFilter(IItemURI pItemURI)
Indicates whether the specified item URI object pass through the filter.
|
java.lang.String |
getName()
The name of the item URI filter.
|
IStringArray |
getSupportedTemplateNames()
The list of supported template names.
|
boolean |
isSupportsOrthorectification()
Indicates whether the item URI filter supports ortho-rectification.
|
void |
setName(java.lang.String pFilterName)
The name of the item URI filter.
|
void |
setSupportedTemplateNamesByRef(IStringArray ppTemplateNames)
The list of supported template names.
|
void |
setSupportsOrthorectification(boolean pbSupportsOrthorectification)
Indicates whether the item URI filter supports ortho-rectification.
|
static final int IID7aaf922e_a33f_4628_9040_ea408e7a747c
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String pFilterName) throws java.io.IOException, AutomationException
pFilterName
- The pFilterName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportedTemplateNamesByRef(IStringArray ppTemplateNames) throws java.io.IOException, AutomationException
ppTemplateNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getSupportedTemplateNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsOrthorectification(boolean pbSupportsOrthorectification) throws java.io.IOException, AutomationException
pbSupportsOrthorectification
- The pbSupportsOrthorectification (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsOrthorectification() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean applyFilter(IItemURI pItemURI) throws java.io.IOException, AutomationException
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.