public interface IItemInfo2 extends IItemInfo, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID9d3c440d_837e_4d7b_ab0d_60e8a4542000 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID506a8d89_c3af_4c4b_8f03_8f83b36b5329
Modifier and Type | Method and Description |
---|---|
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 credits)
Credits of the item.
|
void |
setMaxScale(double scale)
Maximum scale of the item.
|
void |
setMinScale(double scale)
Minimum scale of the item.
|
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
static final int IID9d3c440d_837e_4d7b_ab0d_60e8a4542000
static final int xxDummy
static final java.lang.String IID
java.lang.String getCredits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCredits(java.lang.String credits) throws java.io.IOException, AutomationException
credits
- The credits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSpatialReferenceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.