com.esri.arcgis.datasourcesraster
Interface IFormatData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FormatList, IFormatDataProxy

public interface IFormatData
extends java.io.Serializable

COM Interface 'IFormatData'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that provide access to information about specific raster formats.' 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 IID43e890d1_5ed9_11d3_80ea_00500462e955
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getExtension()
          Default extension (without the dot).
 int getOrder()
          Order to display in UI.
 java.lang.String getShortName()
          Name used for icon registration.
 java.lang.String getTempl()
          Wildcard string for file matching.
 java.lang.String getTitle()
          Implementor name of format.
 java.lang.String getUITitle()
          User legible name of format.
 boolean isCreatable()
          Indicates whether this format supports 'SaveAs'.
 boolean isDirectory()
          Indicates whether this format is directory based, as opposed to file based.
 boolean isPseudo()
          Indicates if wildcard match is enough for verification.
 boolean isUserFile()
          Indicates whether this format is intended for display to user (eg.
 

Field Detail

IID43e890d1_5ed9_11d3_80ea_00500462e955

static final int IID43e890d1_5ed9_11d3_80ea_00500462e955
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

getTitle

java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Implementor name of format.

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

getUITitle

java.lang.String getUITitle()
                            throws java.io.IOException,
                                   AutomationException
User legible name of format.

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

getOrder

int getOrder()
             throws java.io.IOException,
                    AutomationException
Order to display in UI.

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

getTempl

java.lang.String getTempl()
                          throws java.io.IOException,
                                 AutomationException
Wildcard string for file matching.

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

isPseudo

boolean isPseudo()
                 throws java.io.IOException,
                        AutomationException
Indicates if wildcard match is enough for verification.

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

getExtension

java.lang.String getExtension()
                              throws java.io.IOException,
                                     AutomationException
Default extension (without the dot).

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

getShortName

java.lang.String getShortName()
                              throws java.io.IOException,
                                     AutomationException
Name used for icon registration.

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

isDirectory

boolean isDirectory()
                    throws java.io.IOException,
                           AutomationException
Indicates whether this format is directory based, as opposed to file based.

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

isCreatable

boolean isCreatable()
                    throws java.io.IOException,
                           AutomationException
Indicates whether this format supports 'SaveAs'.

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

isUserFile

boolean isUserFile()
                   throws java.io.IOException,
                          AutomationException
Indicates whether this format is intended for display to user (eg. NOT *.rrd, or *.aux).

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