public interface IDataLicenseInfo
extends java.io.Serializable
Description: 'Provides access to data license information.' 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 |
IID37474491_1c04_4669_99b5_825cf67294c5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationName(int nIdx)
Name of licensed applications.
|
int |
getApplicationsCount()
Number of licensed applications.
|
int |
getAttrCroupsCount()
Number of attribute groups.
|
java.lang.String |
getAttrGroupName(int nIdx)
Name of attribute group.
|
int |
getAvailableConnections()
Available connections.
|
java.lang.String |
getDataProductName()
Name of data product.
|
java.lang.Object |
getExpiration()
Expiration date.
|
int |
getGeographiesCount()
Number of geographies divisions
|
java.lang.String |
getGeographyName(int nIdx)
Name of geographies divisions.
|
int |
getLayerCroupsCount()
Number of layer groups.
|
java.lang.String |
getLayerGroupName(int nIdx)
Name of layer groups.
|
GUID |
getLicenseID()
License ID.
|
int |
getLicenseType()
License type.
|
int |
getMaxConnections()
Maximum connections allowed.
|
int |
getMetaCount()
Number of meta information strings.
|
IMetaInfo |
getMetaInfo(int nIdx)
Meta information pair.
|
IUsageModeInfo |
getUsageMode(int nIndex)
Usage mode by its number.
|
int |
getUsageModeCount()
Number of usage modes.
|
static final int IID37474491_1c04_4669_99b5_825cf67294c5
static final int xxDummy
static final java.lang.String IID
java.lang.String getDataProductName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getApplicationsCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getApplicationName(int nIdx) throws java.io.IOException, AutomationException
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAttrCroupsCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAttrGroupName(int nIdx) throws java.io.IOException, AutomationException
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGeographiesCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGeographyName(int nIdx) throws java.io.IOException, AutomationException
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMetaCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMetaInfo getMetaInfo(int nIdx) throws java.io.IOException, AutomationException
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLayerCroupsCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLayerGroupName(int nIdx) throws java.io.IOException, AutomationException
nIdx
- The nIdx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getLicenseID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getExpiration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLicenseType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxConnections() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAvailableConnections() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUsageModeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUsageModeInfo getUsageMode(int nIndex) throws java.io.IOException, AutomationException
nIndex
- The nIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.