|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.ILayerFileProxy
Description: 'Provides access to members that control the reading and writing of layer document files.' 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 =
public class ILayerFileProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.ILayerFile |
---|
IID, IID58478051_486a_4093_a620_a558af78baf5 |
Constructor Summary | |
---|---|
|
ILayerFileProxy()
Deprecated. For internal use only |
|
ILayerFileProxy(java.lang.Object obj)
Deprecated. |
protected |
ILayerFileProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ILayerFileProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ILayerFileProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
close()
Deprecated. Close the layer file. |
void |
esri_new(java.lang.String sFile)
Deprecated. Creates and opens a new layer File in preparation for the contents to be retrieve or updated. |
java.lang.String |
getFilename()
Deprecated. The name of the layer file that the LayerFile coclass is linked to. |
ILayer |
getLayer()
Deprecated. The Layer object. |
IPicture |
getThumbnail()
Deprecated. The thumbnail stored in the layer file. |
boolean |
isLayerFile(java.lang.String sFile)
Deprecated. Indicates if the file is a valid layer file. |
boolean |
isPresent(java.lang.String sFile)
Deprecated. Indicates if the layer file is present. |
boolean |
isReadOnly(java.lang.String sFile)
Deprecated. Indicates if the layer file is read only. |
void |
open(java.lang.String sFile)
Deprecated. Open the layer file in preparation for the contents to be retrieved or updated. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
replaceContents(ILayer pLayer)
Deprecated. Replace the contents of the layer file. |
void |
save()
Deprecated. Save the contents of the layer file to the bound file. |
void |
saveAs(java.lang.String sFile)
Deprecated. Save the contents of the layer file to the specified file name. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ILayerFileProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ILayerFileProxy()
public ILayerFileProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILayerFileProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILayerFileProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getFilename() throws java.io.IOException, AutomationException
getFilename
in interface ILayerFile
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLayerFile(java.lang.String sFile) throws java.io.IOException, AutomationException
isLayerFile
in interface ILayerFile
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPresent(java.lang.String sFile) throws java.io.IOException, AutomationException
isPresent
in interface ILayerFile
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReadOnly(java.lang.String sFile) throws java.io.IOException, AutomationException
isReadOnly
in interface ILayerFile
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getLayer() throws java.io.IOException, AutomationException
getLayer
in interface ILayerFile
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPicture getThumbnail() throws java.io.IOException, AutomationException
getThumbnail
in interface ILayerFile
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void esri_new(java.lang.String sFile) throws java.io.IOException, AutomationException
esri_new
in interface ILayerFile
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void open(java.lang.String sFile) throws java.io.IOException, AutomationException
open
in interface ILayerFile
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void close() throws java.io.IOException, AutomationException
close
in interface ILayerFile
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replaceContents(ILayer pLayer) throws java.io.IOException, AutomationException
replaceContents
in interface ILayerFile
pLayer
- 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 void save() throws java.io.IOException, AutomationException
save
in interface ILayerFile
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveAs(java.lang.String sFile) throws java.io.IOException, AutomationException
saveAs
in interface ILayerFile
sFile
- The sFile (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 |