com.esri.arcgis.geometry
Interface IGeometryBag
- All Superinterfaces:
- IGeometry, java.io.Serializable
- All Known Implementing Classes:
- GeometryBag, IGeometryBagProxy
public interface IGeometryBag
- extends IGeometry, java.io.Serializable
COM Interface 'IGeometryBag'. Generated 3/19/2015 1:20:55 PM
from 'C:\ArcGIS\COM\esriGeometry.olb'
Description: 'Provides access to members that identify a geometry bag.'
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 |
boolean |
isLosslessExport()
Indicates if this geometry bag exported itself to a shapefile buffer with no loss of information. |
Methods inherited from interface com.esri.arcgis.geometry.IGeometry |
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference |
IIDb5b8cda0_9d24_11d3_810d_0080c75e8a71
static final int IIDb5b8cda0_9d24_11d3_810d_0080c75e8a71
- 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
isLosslessExport
boolean isLosslessExport()
throws java.io.IOException,
AutomationException
- Indicates if this geometry bag exported itself to a shapefile buffer with no loss of information. Currently always returns false.
- Returns:
- The nothingLost
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.