|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerFile
COM Interface 'ILayerFile'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID58478051_486a_4093_a620_a558af78baf5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
close()
Close the layer file. |
void |
esri_new(java.lang.String sFile)
Creates and opens a new layer File in preparation for the contents to be retrieve or updated. |
java.lang.String |
getFilename()
The name of the layer file that the LayerFile coclass is linked to. |
ILayer |
getLayer()
The Layer object. |
IPicture |
getThumbnail()
The thumbnail stored in the layer file. |
boolean |
isLayerFile(java.lang.String sFile)
Indicates if the file is a valid layer file. |
boolean |
isPresent(java.lang.String sFile)
Indicates if the layer file is present. |
boolean |
isReadOnly(java.lang.String sFile)
Indicates if the layer file is read only. |
void |
open(java.lang.String sFile)
Open the layer file in preparation for the contents to be retrieved or updated. |
void |
replaceContents(ILayer pLayer)
Replace the contents of the layer file. |
void |
save()
Save the contents of the layer file to the bound file. |
void |
saveAs(java.lang.String sFile)
Save the contents of the layer file to the specified file name. |
Field Detail |
---|
static final int IID58478051_486a_4093_a620_a558af78baf5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getFilename() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLayerFile(java.lang.String sFile) throws java.io.IOException, AutomationException
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPresent(java.lang.String sFile) throws java.io.IOException, AutomationException
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReadOnly(java.lang.String sFile) throws java.io.IOException, AutomationException
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPicture getThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_new(java.lang.String sFile) throws java.io.IOException, AutomationException
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void open(java.lang.String sFile) throws java.io.IOException, AutomationException
sFile
- The sFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void close() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replaceContents(ILayer pLayer) throws java.io.IOException, AutomationException
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.void save() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveAs(java.lang.String sFile) throws java.io.IOException, AutomationException
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 |