public interface IAssetType
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of an asset type.' 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 |
IIDc9ef9792_94c7_4cdc_aeb6_9e6a56288fba |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAssetTypeCode()
Returns the asset type code.
|
java.lang.String |
getAssetTypeName()
Returns the asset type name.
|
int |
getAssociationDeleteType()
The delete behavior for container and structure associations.
|
int |
getAssociationRoleType()
Returns the association role type.
|
IStringArray |
getCategories()
Returns categories.
|
int |
getConnectivityPolicy()
Returns the connectivity policy.
|
double |
getContainerViewScale()
The initial scale (representative fraction) at which the container feature will display.
|
java.lang.Object |
getCreationTime()
Returns the creation time.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
getTerminalConfigurationID()
Returns the terminal configuration ID.
|
boolean |
isLinearConnectivityPolicySupported()
Returns whether the linear connectivity policy is supported.
|
boolean |
isSplitContent()
Returns the split content.
|
boolean |
isTerminalConfigurationSupported()
Returns whether the terminal configuration is supported.
|
static final int IIDc9ef9792_94c7_4cdc_aeb6_9e6a56288fba
static final int xxDummy
static final java.lang.String IID
java.lang.Object getCreationTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAssetTypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAssetTypeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getContainerViewScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAssociationDeleteType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAssociationRoleType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getCategories() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTerminalConfigurationSupported() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTerminalConfigurationID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isLinearConnectivityPolicySupported() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getConnectivityPolicy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSchemaGeneration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSplitContent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.