|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalog.SearchResultsRoot
public class SearchResultsRoot
COM Class 'SearchResultsRoot'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description 'A container for search results. This object is not supported on ArcGIS version 10.1. or later.' 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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.catalog.IGxObject |
|---|
IID, IIDbdbbb3eb_d0b2_11d1_aed9_080009ec734b, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxObjectUI |
|---|
IID, IID7273aa57_e6f9_11d2_9f30_00c04f6bc69e, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxObjectContainer |
|---|
IID, IID7273aa58_e6f9_11d2_9f30_00c04f6bc69e, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxObjectEdit |
|---|
IID, IIDbdbbb3fc_d0b2_11d1_aed9_080009ec734b, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxPasteTarget |
|---|
IID, IIDbdbbb403_d0b2_11d1_aed9_080009ec734b, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxFile |
|---|
IID, IIDbdbbb3f2_d0b2_11d1_aed9_080009ec734b, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxCachedObjects |
|---|
IID, IIDbdbbb404_d0b2_11d1_aed9_080009ec734b, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxObjectProperties |
|---|
IID, IIDd342626e_f9da_11d3_a68d_0008c7d3ae8d, xxDummy |
| Fields inherited from interface com.esri.arcgis.catalog.IGxRootObjectStartupProperties |
|---|
IID, IIDb1c5dd7c_db4e_485a_8beb_6c656b15a294, xxDummy |
| Constructor Summary | |
|---|---|
SearchResultsRoot()
Constructs a SearchResultsRoot using ArcGIS Engine. |
|
SearchResultsRoot(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SearchResultsRoot theSearchResultsRoot = (SearchResultsRoot) obj; |
|
| Method Summary | |
|---|---|
IGxObject |
addChild(IGxObject child)
Adds a new child and returns a reference to it. |
void |
attach(IGxObject parent,
IGxCatalog pCatalog)
Attaches the object to its parent and the catalog. |
boolean |
canCopy()
Indicates if the object can be copied. |
boolean |
canDelete()
Indicates if the object can be deleted. |
boolean |
canPaste(IEnumName names,
boolean[] moveOperation)
Indicates if the specified names may be pasted into this object. |
boolean |
canRename()
Indicates if the object can be renamed. |
void |
close(boolean saveChanges)
Closes the file, optionally saving changes. |
void |
delete()
Deletes the object. |
void |
deleteChild(IGxObject child)
Deletes the specified child object. |
void |
detach()
Instructs the object to detach itself from its parent and the catalog. |
void |
edit()
Opens an editor to modify the file. |
void |
editProperties(int hParent)
Presents a modal dialog to allow editing the object's properties. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
esri_new()
Creates a new file. |
java.lang.String |
getBaseName()
The base name of the object (i.e. |
java.lang.String |
getCategory()
The category of the object. |
IEnumGxObject |
getChildren()
An enumeration of the child objects. |
IUID |
getClassID()
The class ID of this object. |
static java.lang.String |
getClsid()
getClsid. |
IUID |
getContextMenu()
The class ID of the context menu for this object. |
java.lang.String |
getFullName()
The full name of the object. |
IName |
getInternalObjectName()
The Name for the internal object that this GxObject represents. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLargeImage()
The large image that represents the object. |
int |
getLargeSelectedImage()
The large image that represents the object when it is selected. |
java.lang.String |
getName()
The short name of the object. |
IUID |
getNewMenu()
The class ID of the New menu for this object. |
IGxObject |
getParent()
The parent of the object. |
java.lang.String |
getPath()
The full path for the file. |
void |
getPropByIndex(int index,
java.lang.String[] name,
java.lang.Object[] value)
The name and value of the indexed property in the GxObject. |
java.lang.Object |
getProperty(java.lang.String name)
The value of the named property in the GxObject. |
int |
getPropertyCount()
The number of properties in the GxObject. |
int |
getSmallImage()
The small image that represents the object. |
int |
getSmallSelectedImage()
The small image that represents the object when it is selected. |
int |
hashCode()
the hashcode for this object |
boolean |
isAreChildrenViewable()
Indicates if the objects children are available for viewing in the tree-view. |
boolean |
isEnabled()
Indicates whether the Root level Object will be visible during startup. |
boolean |
isHasChildren()
Indicates if the object has any children. |
boolean |
isValid()
Indicates if the object is still valid. |
void |
loadCachedObjects()
Loads any objects that should be cached for efficiency. |
void |
open()
Opens the file. |
boolean |
paste(IEnumName names,
boolean[] moveOperation)
Pastes the specified names into this object. |
void |
refresh()
Updates the object and any children of the object. |
void |
release()
Release a SearchResultsRoot. |
void |
releaseCachedObjects()
Releases any objects that have been cached for efficiency. |
void |
rename(java.lang.String newShortName)
Renames the object. |
void |
save()
Saves changes without closing the file. |
void |
setPath(java.lang.String path)
The full path for the file. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set the value of the named property in the GxObject. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResultsRoot()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SearchResultsRoot(java.lang.Object obj)
throws java.io.IOException
SearchResultsRoot theSearchResultsRoot = (SearchResultsRoot) obj;
obj to SearchResultsRoot.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
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.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFullName()
throws java.io.IOException,
AutomationException
getFullName in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBaseName()
throws java.io.IOException,
AutomationException
getBaseName in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
getCategory in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject getParent()
throws java.io.IOException,
AutomationException
getParent in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassID()
throws java.io.IOException,
AutomationException
getClassID in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getInternalObjectName()
throws java.io.IOException,
AutomationException
getInternalObjectName in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isValid()
throws java.io.IOException,
AutomationException
isValid in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attach(IGxObject parent,
IGxCatalog pCatalog)
throws java.io.IOException,
AutomationException
attach in interface IGxObjectparent - A reference to a com.esri.arcgis.catalog.IGxObject (in)pCatalog - A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void detach()
throws java.io.IOException,
AutomationException
detach in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh()
throws java.io.IOException,
AutomationException
refresh in interface IGxObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSmallImage()
throws java.io.IOException,
AutomationException
getSmallImage in interface IGxObjectUIjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSmallSelectedImage()
throws java.io.IOException,
AutomationException
getSmallSelectedImage in interface IGxObjectUIjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLargeImage()
throws java.io.IOException,
AutomationException
getLargeImage in interface IGxObjectUIjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLargeSelectedImage()
throws java.io.IOException,
AutomationException
getLargeSelectedImage in interface IGxObjectUIjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getContextMenu()
throws java.io.IOException,
AutomationException
getContextMenu in interface IGxObjectUIjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getNewMenu()
throws java.io.IOException,
AutomationException
getNewMenu in interface IGxObjectUIjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasChildren()
throws java.io.IOException,
AutomationException
isHasChildren in interface IGxObjectContainerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumGxObject getChildren()
throws java.io.IOException,
AutomationException
getChildren in interface IGxObjectContainerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAreChildrenViewable()
throws java.io.IOException,
AutomationException
isAreChildrenViewable in interface IGxObjectContainerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGxObject addChild(IGxObject child)
throws java.io.IOException,
AutomationException
addChild in interface IGxObjectContainerchild - A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteChild(IGxObject child)
throws java.io.IOException,
AutomationException
deleteChild in interface IGxObjectContainerchild - A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canRename()
throws java.io.IOException,
AutomationException
canRename in interface IGxObjectEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rename(java.lang.String newShortName)
throws java.io.IOException,
AutomationException
rename in interface IGxObjectEditnewShortName - The newShortName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canDelete()
throws java.io.IOException,
AutomationException
canDelete in interface IGxObjectEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws java.io.IOException,
AutomationException
delete in interface IGxObjectEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void editProperties(int hParent)
throws java.io.IOException,
AutomationException
editProperties in interface IGxObjectEdithParent - The hParent (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canCopy()
throws java.io.IOException,
AutomationException
canCopy in interface IGxObjectEditjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canPaste(IEnumName names,
boolean[] moveOperation)
throws java.io.IOException,
AutomationException
canPaste in interface IGxPasteTargetnames - A reference to a com.esri.arcgis.system.IEnumName (in)moveOperation - The moveOperation (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean paste(IEnumName names,
boolean[] moveOperation)
throws java.io.IOException,
AutomationException
paste in interface IGxPasteTargetnames - A reference to a com.esri.arcgis.system.IEnumName (in)moveOperation - The moveOperation (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPath(java.lang.String path)
throws java.io.IOException,
AutomationException
setPath in interface IGxFilepath - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPath()
throws java.io.IOException,
AutomationException
getPath in interface IGxFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void esri_new()
throws java.io.IOException,
AutomationException
esri_new in interface IGxFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void open()
throws java.io.IOException,
AutomationException
open in interface IGxFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void close(boolean saveChanges)
throws java.io.IOException,
AutomationException
close in interface IGxFilesaveChanges - The saveChanges (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void edit()
throws java.io.IOException,
AutomationException
edit in interface IGxFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save()
throws java.io.IOException,
AutomationException
save in interface IGxFilejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadCachedObjects()
throws java.io.IOException,
AutomationException
loadCachedObjects in interface IGxCachedObjectsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void releaseCachedObjects()
throws java.io.IOException,
AutomationException
releaseCachedObjects in interface IGxCachedObjectsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPropertyCount()
throws java.io.IOException,
AutomationException
getPropertyCount in interface IGxObjectPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPropByIndex(int index,
java.lang.String[] name,
java.lang.Object[] value)
throws java.io.IOException,
AutomationException
getPropByIndex in interface IGxObjectPropertiesindex - The index (in)name - The name (in/out: use single element array)value - A Variant (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getProperty(java.lang.String name)
throws java.io.IOException,
AutomationException
getProperty in interface IGxObjectPropertiesname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperty(java.lang.String name,
java.lang.Object value)
throws java.io.IOException,
AutomationException
setProperty in interface IGxObjectPropertiesname - The name (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled()
throws java.io.IOException,
AutomationException
isEnabled in interface IGxRootObjectStartupPropertiesjava.io.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 | ||||||||