|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeometryFactory
COM Interface 'IGeometryFactory'. 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf71f8c16_ef07_11d0_8327_0000f8775be9
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IIDf71f8c16_ef07_11d0_8327_0000f8775be9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||