|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.controls.CommandsEnvironment
public class CommandsEnvironment
COM Class 'CommandsEnvironment'. Generated 3/19/2015 1:20:48 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description 'Defines the commands environment.' 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.controls.IGraphicProperties |
|---|
IID, IID72b8b18e_50ea_46bf_85d1_66b379931378, xxDummy |
| Fields inherited from interface com.esri.arcgis.controls.ILayerEffectProperties |
|---|
IID, IIDaf8f6879_7718_47de_8a52_cb393f2d12da, xxDummy |
| Constructor Summary | |
|---|---|
CommandsEnvironment()
Constructs a CommandsEnvironment using ArcGIS Engine. |
|
CommandsEnvironment(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CommandsEnvironment theCommandsEnvironment = (CommandsEnvironment) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IFormattedTextSymbol |
getCallout()
The callout symbol used by the CommandsEnvironment singleton. |
static java.lang.String |
getClsid()
getClsid. |
IFillSymbol |
getFillSymbol()
The fill symbol used by the CommandsEnvironment singleton. |
ILayer |
getFlickerLayer()
The layer the Flicker command uses. |
int |
getFlickerRate()
Rate in milliseconds used to Flicker the screen with the Flicker command. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILineSymbol |
getLineSymbol()
The line symbol used by the CommandsEnvironment singleton. |
IMarkerSymbol |
getMarkerSymbol()
The marker symbol used by the CommandsEnvironment singleton. |
ILayer |
getSwipeLayer()
The layer the Swipe command uses. |
ITextSymbol |
getTextSymbol()
The text symbol used by the CommandsEnvironment singleton. |
ILayer |
getTransparencyLayer()
The layer the Transparency command uses. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a CommandsEnvironment. |
void |
setCallout(IFormattedTextSymbol ppCallout)
The callout symbol used by the CommandsEnvironment singleton. |
void |
setFillSymbol(IFillSymbol ppFillSymbol)
The fill symbol used by the CommandsEnvironment singleton. |
void |
setFlickerLayerByRef(ILayer ppFlickerLayer)
The layer the Flicker command uses. |
void |
setFlickerRate(int lRate)
Rate in milliseconds used to Flicker the screen with the Flicker command. |
void |
setLineSymbol(ILineSymbol ppLineSymbol)
The line symbol used by the CommandsEnvironment singleton. |
void |
setMarkerSymbol(IMarkerSymbol ppMarkerSymbol)
The marker symbol used by the CommandsEnvironment singleton. |
void |
setSwipeLayerByRef(ILayer ppSwiperLayer)
The layer the Swipe command uses. |
void |
setTextSymbol(ITextSymbol ppTextSymbol)
The text symbol used by the CommandsEnvironment singleton. |
void |
setTransparencyLayerByRef(ILayer ppLayer)
The layer the Transparency command uses. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandsEnvironment()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public CommandsEnvironment(java.lang.Object obj)
throws java.io.IOException
CommandsEnvironment theCommandsEnvironment = (CommandsEnvironment) obj;
obj to CommandsEnvironment.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setMarkerSymbol(IMarkerSymbol ppMarkerSymbol)
throws java.io.IOException,
AutomationException
setMarkerSymbol in interface IGraphicPropertiesppMarkerSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMarkerSymbol getMarkerSymbol()
throws java.io.IOException,
AutomationException
getMarkerSymbol in interface IGraphicPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLineSymbol(ILineSymbol ppLineSymbol)
throws java.io.IOException,
AutomationException
setLineSymbol in interface IGraphicPropertiesppLineSymbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILineSymbol getLineSymbol()
throws java.io.IOException,
AutomationException
getLineSymbol in interface IGraphicPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFillSymbol(IFillSymbol ppFillSymbol)
throws java.io.IOException,
AutomationException
setFillSymbol in interface IGraphicPropertiesppFillSymbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFillSymbol getFillSymbol()
throws java.io.IOException,
AutomationException
getFillSymbol in interface IGraphicPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbol(ITextSymbol ppTextSymbol)
throws java.io.IOException,
AutomationException
setTextSymbol in interface IGraphicPropertiesppTextSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTextSymbol()
throws java.io.IOException,
AutomationException
getTextSymbol in interface IGraphicPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCallout(IFormattedTextSymbol ppCallout)
throws java.io.IOException,
AutomationException
setCallout in interface IGraphicPropertiesppCallout - A reference to a com.esri.arcgis.display.IFormattedTextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFormattedTextSymbol getCallout()
throws java.io.IOException,
AutomationException
getCallout in interface IGraphicPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSwipeLayerByRef(ILayer ppSwiperLayer)
throws java.io.IOException,
AutomationException
setSwipeLayerByRef in interface ILayerEffectPropertiesppSwiperLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getSwipeLayer()
throws java.io.IOException,
AutomationException
getSwipeLayer in interface ILayerEffectPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlickerLayerByRef(ILayer ppFlickerLayer)
throws java.io.IOException,
AutomationException
setFlickerLayerByRef in interface ILayerEffectPropertiesppFlickerLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getFlickerLayer()
throws java.io.IOException,
AutomationException
getFlickerLayer in interface ILayerEffectPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparencyLayerByRef(ILayer ppLayer)
throws java.io.IOException,
AutomationException
setTransparencyLayerByRef in interface ILayerEffectPropertiesppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getTransparencyLayer()
throws java.io.IOException,
AutomationException
getTransparencyLayer in interface ILayerEffectPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlickerRate(int lRate)
throws java.io.IOException,
AutomationException
setFlickerRate in interface ILayerEffectPropertieslRate - The lRate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFlickerRate()
throws java.io.IOException,
AutomationException
getFlickerRate in interface ILayerEffectPropertiesjava.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 | ||||||||