|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriShapeImportFlags
Constants from esriShapeImportFlags' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Field Summary | |
---|---|
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. |
Field Detail |
---|
static final int esriShapeImportDefaults
static final int esriShapeImportNoSwap
static final int esriShapeImportNonTrusted
static final int esriShapeImportAttach
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |