|
|||||||||
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 problemspublic 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 problemsMethod Detail |
---|
public static java.lang.String getClsid()
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 void setMarkerSymbol(IMarkerSymbol ppMarkerSymbol) throws java.io.IOException, AutomationException
setMarkerSymbol
in interface IGraphicProperties
ppMarkerSymbol
- 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 IGraphicProperties
java.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 IGraphicProperties
ppLineSymbol
- 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 IGraphicProperties
java.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 IGraphicProperties
ppFillSymbol
- 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 IGraphicProperties
java.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 IGraphicProperties
ppTextSymbol
- 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 IGraphicProperties
java.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 IGraphicProperties
ppCallout
- 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 IGraphicProperties
java.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 ILayerEffectProperties
ppSwiperLayer
- 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 ILayerEffectProperties
java.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 ILayerEffectProperties
ppFlickerLayer
- 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 ILayerEffectProperties
java.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 ILayerEffectProperties
ppLayer
- 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 ILayerEffectProperties
java.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 ILayerEffectProperties
lRate
- 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 ILayerEffectProperties
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 |