public class CompositeURIFilter extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IItemURIFilter, ICompositeURIFilter
Description 'A composite URI filter object.' 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 =
IID, IID7aaf922e_a33f_4628_9040_ea408e7a747c, xxDummyIID, IIDdba0e8e1_cb71_427f_bb01_7236315ed267, xxDummy| Constructor and Description |
|---|
CompositeURIFilter()
Constructs a CompositeURIFilter using ArcGIS Engine.
|
CompositeURIFilter(java.lang.Object obj)
Construct a CompositeURIFilter using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyFilter(IItemURI pItemURI)
Indicates whether the specified item URI object pass through the filter.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getName()
The name of the item URI filter.
|
IStringArray |
getSupportedTemplateNames()
The list of supported template names.
|
IArray |
getURIFilters()
The list of URI filters that form this composite filter.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isSupportsOrthorectification()
Indicates whether the item URI filter supports ortho-rectification.
|
void |
release()
Release this COM object reference
|
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.
|
void |
setURIFiltersByRef(IArray ppURIFilters)
The list of URI filters that form this composite filter.
|
public CompositeURIFilter()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic CompositeURIFilter(java.lang.Object obj)
throws java.io.IOException
obj to CompositeURIFilter.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
CompositeURIFilter theCompositeURIFilter = (CompositeURIFilter) obj;public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void setName(java.lang.String pFilterName)
throws java.io.IOException,
AutomationException
setName in interface IItemURIFilterpFilterName - The pFilterName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IItemURIFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSupportedTemplateNamesByRef(IStringArray ppTemplateNames) throws java.io.IOException, AutomationException
setSupportedTemplateNamesByRef in interface IItemURIFilterppTemplateNames - 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.public IStringArray getSupportedTemplateNames() throws java.io.IOException, AutomationException
getSupportedTemplateNames in interface IItemURIFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSupportsOrthorectification(boolean pbSupportsOrthorectification)
throws java.io.IOException,
AutomationException
setSupportsOrthorectification in interface IItemURIFilterpbSupportsOrthorectification - The pbSupportsOrthorectification (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSupportsOrthorectification()
throws java.io.IOException,
AutomationException
isSupportsOrthorectification in interface IItemURIFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean applyFilter(IItemURI pItemURI) throws java.io.IOException, AutomationException
applyFilter in interface IItemURIFilterpItemURI - 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.public void setURIFiltersByRef(IArray ppURIFilters) throws java.io.IOException, AutomationException
setURIFiltersByRef in interface ICompositeURIFilterppURIFilters - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getURIFilters() throws java.io.IOException, AutomationException
getURIFilters in interface ICompositeURIFilterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.