com.esri.arcgis.geodatabase
Interface IItemInfo2

All Superinterfaces:
IItemInfo, Serializable
All Known Implementing Classes:
ItemInfo

public interface IItemInfo2
extends IItemInfo, Serializable

Provides access to members of item info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getCredits()
          Credits of the item.
 double getMaxScale()
          Maximum scale of the item.
 double getMinScale()
          Minimum scale of the item.
 String getSpatialReferenceName()
          The name of the spatial reference.
 void setCredits(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
 

Method Detail

getCredits

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setCredits

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMinScale

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMinScale

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMaxScale

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMaxScale

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSpatialReferenceName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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