|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that control drawing methods specific to 3D displays.
| Method Summary | |
void |
addFlashFeature(IGeometry pGeometry)
Adds a feature shape to the flash list. |
void |
flashFeatures()
Redraws viewers flashing the features in the flash list. |
void |
flashGeometry(java.lang.Object pOwner,
java.lang.Object feature)
Flashes a feature shape. |
void |
flashLocation(IPoint pGeometry)
Redraws viewers flashing the given location. |
void |
getMaxTextureSize(int[] pMaxTextureWidth,
int[] pMaxTextureHeight)
The limit for the size of a single texture. |
int |
getScreenPickTolerance()
The tolerance in pixels used when picking. |
float |
getSymbolScale()
The scale for point size and line width of symbols. |
void |
putMaxTextureSize(int maxTextureWidth,
int maxTextureHeight)
The limit for the size of a single texture. |
void |
setScreenPickTolerance(int pixels)
The tolerance in pixels used when picking. |
void |
setSymbolScale(float scale)
The scale for point size and line width of symbols. |
| Method Detail |
public void setScreenPickTolerance(int pixels)
throws java.io.IOException,
AutomationException
pixels - The pixels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getScreenPickTolerance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbolScale(float scale)
throws java.io.IOException,
AutomationException
scale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public float getSymbolScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void putMaxTextureSize(int maxTextureWidth,
int maxTextureHeight)
throws java.io.IOException,
AutomationException
maxTextureWidth - The maxTextureWidth (in)maxTextureHeight - The maxTextureHeight (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getMaxTextureSize(int[] pMaxTextureWidth,
int[] pMaxTextureHeight)
throws java.io.IOException,
AutomationException
pMaxTextureWidth - The pMaxTextureWidth (out: use single element array)pMaxTextureHeight - The pMaxTextureHeight (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addFlashFeature(IGeometry pGeometry)
throws java.io.IOException,
AutomationException
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flashFeatures()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flashLocation(IPoint pGeometry)
throws java.io.IOException,
AutomationException
pGeometry - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flashGeometry(java.lang.Object pOwner,
java.lang.Object feature)
throws java.io.IOException,
AutomationException
pOwner - A reference to another Object (IUnknown) (in)feature - A reference to another Object (IUnknown) (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 | |||||||||