com.esri.arcgis.display
Interface IStyleImporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStyleImporterProxy

public interface IStyleImporter
extends java.io.Serializable

COM Interface 'IStyleImporter'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that import styles.' 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 IID17049f80_8e15_11d2_983e_0080c7e04196
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void esri_import(java.lang.String fileName)
          Imports the specified file into the Style Gallery.
 java.lang.String getFileFilter()
          The file extension(s) for files supported by this style importer.
 boolean isCanImport(java.lang.String fileName)
          Indicates if the specified file can be imported.
 

Field Detail

IID17049f80_8e15_11d2_983e_0080c7e04196

static final int IID17049f80_8e15_11d2_983e_0080c7e04196
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isCanImport

boolean isCanImport(java.lang.String fileName)
                    throws java.io.IOException,
                           AutomationException
Indicates if the specified file can be imported.

Parameters:
fileName - The fileName (in)
Returns:
The canImport
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_import

void esri_import(java.lang.String fileName)
                 throws java.io.IOException,
                        AutomationException
Imports the specified file into the Style Gallery.

Parameters:
fileName - The fileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFileFilter

java.lang.String getFileFilter()
                               throws java.io.IOException,
                                      AutomationException
The file extension(s) for files supported by this style importer. If there is more than one, then they are separated with ';'.

Returns:
The fileExtension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.