Class OperatorImportFromESRIShape
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromESRIShape
Import from ESRI shape format.
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Geometryexecute(int importFlags, Geometry.Type type, ByteBuffer shapeBuffer) Performs the ImportFromESRIShape operation.getType()static OperatorImportFromESRIShapelocal()Methods inherited from class Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorImportFromESRIShape
public OperatorImportFromESRIShape()
-
-
Method Details
-
getType
-
execute
Performs the ImportFromESRIShape operation.- Parameters:
importFlags- Use theShapeImportFlagsinterface. The default is 0, which means geometry comes from a trusted source and is topologically simple. If the geometry comes from non-trusted source (that is it can be non-simple), pass ShapeImportNonTrusted.type- The geometry type that you want to import. Use theGeometry.Typeenum. It can be Geometry.Type.Unknown if the type of geometry has to be figured out from the shape buffer.shapeBuffer- The buffer holding the Geometry in ESRIShape format.- Returns:
- Returns the imported Geometry.
-
local
-