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 void
addToStreams(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, double x, double y, double z, double m)
Geometry
execute(int import_flags, Geometry.Type type, java.lang.String wkt_string, ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.OGCStructure
executeOGC(int import_flags, java.lang.String wkt_string, ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.(package private) static Geometry
importFromWkt(int import_flags, Geometry.Type type, WktParser wkt_parser)
(package private) static Geometry
lineStringTaggedText(boolean b_multi_linestring, int import_flags, WktParser wkt_parser)
(package private) static int
lineStringText(boolean b_ring, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser)
(package private) static int
multiLineStringText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser)
(package private) static Geometry
multiPointTaggedText(int import_flags, WktParser wkt_parser)
(package private) static int
multiPointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser)
(package private) static int
multiPolygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser)
(package private) static Geometry
pointTaggedText(int import_flags, WktParser wkt_parser)
(package private) static int
pointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser)
(package private) static Geometry
polygonTaggedText(boolean b_multi_polygon, int import_flags, WktParser wkt_parser)
(package private) static int
polygonText(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:OperatorImportFromWkt
Performs the ImportFromWkt operation.- Specified by:
execute
in classOperatorImportFromWkt
- Parameters:
import_flags
- Use theWktImportFlags
interface.type
- Use theGeometry.Type
enum.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:OperatorImportFromWkt
Performs the ImportFromWkt operation.- Specified by:
executeOGC
in classOperatorImportFromWkt
- Parameters:
import_flags
- Use theWktImportFlags
interface.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)
-
-