public interface IGeometryFactory2 extends IGeometryFactory, java.io.Serializable
Description: 'Provides access to members that create geometries from different inputs.' 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 |
IID8859da8a_64e0_4f2b_bdfc_46182248bf53 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf71f8c16_ef07_11d0_8327_0000f8775be9
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createWkbVariantFromGeometry(IGeometry inGeometry)
Creates an OGC WKB format from a geometry object.
|
createEmptyGeometryByESRIType, createEmptyGeometryByType, createGeometry, createGeometryFromEnumerator, createGeometryFromWkb, createGeometryFromWkbVariant
static final int IID8859da8a_64e0_4f2b_bdfc_46182248bf53
static final int xxDummy
static final java.lang.String IID
java.lang.Object createWkbVariantFromGeometry(IGeometry inGeometry) throws java.io.IOException, AutomationException
inGeometry
- 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.