com.esri.arcgis.geometry
Interface IGeometryFactory3
- All Superinterfaces:
- IGeometryFactory, IGeometryFactory2, java.io.Serializable
- All Known Implementing Classes:
- GeometryEnvironment, IGeometryFactory3Proxy
public interface IGeometryFactory3
- extends IGeometryFactory2, java.io.Serializable
COM Interface 'IGeometryFactory3'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Method Summary |
void |
createGeometryEx(int importFlags,
int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer. |
IID7592c306_75b2_4a2c_8fee_c1abbe3d5491
static final int IID7592c306_75b2_4a2c_8fee_c1abbe3d5491
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
createGeometryEx
void createGeometryEx(int importFlags,
int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
throws java.io.IOException,
AutomationException
- Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer.
- Parameters:
importFlags
- The importFlags (in)byteCountInOut
- The byteCountInOut (in/out: use single element array)geometryInfo
- An unsigned byte (in)outGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.