public interface IGeometryFactory4 extends IGeometryFactory3, 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 |
IID6ba29d22_4802_4ce5_8fd6_c5081d90763d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7592c306_75b2_4a2c_8fee_c1abbe3d5491IID8859da8a_64e0_4f2b_bdfc_46182248bf53IIDf71f8c16_ef07_11d0_8327_0000f8775be9| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createEsriShapeVariantFromGeometry(int exportFlags,
IGeometry inGeometry)
Creates an Esri shape from a geometry object.
|
void |
createGeometryFromVariant(int importFlags,
java.lang.Object esriShape,
IGeometry[] outGeometry,
int[] bufferSizeOut)
Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer.
|
void |
createGeometrySafe(int importFlags,
long bufferSizeIn,
byte[] geometryInfo,
long[] bufferSizeOut,
IGeometry[] outGeometry)
Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer.
|
createGeometryExcreateWkbVariantFromGeometrycreateEmptyGeometryByESRIType, createEmptyGeometryByType, createGeometry, createGeometryFromEnumerator, createGeometryFromWkb, createGeometryFromWkbVariantstatic final int IID6ba29d22_4802_4ce5_8fd6_c5081d90763d
static final int xxDummy
static final java.lang.String IID
void createGeometrySafe(int importFlags,
long bufferSizeIn,
byte[] geometryInfo,
long[] bufferSizeOut,
IGeometry[] outGeometry)
throws java.io.IOException,
AutomationException
importFlags - The importFlags (in)bufferSizeIn - Signed 64-bit int (in)geometryInfo - An unsigned byte (in)bufferSizeOut - Signed 64-bit int (out: use single element array)outGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void createGeometryFromVariant(int importFlags,
java.lang.Object esriShape,
IGeometry[] outGeometry,
int[] bufferSizeOut)
throws java.io.IOException,
AutomationException
importFlags - The importFlags (in)esriShape - A Variant (in)outGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)bufferSizeOut - The bufferSizeOut (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object createEsriShapeVariantFromGeometry(int exportFlags,
IGeometry inGeometry)
throws java.io.IOException,
AutomationException
exportFlags - The exportFlags (in)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.