|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicGlyphFactory
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 |
|---|
static final int IID3afb5cab_9931_4faa_90f5_e0bd69cf3a28
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void init(IScreenDisplay screenDisplay)
throws java.io.IOException,
AutomationException
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDynamicGlyph createDynamicGlyph(ISymbol symbol)
throws java.io.IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteDynamicGlyph(IDynamicGlyph glyph)
throws java.io.IOException,
AutomationException
glyph - A reference to a com.esri.arcgis.display.IDynamicGlyph (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDynamicGlyph createDynamicGlyphFromFile(int glyphType,
java.lang.String fileName,
IColor transparencyColor)
throws java.io.IOException,
AutomationException
glyphType - A com.esri.arcgis.display.esriDynamicGlyphType constant (in)fileName - The fileName (in)transparencyColor - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int loadDynamicGlyphsGroup(java.lang.String fileName)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unloadDynamicGlyphsGroup(int groupId)
throws java.io.IOException,
AutomationException
groupId - The groupId (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDynamicGlyph getDynamicGlyph(int groupId,
int glyphType,
int index)
throws java.io.IOException,
AutomationException
groupId - The groupId (in)glyphType - A com.esri.arcgis.display.esriDynamicGlyphType constant (in)index - The index (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 | ||||||||