com.esri.arcgis.system
Interface INameFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INameFactoryProxy, NameFactory

public interface INameFactory
extends java.io.Serializable

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

IID51ad0a33_c607_11d2_9f23_00c04f6bc69e

static final int IID51ad0a33_c607_11d2_9f23_00c04f6bc69e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

create

IName create(java.lang.String nameString)
             throws java.io.IOException,
                    AutomationException
Finds the correct name-string parser for the given name string, and uses it to create a new Name object.

Parameters:
nameString - The nameString (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

packageNames

java.lang.Object packageNames(IEnumName names)
                              throws java.io.IOException,
                                     AutomationException
Packages the set of names into a VARIANT (typically for initiating a drag operation).

Parameters:
names - A reference to a com.esri.arcgis.system.IEnumName (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unpackageNames

IEnumName unpackageNames(java.lang.Object bytesArray)
                         throws java.io.IOException,
                                AutomationException
Unpackages the given VARIANT into a set of Name objects (typically for responding to a drop operation).

Parameters:
bytesArray - A Variant (in)
Returns:
A reference to a com.esri.arcgis.system.IEnumName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.