|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDimensionFeature
COM Interface 'IDimensionFeature'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a dimension feature.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID5c305710_da7f_11d3_80ce_00c04f601565
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getCustomLength()
The dimension feature's custom or user-defined length. |
int |
getDimensionLineDisplay()
The dimension line display for the feature. |
IDimensionShape |
getDimensionShape()
The dimension feature's shape. |
int |
getDimensionType()
The dimension type of the feature. |
int |
getExtensionLineDisplay()
The extension line display of the feature. |
double |
getLength()
The dimension feature's length. |
int |
getMarkerDisplay()
The arrow display of the feature. |
int |
getStyleID()
The dimension feature's style Id. |
boolean |
isUseCustomLength()
Indicates if this dimension feature displays the dimension length or a custom length. |
void |
setCustomLength(double length)
The dimension feature's custom or user-defined length. |
void |
setDimensionLineDisplay(int displayOption)
The dimension line display for the feature. |
void |
setDimensionShape(IDimensionShape shape)
The dimension feature's shape. |
void |
setDimensionType(int type)
The dimension type of the feature. |
void |
setExtensionLineDisplay(int displayOption)
The extension line display of the feature. |
void |
setMarkerDisplay(int displayOption)
The arrow display of the feature. |
void |
setStyleID(int iD)
The dimension feature's style Id. |
void |
setUseCustomLength(boolean use)
Indicates if this dimension feature displays the dimension length or a custom length. |
Field Detail |
---|
static final int IID5c305710_da7f_11d3_80ce_00c04f601565
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setDimensionShape(IDimensionShape shape) throws java.io.IOException, AutomationException
shape
- A reference to a com.esri.arcgis.carto.IDimensionShape (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDimensionShape getDimensionShape() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStyleID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyleID(int iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCustomLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomLength(double length) throws java.io.IOException, AutomationException
length
- The length (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseCustomLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseCustomLength(boolean use) throws java.io.IOException, AutomationException
use
- The use (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDimensionLineDisplay(int displayOption) throws java.io.IOException, AutomationException
displayOption
- A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionLineDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtensionLineDisplay(int displayOption) throws java.io.IOException, AutomationException
displayOption
- A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExtensionLineDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerDisplay(int displayOption) throws java.io.IOException, AutomationException
displayOption
- A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMarkerDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDimensionType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriDimensionType constant (in)
java.io.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 |