public interface INameFactory
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID51ad0a33_c607_11d2_9f23_00c04f6bc69e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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).
|
static final int IID51ad0a33_c607_11d2_9f23_00c04f6bc69e
static final int xxDummy
static final java.lang.String IID
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.