|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDimensionGraphic
COM Interface 'IDimensionGraphic'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a dimension graphic.' 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 |
IID7126d088_fb61_11d3_80d3_00c04f601565
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
draw(int hDC,
ITransformation transformation)
Draws the dimension style. |
double |
getCustomLength()
The custom length of the dimension graphic. |
IPoint |
getDefaultTextPoint()
The default location of the dimension text placement. |
IDimensionShape |
getDimensionShape()
The begin dimension point. |
double |
getLength()
The length of the dimension graphic. |
void |
getMask(int hDC,
ITransformation transformation,
IGeometry mask)
The dimension graphic mask. |
ITransformation |
getNativeTransformation()
The native transformation for the dimension graphic. |
int |
getNativeUnits()
The native units of the dimension graphic. |
IDimensionStyle |
getStyle()
The dimension style. |
boolean |
isUseCustomLength()
Indicates if a custom length is displayed for the dimsnion graphic. |
void |
queryBoundary(int hDC,
ITransformation transformation,
IPolygon boundary)
The boundary of the dimension style. |
void |
setCustomLength(double length)
The custom length of the dimension graphic. |
void |
setDimensionShapeByRef(IDimensionShape shape)
The begin dimension point. |
void |
setNativeTransformationByRef(ITransformation transformation)
The native transformation for the dimension graphic. |
void |
setNativeUnits(int units)
The native units of the dimension graphic. |
void |
setStyleByRef(IDimensionStyle style)
The dimension style. |
void |
setUseCustomLength(boolean length)
Indicates if a custom length is displayed for the dimsnion graphic. |
void |
updateShape(int hDC,
ITransformation transformation,
IFeature pFeature)
Updates the dimension geometries for the dimension graphic. |
Field Detail |
---|
static final int IID7126d088_fb61_11d3_80d3_00c04f601565
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setDimensionShapeByRef(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.IDimensionStyle getStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyleByRef(IDimensionStyle style) throws java.io.IOException, AutomationException
style
- A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(int hDC, ITransformation transformation) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryBoundary(int hDC, ITransformation transformation, IPolygon boundary) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)boundary
- A reference to a com.esri.arcgis.geometry.IPolygon (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 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.void getMask(int hDC, ITransformation transformation, IGeometry mask) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)mask
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateShape(int hDC, ITransformation transformation, IFeature pFeature) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)pFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNativeUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNativeUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getDefaultTextPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITransformation getNativeTransformation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNativeTransformationByRef(ITransformation transformation) throws java.io.IOException, AutomationException
transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (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 |