public abstract class OperatorImportFromWkt extends Operator
Operator.Type
Constructor and Description |
---|
OperatorImportFromWkt() |
Modifier and Type | Method and Description |
---|---|
abstract Geometry |
execute(int import_flags,
Geometry.Type type,
String wkt_string,
ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.
|
abstract OGCStructure |
executeOGC(int import_flags,
String wkt_string,
ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.
|
Operator.Type |
getType() |
static OperatorImportFromWkt |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
public Operator.Type getType()
public abstract Geometry execute(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker)
import_flags
- Use the WktImportFlags
interface.type
- Use the Geometry.Type
enum.wkt_string
- The string holding the Geometry in wkt format.public abstract OGCStructure executeOGC(int import_flags, String wkt_string, ProgressTracker progress_tracker)
import_flags
- Use the WktImportFlags
interface.wkt_string
- The string holding the Geometry in wkt format.public static OperatorImportFromWkt local()
Copyright © 2018. All rights reserved.