public interface esriShapeExportFlags
extends java.io.Serializable
Description: 'Flags used to control the behavior of IESRIShape2 export 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 |
esriShapeExportAngularDensify
Exports densified versions of non-linear segments.
|
static int |
esriShapeExportDefaults
Exports curves, Zs, Ms, and point IDs (circular and elliptical arcs in 9.1 format).
|
static int |
esriShapeExportDistanceDensify
Exports densified versions of non-linear segments.
|
static int |
esriShapeExportNewArcFormat
Exports circular and elliptical arcs in 9.2 format - only suitable for non-persistant use or persistance in a 9.2 geodatabase.
|
static int |
esriShapeExportNoCompress
Does not compress the output shapefile buffer.
|
static int |
esriShapeExportNoSwap
Does not perform byte swapping on the output shapefile buffer.
|
static int |
esriShapeExportPreserveTextureCompression
Preserve texture compression.
|
static int |
esriShapeExportStripIDs
Removes ids from exported shape.
|
static int |
esriShapeExportStripMaterials
Removes materials attributes from exported multipatch.
|
static int |
esriShapeExportStripMs
Removes ms from exported shape.
|
static int |
esriShapeExportStripNormals
Removes normals from exported multipatch.
|
static int |
esriShapeExportStripTextures
Removes Textures from exported multipatch.
|
static int |
esriShapeExportStripZs
Removes zs from exported shape.
|
static int |
esriShapeExportTrueNaNs
Exports undefined double precision values as true NaNs (IEEE Non-A-Number).
|
static final int esriShapeExportDefaults
static final int esriShapeExportNoSwap
static final int esriShapeExportAngularDensify
static final int esriShapeExportDistanceDensify
static final int esriShapeExportTrueNaNs
static final int esriShapeExportStripZs
static final int esriShapeExportStripMs
static final int esriShapeExportStripIDs
static final int esriShapeExportStripTextures
static final int esriShapeExportStripNormals
static final int esriShapeExportStripMaterials
static final int esriShapeExportNewArcFormat
static final int esriShapeExportNoCompress
static final int esriShapeExportPreserveTextureCompression