|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.ArcReaderConfiguration
public class ArcReaderConfiguration
COM Class 'ArcReaderConfiguration'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'
Description 'ArcReaderConfiguration contains settings affecting the appearance and behaviour of the control.' 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.IARConfiguration |
---|
DISPID_1_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_GET_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, DISPID_6_GET_NAME, DISPID_6_PUT_NAME, DISPID_7_GET_NAME, DISPID_7_PUT_NAME, IID, IID671c12b9_56d0_440a_8cf8_75b9fbd0a65e, xxDummy |
Constructor Summary | |
---|---|
ArcReaderConfiguration()
Constructs a ArcReaderConfiguration using ArcGIS Engine. |
|
ArcReaderConfiguration(java.lang.Object obj)
Construct a ArcReaderConfiguration 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 |
static java.lang.String |
getClsid()
getClsid. |
java.lang.Object |
getCustomProperty()
A property to associate data with an object. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.Object |
getSetting(java.lang.String sName)
The configuration setting specified. |
java.lang.String |
getTemplateFile()
The file name of the configuration file loaded into the control. |
int |
hashCode()
the hashcode for this object |
boolean |
isBoolSetting(java.lang.String sName)
The configuration setting specified, whose value is a boolean. |
void |
load(java.lang.String sFilename)
Loads each configuration setting from the specified file into the control. |
void |
release()
Release a ArcReaderConfiguration. |
void |
save(java.lang.String sFilename)
Saves each of the control's current configuration settings into the specified file. |
void |
setBoolSetting(java.lang.String sName,
boolean pVal)
The configuration setting specified, whose value is a boolean. |
void |
setCustomProperty(java.lang.Object pVal)
A property to associate data with an object. |
void |
setDefaults()
Set each control configuration setting to its default value. |
void |
setSetting(java.lang.String sName,
java.lang.Object pVal)
The configuration setting specified. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArcReaderConfiguration() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ArcReaderConfiguration(java.lang.Object obj) throws java.io.IOException
obj
to ArcReaderConfiguration
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ArcReaderConfiguration theArcReaderConfiguration = (ArcReaderConfiguration) obj;
Method 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 setDefaults() throws java.io.IOException, AutomationException
setDefaults
in interface IARConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(java.lang.String sFilename) throws java.io.IOException, AutomationException
load
in interface IARConfiguration
sFilename
- The sFilename (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(java.lang.String sFilename) throws java.io.IOException, AutomationException
save
in interface IARConfiguration
sFilename
- The sFilename (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTemplateFile() throws java.io.IOException, AutomationException
getTemplateFile
in interface IARConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getSetting(java.lang.String sName) throws java.io.IOException, AutomationException
getSetting
in interface IARConfiguration
sName
- The sName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSetting(java.lang.String sName, java.lang.Object pVal) throws java.io.IOException, AutomationException
setSetting
in interface IARConfiguration
sName
- The sName (in)pVal
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBoolSetting(java.lang.String sName) throws java.io.IOException, AutomationException
isBoolSetting
in interface IARConfiguration
sName
- The sName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBoolSetting(java.lang.String sName, boolean pVal) throws java.io.IOException, AutomationException
setBoolSetting
in interface IARConfiguration
sName
- The sName (in)pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
getCustomProperty
in interface IARConfiguration
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomProperty(java.lang.Object pVal) throws java.io.IOException, AutomationException
setCustomProperty
in interface IARConfiguration
pVal
- A Variant (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 |