Package com.esri.core.geometry
Class OperatorImportFromWktLocal
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorImportFromWkt
-
- com.esri.core.geometry.OperatorImportFromWktLocal
-
class OperatorImportFromWktLocal extends OperatorImportFromWkt
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorImportFromWktLocal()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static voidaddToStreams(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, double x, double y, double z, double m)Geometryexecute(int import_flags, Geometry.Type type, java.lang.String wkt_string, ProgressTracker progress_tracker)Performs the ImportFromWkt operation.OGCStructureexecuteOGC(int import_flags, java.lang.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 com.esri.core.geometry.OperatorImportFromWkt
getType, local
-
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
-
-
-
Method Detail
-
execute
public Geometry execute(int import_flags, Geometry.Type type, java.lang.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, java.lang.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
static Geometry importFromWkt(int import_flags, Geometry.Type type, WktParser wkt_parser)
-
polygonTaggedText
static Geometry polygonTaggedText(boolean b_multi_polygon, int import_flags, WktParser wkt_parser)
-
lineStringTaggedText
static Geometry lineStringTaggedText(boolean b_multi_linestring, int import_flags, WktParser wkt_parser)
-
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)
-
-