public interface esriShapeImportFlags
extends java.io.Serializable
Description: 'Flags used to control the behavior of IESRIShape2 import methods.' 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 int |
esriShapeImportAttach
Attaches the geometry directly to the input shapefile buffer.
|
static int |
esriShapeImportDefaults
Uses default import behavior: performs byte swapping if the current platform is Big-Endian (Sun, Motorola, etc.), assumes the geometry being imported is simple, and does not attach to the import buffer.
|
static int |
esriShapeImportNonTrusted
Does not assume that the input shapefile buffer represents a topologically correct geometry.
|
static int |
esriShapeImportNoSwap
Assumes shapefile standard byte ordering, regardless of current platform architecture.
|
static int |
esriShapeImportRecalculateEnvelope
Causes the envelope of the imported shape to be recalculated.
|
static final int esriShapeImportDefaults
static final int esriShapeImportNoSwap
static final int esriShapeImportNonTrusted
static final int esriShapeImportAttach
static final int esriShapeImportRecalculateEnvelope