|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.DynamicGlyph
public class DynamicGlyph
COM Class 'DynamicGlyph'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Dynamic glyph class. A dynamic glyph is a handle to a resource that is used to render a dynamic symbol.' 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 |
---|
Fields inherited from interface com.esri.arcgis.display.IDynamicGlyph |
---|
IID, IID7ac555c0_7bba_4d36_b540_afb13aa80050, xxDummy |
Constructor Summary | |
---|---|
DynamicGlyph(java.lang.Object obj)
Construct a DynamicGlyph using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getAnchor(float[] xAnchor,
float[] yAnchor)
Indicates the origin of the glyph from the the bottom left. |
int |
getGlyphType()
Indicates the type of dynamic glyph. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
queryDimensions(float[] width,
float[] height)
Returns the width and height, in pixels, of the glyph. |
void |
release()
Release a DynamicGlyph. |
void |
setAnchor(float xAnchor,
float yAnchor)
Indicates the origin of the glyph from the the bottom left. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicGlyph(java.lang.Object obj) throws java.io.IOException
obj
to DynamicGlyph
. *
DynamicGlyph o = (DynamicGlyph)obj; // will not work
DynamicGlyph o = new DynamicGlyph(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
DynamicGlyph theDynamicGlyph = (DynamicGlyph) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getGlyphType() throws java.io.IOException, AutomationException
getGlyphType
in interface IDynamicGlyph
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryDimensions(float[] width, float[] height) throws java.io.IOException, AutomationException
queryDimensions
in interface IDynamicGlyph
width
- The width (in/out: use single element array)height
- The height (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getAnchor(float[] xAnchor, float[] yAnchor) throws java.io.IOException, AutomationException
getAnchor
in interface IDynamicGlyph
xAnchor
- The xAnchor (in/out: use single element array)yAnchor
- The yAnchor (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnchor(float xAnchor, float yAnchor) throws java.io.IOException, AutomationException
setAnchor
in interface IDynamicGlyph
xAnchor
- The xAnchor (in)yAnchor
- The yAnchor (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 |