|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDisplay3D
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(Object pOwner,
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 |
|---|
void setScreenPickTolerance(int pixels)
throws IOException,
AutomationException
pixels - The pixels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getScreenPickTolerance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbolScale(float scale)
throws IOException,
AutomationException
scale - The scale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
float getSymbolScale()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putMaxTextureSize(int maxTextureWidth,
int maxTextureHeight)
throws IOException,
AutomationException
maxTextureWidth - The maxTextureWidth (in)maxTextureHeight - The maxTextureHeight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getMaxTextureSize(int[] pMaxTextureWidth,
int[] pMaxTextureHeight)
throws IOException,
AutomationException
pMaxTextureWidth - The pMaxTextureWidth (out: use single element array)pMaxTextureHeight - The pMaxTextureHeight (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addFlashFeature(IGeometry pGeometry)
throws IOException,
AutomationException
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void flashFeatures()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void flashLocation(IPoint pGeometry)
throws IOException,
AutomationException
pGeometry - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void flashGeometry(Object pOwner,
Object feature)
throws IOException,
AutomationException
pOwner - A reference to another Object (IUnknown) (in)feature - A reference to another Object (IUnknown) (in)
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 | ||||||||