|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataLicenseInfo
Provides access to data license information.
Method Summary | |
---|---|
String |
getApplicationName(int nIdx)
Name of licensed applications. |
int |
getApplicationsCount()
Number of licensed applications. |
int |
getAttrCroupsCount()
Number of attribute groups. |
String |
getAttrGroupName(int nIdx)
Name of attribute group. |
int |
getAvailableConnections()
Available connections. |
String |
getDataProductName()
Name of data product. |
Object |
getExpiration()
Expiration date. |
int |
getGeographiesCount()
Number of geographies divisions |
String |
getGeographyName(int nIdx)
Name of geographies divisions. |
int |
getLayerCroupsCount()
Number of layer groups. |
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. |
Method Detail |
---|
String getDataProductName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getApplicationsCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getApplicationName(int nIdx) throws IOException, AutomationException
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAttrCroupsCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAttrGroupName(int nIdx) throws IOException, AutomationException
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeographiesCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGeographyName(int nIdx) throws IOException, AutomationException
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMetaCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMetaInfo getMetaInfo(int nIdx) throws IOException, AutomationException
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLayerCroupsCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLayerGroupName(int nIdx) throws IOException, AutomationException
nIdx
- The nIdx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.GUID getLicenseID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getExpiration() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLicenseType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxConnections() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAvailableConnections() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUsageModeCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUsageModeInfo getUsageMode(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |