com.esri.arcgis.geodatabase
Interface IItemInfo2

All Superinterfaces:
IItemInfo, java.io.Serializable
All Known Implementing Classes:
IItemInfo2Proxy, ItemInfo

public interface IItemInfo2
extends IItemInfo, java.io.Serializable

COM Interface 'IItemInfo2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members of item info.' 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 IID9d3c440d_837e_4d7b_ab0d_60e8a4542000
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IItemInfo
IID506a8d89_c3af_4c4b_8f03_8f83b36b5329
 
Method Summary
 java.lang.String getCredits()
          Credits of the item.
 double getMaxScale()
          Maximum scale of the item.
 double getMinScale()
          Minimum scale of the item.
 java.lang.String getSpatialReferenceName()
          The name of the spatial reference.
 void setCredits(java.lang.String pCredits)
          Credits of the item.
 void setMaxScale(double pScale)
          Maximum scale of the item.
 void setMinScale(double pScale)
          Minimum scale of the item.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IItemInfo
getAccessConstraints, getCatalogPath, getDescription, getDocumentationInfo, getExtent, getGUID, getItemProperties, getLastModifiedTime, getName, getSnippet, getSpatialReference, getTags, getThumbnailInfo, getTitle, getType, getTypeInfo, getTypeKeywords, getURL, setAccessConstraints, setCatalogPath, setDescription, setDocumentationInfoByRef, setExtentByRef, setGUID, setItemProperties, setLastModifiedTime, setName, setSnippet, setSpatialReferenceByRef, setTags, setThumbnailInfoByRef, setTitle, setType, setTypeInfo, setTypeKeywords, setURL
 

Field Detail

IID9d3c440d_837e_4d7b_ab0d_60e8a4542000

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

getCredits

java.lang.String getCredits()
                            throws java.io.IOException,
                                   AutomationException
Credits of the item.

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

setCredits

void setCredits(java.lang.String pCredits)
                throws java.io.IOException,
                       AutomationException
Credits of the item.

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

getMinScale

double getMinScale()
                   throws java.io.IOException,
                          AutomationException
Minimum scale of the item.

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

setMinScale

void setMinScale(double pScale)
                 throws java.io.IOException,
                        AutomationException
Minimum scale of the item.

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

getMaxScale

double getMaxScale()
                   throws java.io.IOException,
                          AutomationException
Maximum scale of the item.

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

setMaxScale

void setMaxScale(double pScale)
                 throws java.io.IOException,
                        AutomationException
Maximum scale of the item.

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

getSpatialReferenceName

java.lang.String getSpatialReferenceName()
                                         throws java.io.IOException,
                                                AutomationException
The name of the spatial reference.

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