|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INameFactory
COM Interface 'INameFactory'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
Description: 'Provides access to members that work with the Name factory.' 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 |
IID51ad0a33_c607_11d2_9f23_00c04f6bc69e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IName |
create(java.lang.String nameString)
Finds the correct name-string parser for the given name string, and uses it to create a new Name object. |
java.lang.Object |
packageNames(IEnumName names)
Packages the set of names into a VARIANT (typically for initiating a drag operation). |
IEnumName |
unpackageNames(java.lang.Object bytesArray)
Unpackages the given VARIANT into a set of Name objects (typically for responding to a drop operation). |
| Field Detail |
|---|
static final int IID51ad0a33_c607_11d2_9f23_00c04f6bc69e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IName create(java.lang.String nameString)
throws java.io.IOException,
AutomationException
nameString - The nameString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object packageNames(IEnumName names)
throws java.io.IOException,
AutomationException
names - A reference to a com.esri.arcgis.system.IEnumName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumName unpackageNames(java.lang.Object bytesArray)
throws java.io.IOException,
AutomationException
bytesArray - A Variant (in)
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 | ||||||||