Class OperatorImportFromWktLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromWkt
com.esri.core.geometry.OperatorImportFromWktLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidaddToStreams(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, double x, double y, double z, double m) execute(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.executeOGC(int import_flags, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.(package private) static GeometryimportFromWkt(int import_flags, Geometry.Type type, WktParser wkt_parser) (package private) static GeometrylineStringTaggedText(boolean b_multi_linestring, int import_flags, WktParser wkt_parser) (package private) static intlineStringText(boolean b_ring, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static intmultiLineStringText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static GeometrymultiPointTaggedText(int import_flags, WktParser wkt_parser) (package private) static intmultiPointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) (package private) static intmultiPolygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static GeometrypointTaggedText(int import_flags, WktParser wkt_parser) (package private) static intpointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) (package private) static GeometrypolygonTaggedText(boolean b_multi_polygon, int import_flags, WktParser wkt_parser) (package private) static intpolygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, int total_point_count, WktParser wkt_parser) Methods inherited from class OperatorImportFromWkt
getType, localMethods inherited from class Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorImportFromWktLocal
OperatorImportFromWktLocal()
-
-
Method Details
-
execute
public Geometry execute(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) Description copied from class:OperatorImportFromWktPerforms the ImportFromWkt operation.- Specified by:
executein classOperatorImportFromWkt- Parameters:
import_flags- Use theWktImportFlagsinterface.type- Use theGeometry.Typeenum.wkt_string- The string holding the Geometry in wkt format.- Returns:
- Returns the imported Geometry.
-
executeOGC
public OGCStructure executeOGC(int import_flags, String wkt_string, ProgressTracker progress_tracker) Description copied from class:OperatorImportFromWktPerforms the ImportFromWkt operation.- Specified by:
executeOGCin classOperatorImportFromWkt- Parameters:
import_flags- Use theWktImportFlagsinterface.wkt_string- The string holding the Geometry in wkt format.- Returns:
- Returns the imported OGCStructure.
-
importFromWkt
-
polygonTaggedText
-
lineStringTaggedText
-
multiPointTaggedText
-
pointTaggedText
-
multiPolygonText
static int multiPolygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) -
multiLineStringText
static int multiLineStringText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) -
multiPointText
static int multiPointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) -
polygonText
static int polygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, int total_point_count, WktParser wkt_parser) -
lineStringText
static int lineStringText(boolean b_ring, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) -
pointText
static int pointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) -
addToStreams
static void addToStreams(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, double x, double y, double z, double m)
-