public interface IConstructEllipticArc
extends java.io.Serializable
Description: 'Provides access to members that construct an elliptic arc segment using other geometries and measures.' 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 |
IIDb12317d5_16d7_11d2_aa7a_00c04fa37ba4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
constructEnvelope(IEnvelope boundingEnvelope)
Constructs the inscribed ellipse of the given envelope.
|
void |
constructQuarterEllipse(IPoint fromPoint,
IPoint toPoint,
boolean cCW)
Construct an elliptic arc that starts at fromPoint, goes to toPoint, and spans an angle of pi/2.
|
void |
constructTwoPointsEnvelope(IPoint fromPoint,
IPoint toPoint,
IEnvelope suggestedEnvelope,
int orientation)
Construct an elliptic arc that starts at fromPoint, goes to toPoint, and tries to have the embedded ellipse inscribed in the suggestedEnvelope.
|
void |
constructUpToFivePoints(IPoint from,
IPoint to,
IPoint thru,
IPoint point4,
IPoint point5)
Constructs an elliptic arc, given up to 5 points, such that the embedded ellipse passes through as many as possible.
|
static final int IIDb12317d5_16d7_11d2_aa7a_00c04fa37ba4
static final int xxDummy
static final java.lang.String IID
void constructEnvelope(IEnvelope boundingEnvelope) throws java.io.IOException, AutomationException
boundingEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void constructUpToFivePoints(IPoint from, IPoint to, IPoint thru, IPoint point4, IPoint point5) throws java.io.IOException, AutomationException
from
- A reference to a com.esri.arcgis.geometry.IPoint (in)to
- A reference to a com.esri.arcgis.geometry.IPoint (in)thru
- A reference to a com.esri.arcgis.geometry.IPoint (in)point4
- A reference to a com.esri.arcgis.geometry.IPoint (in)point5
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void constructQuarterEllipse(IPoint fromPoint, IPoint toPoint, boolean cCW) throws java.io.IOException, AutomationException
fromPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)toPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)cCW
- The cCW (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void constructTwoPointsEnvelope(IPoint fromPoint, IPoint toPoint, IEnvelope suggestedEnvelope, int orientation) throws java.io.IOException, AutomationException
fromPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)toPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)suggestedEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)orientation
- A com.esri.arcgis.geometry.esriArcOrientation constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.