com.esri.arcgis.geometry
Interface IGeometryFactory2
- All Superinterfaces:
- IGeometryFactory, java.io.Serializable
- All Known Subinterfaces:
- IGeometryFactory3
- All Known Implementing Classes:
- GeometryEnvironment, IGeometryFactory2Proxy, IGeometryFactory3Proxy
public interface IGeometryFactory2
- extends IGeometryFactory, java.io.Serializable
COM Interface 'IGeometryFactory2'. 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 =
IID8859da8a_64e0_4f2b_bdfc_46182248bf53
static final int IID8859da8a_64e0_4f2b_bdfc_46182248bf53
- 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
createWkbVariantFromGeometry
java.lang.Object createWkbVariantFromGeometry(IGeometry inGeometry)
throws java.io.IOException,
AutomationException
- Creates an OGIS WKB format from a geometry object.
- Parameters:
inGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
- Returns:
- A Variant
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.