public interface IMensurationFactory
extends java.io.Serializable
Description: 'Provides access to members that control a mensuration type factory.' 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 |
IIDc080afaf_36a7_40ab_9f10_c32d0a748022 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IMensuration |
createMensuration(IRaster pRaster)
Create mensuration object based on raster object capabilities.
|
static final int IIDc080afaf_36a7_40ab_9f10_c32d0a748022
static final int xxDummy
static final java.lang.String IID
IMensuration createMensuration(IRaster pRaster) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.