|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IItemURIFilter
Provides access to members that control an item URI filter.
| Method Summary | |
|---|---|
boolean |
applyFilter(IItemURI pItemURI)
Indicates whether the specified item URI object pass through the filter. |
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(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. |
| Method Detail |
|---|
void setName(String pFilterName)
throws IOException,
AutomationException
pFilterName - The pFilterName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSupportedTemplateNamesByRef(IStringArray ppTemplateNames)
throws IOException,
AutomationException
ppTemplateNames - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getSupportedTemplateNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSupportsOrthorectification(boolean pbSupportsOrthorectification)
throws IOException,
AutomationException
pbSupportsOrthorectification - The pbSupportsOrthorectification (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSupportsOrthorectification()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean applyFilter(IItemURI pItemURI)
throws IOException,
AutomationException
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
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 | ||||||||