|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.datasourcesraster.URIPropertiesFilter
public class URIPropertiesFilter
A URI filter that uses property names and values for filtering out incoming item URIs.
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 |
---|
public URIPropertiesFilter() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic URIPropertiesFilter(Object obj) throws IOException
URIPropertiesFilter theURIPropertiesFilter = (URIPropertiesFilter) obj;
obj
to URIPropertiesFilter
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setName(String pFilterName) throws IOException, AutomationException
setName
in interface IItemURIFilter
pFilterName
- The pFilterName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IItemURIFilter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportedTemplateNamesByRef(IStringArray ppTemplateNames) throws IOException, AutomationException
setSupportedTemplateNamesByRef
in interface IItemURIFilter
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.public IStringArray getSupportedTemplateNames() throws IOException, AutomationException
getSupportedTemplateNames
in interface IItemURIFilter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsOrthorectification(boolean pbSupportsOrthorectification) throws IOException, AutomationException
setSupportsOrthorectification
in interface IItemURIFilter
pbSupportsOrthorectification
- The pbSupportsOrthorectification (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsOrthorectification() throws IOException, AutomationException
isSupportsOrthorectification
in interface IItemURIFilter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean applyFilter(IItemURI pItemURI) throws IOException, AutomationException
applyFilter
in interface IItemURIFilter
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.public void setValuesByRef(IPropertySet ppValues) throws IOException, AutomationException
setValuesByRef
in interface IURIPropertiesFilter
ppValues
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getValues() throws IOException, AutomationException
getValues
in interface IURIPropertiesFilter
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 |