public interface IMEDimensionClassExtensionBridge
extends java.io.Serializable
Description: 'Provides access to the dimension feature class extension.' 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 |
IID0f9409f2_6186_48d7_b614_a721033d1514 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuild()
The build number of the dimension feature class.
|
java.lang.String |
getCIMVersion()
The CIM Version of the dimension feature class.
|
java.lang.String |
getDimensionStylesJSON()
A JSON string representing the collection of dimension styles associated with the dimension feature class.
|
int |
getFieldIndexes()
Get the field indexes
|
int |
getMaxStyleID()
The maximum style ID in the style collection.
|
double |
getReferenceScale()
The reference scale of the dimension feature class.
|
IUnit |
getReferenceScaleUnit()
The reference scale units of the dimension feature class.
|
short |
getVersion()
The version of the dimension feature class.
|
void |
resetProperties()
Resets the in state of the dimension feature class properties to what is persisted in the dataset.
|
void |
setBuild(java.lang.String build)
The build number of the dimension feature class.
|
void |
setCIMVersion(java.lang.String version)
The CIM Version of the dimension feature class.
|
void |
setDimensionStylesJSON(java.lang.String json)
A JSON string representing the collection of dimension styles associated with the dimension feature class.
|
void |
setReferenceScale(double refScale)
The reference scale of the dimension feature class.
|
void |
setReferenceScaleUnit(IUnit unit)
The reference scale units of the dimension feature class.
|
void |
setVersion(short vers)
The version of the dimension feature class.
|
void |
updateProperties()
Updates the dimension feature class' properties from the current state of this object.
|
static final int IID0f9409f2_6186_48d7_b614_a721033d1514
static final int xxDummy
static final java.lang.String IID
void setReferenceScale(double refScale)
throws java.io.IOException,
AutomationException
refScale - The refScale (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getReferenceScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setReferenceScaleUnit(IUnit unit) throws java.io.IOException, AutomationException
unit - A reference to a com.esri.arcgis.geometry.IUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IUnit getReferenceScaleUnit() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDimensionStylesJSON(java.lang.String json)
throws java.io.IOException,
AutomationException
json - The json (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getDimensionStylesJSON()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.short getVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setVersion(short vers)
throws java.io.IOException,
AutomationException
vers - The vers (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void updateProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void resetProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getFieldIndexes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMaxStyleID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getCIMVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCIMVersion(java.lang.String version)
throws java.io.IOException,
AutomationException
version - The version (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getBuild()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBuild(java.lang.String build)
throws java.io.IOException,
AutomationException
build - The build (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.