com.esri.arcgis.display
Interface IDynamicGlyphFactory

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDynamicGlyphFactory2
All Known Implementing Classes:
DynamicDisplay, DynamicGlyphFactory, IDynamicGlyphFactory2Proxy, IDynamicGlyphFactoryProxy

public interface IDynamicGlyphFactory
extends java.io.Serializable

COM Interface 'IDynamicGlyphFactory'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to create dynamic glyphs.' 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 IID3afb5cab_9931_4faa_90f5_e0bd69cf3a28
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDynamicGlyph createDynamicGlyph(ISymbol symbol)
          Creates a dynamic glyph from a symbol.
 IDynamicGlyph createDynamicGlyphFromFile(int glyphType, java.lang.String fileName, IColor transparencyColor)
          Creates a dynamic glyph from a file.
 void deleteDynamicGlyph(IDynamicGlyph glyph)
          Deletes the dynamic glyph's resource.
 IDynamicGlyph getDynamicGlyph(int groupId, int glyphType, int index)
          Retrieves a dynamic glyph from a glyph group.
 void init(IScreenDisplay screenDisplay)
          Initialize the dynamic glyph factory.
 int loadDynamicGlyphsGroup(java.lang.String fileName)
          Loads a dynamic glyph group from files.
 void unloadDynamicGlyphsGroup(int groupId)
          Unloads a dynamic glyph group, and any corresponding resources.
 

Field Detail

IID3afb5cab_9931_4faa_90f5_e0bd69cf3a28

static final int IID3afb5cab_9931_4faa_90f5_e0bd69cf3a28
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

init

void init(IScreenDisplay screenDisplay)
          throws java.io.IOException,
                 AutomationException
Initialize the dynamic glyph factory.

Parameters:
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createDynamicGlyph

IDynamicGlyph createDynamicGlyph(ISymbol symbol)
                                 throws java.io.IOException,
                                        AutomationException
Creates a dynamic glyph from a symbol.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Returns:
A reference to a com.esri.arcgis.display.IDynamicGlyph
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteDynamicGlyph

void deleteDynamicGlyph(IDynamicGlyph glyph)
                        throws java.io.IOException,
                               AutomationException
Deletes the dynamic glyph's resource.

Parameters:
glyph - A reference to a com.esri.arcgis.display.IDynamicGlyph (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createDynamicGlyphFromFile

IDynamicGlyph createDynamicGlyphFromFile(int glyphType,
                                         java.lang.String fileName,
                                         IColor transparencyColor)
                                         throws java.io.IOException,
                                                AutomationException
Creates a dynamic glyph from a file.

Parameters:
glyphType - A com.esri.arcgis.display.esriDynamicGlyphType constant (in)
fileName - The fileName (in)
transparencyColor - A reference to a com.esri.arcgis.display.IColor (in)
Returns:
A reference to a com.esri.arcgis.display.IDynamicGlyph
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadDynamicGlyphsGroup

int loadDynamicGlyphsGroup(java.lang.String fileName)
                           throws java.io.IOException,
                                  AutomationException
Loads a dynamic glyph group from files.

Parameters:
fileName - The fileName (in)
Returns:
The groupId
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unloadDynamicGlyphsGroup

void unloadDynamicGlyphsGroup(int groupId)
                              throws java.io.IOException,
                                     AutomationException
Unloads a dynamic glyph group, and any corresponding resources.

Parameters:
groupId - The groupId (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDynamicGlyph

IDynamicGlyph getDynamicGlyph(int groupId,
                              int glyphType,
                              int index)
                              throws java.io.IOException,
                                     AutomationException
Retrieves a dynamic glyph from a glyph group.

Parameters:
groupId - The groupId (in)
glyphType - A com.esri.arcgis.display.esriDynamicGlyphType constant (in)
index - The index (in)
Returns:
A reference to a com.esri.arcgis.display.IDynamicGlyph
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.