com.esri.arcgis.datasourcesraster
Class URIPropertiesFilter

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.URIPropertiesFilter
All Implemented Interfaces:
IItemURIFilter, IURIPropertiesFilter, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class URIPropertiesFilter
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IItemURIFilter, IURIPropertiesFilter

COM Class 'URIPropertiesFilter'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'A URI filter that uses property names and values for filtering out incoming item URIs.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IItemURIFilter
IID, IID7aaf922e_a33f_4628_9040_ea408e7a747c, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IURIPropertiesFilter
IID, IID9556e694_eff8_41d6_9d4a_cd7f8a490722, xxDummy
 
Constructor Summary
URIPropertiesFilter()
          Constructs a URIPropertiesFilter using ArcGIS Engine.
URIPropertiesFilter(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
URIPropertiesFilter theURIPropertiesFilter = (URIPropertiesFilter) obj;
 
Method Summary
 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()
          Deprecated. Internal use only.
 java.lang.String getName()
          The name of the item URI filter.
 IStringArray getSupportedTemplateNames()
          The list of supported template names.
 IPropertySet getValues()
          Set of name-value pairs that are expected to appear as part of incoming item URIs.
 int hashCode()
          the hashcode for this object
 boolean isSupportsOrthorectification()
          Indicates whether the item URI filter supports ortho-rectification.
 void release()
          Release a URIPropertiesFilter.
 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 setValuesByRef(IPropertySet ppValues)
          Set of name-value pairs that are expected to appear as part of incoming item URIs.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIPropertiesFilter

public URIPropertiesFilter()
                    throws java.io.IOException,
                           java.net.UnknownHostException
Constructs a URIPropertiesFilter using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

URIPropertiesFilter

public URIPropertiesFilter(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
URIPropertiesFilter theURIPropertiesFilter = (URIPropertiesFilter) obj;

Construct a URIPropertiesFilter using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to URIPropertiesFilter.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a URIPropertiesFilter.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setName

public void setName(java.lang.String pFilterName)
             throws java.io.IOException,
                    AutomationException
The name of the item URI filter.

Specified by:
setName in interface IItemURIFilter
Parameters:
pFilterName - The pFilterName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the item URI filter.

Specified by:
getName in interface IItemURIFilter
Returns:
The pFilterName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupportedTemplateNamesByRef

public void setSupportedTemplateNamesByRef(IStringArray ppTemplateNames)
                                    throws java.io.IOException,
                                           AutomationException
The list of supported template names.

Specified by:
setSupportedTemplateNamesByRef in interface IItemURIFilter
Parameters:
ppTemplateNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSupportedTemplateNames

public IStringArray getSupportedTemplateNames()
                                       throws java.io.IOException,
                                              AutomationException
The list of supported template names.

Specified by:
getSupportedTemplateNames in interface IItemURIFilter
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupportsOrthorectification

public void setSupportsOrthorectification(boolean pbSupportsOrthorectification)
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether the item URI filter supports ortho-rectification.

Specified by:
setSupportsOrthorectification in interface IItemURIFilter
Parameters:
pbSupportsOrthorectification - The pbSupportsOrthorectification (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportsOrthorectification

public boolean isSupportsOrthorectification()
                                     throws java.io.IOException,
                                            AutomationException
Indicates whether the item URI filter supports ortho-rectification.

Specified by:
isSupportsOrthorectification in interface IItemURIFilter
Returns:
The pbSupportsOrthorectification
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applyFilter

public boolean applyFilter(IItemURI pItemURI)
                    throws java.io.IOException,
                           AutomationException
Indicates whether the specified item URI object pass through the filter.

Specified by:
applyFilter in interface IItemURIFilter
Parameters:
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
Returns:
The pIncludeItemURI
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValuesByRef

public void setValuesByRef(IPropertySet ppValues)
                    throws java.io.IOException,
                           AutomationException
Set of name-value pairs that are expected to appear as part of incoming item URIs.

Specified by:
setValuesByRef in interface IURIPropertiesFilter
Parameters:
ppValues - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValues

public IPropertySet getValues()
                       throws java.io.IOException,
                              AutomationException
Set of name-value pairs that are expected to appear as part of incoming item URIs.

Specified by:
getValues in interface IURIPropertiesFilter
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.