public interface ICreateDimensionFeatureClassDefinitionBridge
extends java.io.Serializable
Description: 'Provides access to properties defining an dimension feature class to be created.' 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 |
IIDa5a640b6_bc3d_4cd2_9388_7686b21e2d2c |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
setConfigKeyword(java.lang.String rhs1)
The geodatabase configuration keyword.
|
void |
setDimensionStyleCollectionJSON(java.lang.String rhs1)
A JSON string representing the collection of dimension styles associated with the dimension feature class.
|
void |
setFeatureClassName(java.lang.String rhs1)
The name of the feature class.
|
void |
setFeatureDatasetByRef(IFeatureDataset rhs1)
The feature dataset to create the dimension feature class in.
|
void |
setFeatureWorkspaceByRef(IFeatureWorkspace rhs1)
The workspace to create the dimension feature class in.
|
void |
setFieldsByRef(IFields rhs1)
The fields collection to create the dimension feature class with.
|
void |
setReferenceScale(double rhs1)
The reference scale of the dimension feature class.
|
void |
setReferenceScaleUnitByRef(IUnit rhs1)
The reference scale unit of the dimension feature class.
|
void |
setShapeFieldName(java.lang.String rhs1)
The name of the shape field.
|
static final int IIDa5a640b6_bc3d_4cd2_9388_7686b21e2d2c
static final int xxDummy
static final java.lang.String IID
void setFeatureWorkspaceByRef(IFeatureWorkspace rhs1) throws java.io.IOException, AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFeatureDatasetByRef(IFeatureDataset rhs1) throws java.io.IOException, AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureDataset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFeatureClassName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setReferenceScale(double rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setReferenceScaleUnitByRef(IUnit rhs1) throws java.io.IOException, AutomationException
rhs1 - 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.void setConfigKeyword(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setShapeFieldName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFieldsByRef(IFields rhs1) throws java.io.IOException, AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFields (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDimensionStyleCollectionJSON(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.