public interface IGeometryFactory
extends 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 |
IIDf71f8c16_ef07_11d0_8327_0000f8775be9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
createEmptyGeometryByESRIType(int shapeType,
IGeometry[] outGeometry)
Create an empty geometry of the specified Esri shape file type.
|
void |
createEmptyGeometryByType(int geometryType,
IGeometry[] outGeometry)
Creates an empty geometry of the specified ArcObjects geometry type.
|
void |
createGeometry(int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
Create a point, polyline, polygon, or multipoint from the specified shapefile format buffer.
|
IGeometry |
createGeometryFromEnumerator(IEnumGeometry geometries)
Creates a geometry bag containing references to geometries returned by the input geometry enumerator.
|
void |
createGeometryFromWkb(int[] byteCountInOut,
byte[] geometryInfo,
IGeometry[] outGeometry)
Create a point, polyline, polygon, or multipoint from the specified OGIS WKB format buffer.
|
void |
createGeometryFromWkbVariant(java.lang.Object wkb,
IGeometry[] outGeometry,
int[] numBytesRead)
Create a point, polyline, polygon, or multipoint from the specified OGIS WKB format buffer.
|
static final int IIDf71f8c16_ef07_11d0_8327_0000f8775be9
static final int xxDummy
static final java.lang.String IID
void createGeometry(int[] byteCountInOut, byte[] geometryInfo, IGeometry[] outGeometry) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void createGeometryFromWkb(int[] byteCountInOut, byte[] geometryInfo, IGeometry[] outGeometry) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void createEmptyGeometryByESRIType(int shapeType, IGeometry[] outGeometry) throws java.io.IOException, AutomationException
shapeType
- A com.esri.arcgis.geometry.esriShapeType constant (in)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 createEmptyGeometryByType(int geometryType, IGeometry[] outGeometry) throws java.io.IOException, AutomationException
geometryType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)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 createGeometryFromWkbVariant(java.lang.Object wkb, IGeometry[] outGeometry, int[] numBytesRead) throws java.io.IOException, AutomationException
wkb
- A Variant (in)outGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)numBytesRead
- The numBytesRead (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry createGeometryFromEnumerator(IEnumGeometry geometries) throws java.io.IOException, AutomationException
geometries
- A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.