Package com.esri.core.geometry
Interface ShapeImportFlags
-
public interface ShapeImportFlags
Flags used by the OperatorImportFromEsriShape.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ShapeImportAttach
static int
ShapeImportDefaults
static int
ShapeImportNonTrusted
static int
ShapeImportNoSwap
-
-
-
Field Detail
-
ShapeImportDefaults
static final int ShapeImportDefaults
- See Also:
- Constant Field Values
-
ShapeImportNoSwap
static final int ShapeImportNoSwap
- See Also:
- Constant Field Values
-
ShapeImportNonTrusted
static final int ShapeImportNonTrusted
- See Also:
- Constant Field Values
-
ShapeImportAttach
static final int ShapeImportAttach
- See Also:
- Constant Field Values
-
-