|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxObjectFilter
COM Interface 'IGxObjectFilter'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members that defines a GxObject filter.' 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9e14bc46_19f4_11d3_9f55_00c04f6bc69e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
boolean |
canChooseObject(IGxObject object,
int[] result)
Indicates if the given object can be chosen. |
boolean |
canDisplayObject(IGxObject object)
Indicates if the given object can be displayed. |
boolean |
canSaveObject(IGxObject location,
java.lang.String newObjectName,
boolean[] objectAlreadyExists)
Indicates if a new object named newObjectName could be saved in the specified location. |
java.lang.String |
getDescription()
A string that describes what this filter does. |
java.lang.String |
getName()
A user-friendly name identifying this filter. |
| Field Detail |
|---|
static final int IID9e14bc46_19f4_11d3_9f55_00c04f6bc69e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canDisplayObject(IGxObject object)
throws java.io.IOException,
AutomationException
object - 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.
boolean canChooseObject(IGxObject object,
int[] result)
throws java.io.IOException,
AutomationException
object - A reference to a com.esri.arcgis.catalog.IGxObject (in)result - A com.esri.arcgis.catalog.esriDoubleClickResult constant (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canSaveObject(IGxObject location,
java.lang.String newObjectName,
boolean[] objectAlreadyExists)
throws java.io.IOException,
AutomationException
location - A reference to a com.esri.arcgis.catalog.IGxObject (in)newObjectName - The newObjectName (in)objectAlreadyExists - The objectAlreadyExists (in/out: use single element array)
java.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 | ||||||||