Package com.esri.core.geometry
Interface ShapeImportFlags
-
public interface ShapeImportFlagsFlags used by the OperatorImportFromEsriShape.
-
-
Field Summary
Fields Modifier and Type Field Description static intShapeImportAttachstatic intShapeImportDefaultsstatic intShapeImportNonTrustedstatic intShapeImportNoSwap
-
-
-
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
-
-