public interface IArea3D
extends java.io.Serializable
Description: 'Provides access to members that return properties common to MultiPatches.' 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 |
IID984839b4_f7ea_42f8_ae20_48632369cc08 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getArea3D()
The 3D surface area.
|
IPoint |
getCentroid3D()
A 3D point whose XY coordinates are set to the center of gravity of the shape'ss 2D footprint and Z set to the shape's ZMax.
|
IPoint |
getLabelPoint3D()
A point guaranteed to be on this 3D surface area.
|
void |
queryCentroid3D(IPoint center)
Copies the centroid of this 3D surface area to the specified point.
|
void |
queryLabelPoint3D(IPoint labelPoint)
Copies to the input point a point guaranteed to be on this 3D surface area.
|
static final int IID984839b4_f7ea_42f8_ae20_48632369cc08
static final int xxDummy
static final java.lang.String IID
double getArea3D() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getCentroid3D() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getLabelPoint3D() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryCentroid3D(IPoint center) throws java.io.IOException, AutomationException
center
- 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 queryLabelPoint3D(IPoint labelPoint) throws java.io.IOException, AutomationException
labelPoint
- 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.