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, Serializable

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

A URI filter that uses property names and values for filtering out incoming item URIs.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Constructor Summary
URIPropertiesFilter()
          Constructs a URIPropertiesFilter using ArcGIS Engine.
URIPropertiesFilter(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(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 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 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.
 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
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

URIPropertiesFilter

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

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

URIPropertiesFilter

public URIPropertiesFilter(Object obj)
                    throws 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:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSupportedTemplateNamesByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSupportedTemplateNames

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSupportsOrthorectification

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isSupportsOrthorectification

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

applyFilter

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setValuesByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getValues

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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