|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriShapeImportFlags
Flags used to control the behavior of IESRIShape2 import methods.
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 |