Uses of Class
com.esri.core.geometry.WktParser
Packages that use WktParser
-
Uses of WktParser in com.esri.core.geometry
Methods in com.esri.core.geometry with parameters of type WktParserModifier and TypeMethodDescription(package private) static Geometry
OperatorImportFromWktLocal.importFromWkt
(int import_flags, Geometry.Type type, WktParser wkt_parser) (package private) static Geometry
OperatorImportFromWktLocal.lineStringTaggedText
(boolean b_multi_linestring, int import_flags, WktParser wkt_parser) (package private) static int
OperatorImportFromWktLocal.lineStringText
(boolean b_ring, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static int
OperatorImportFromWktLocal.multiLineStringText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static Geometry
OperatorImportFromWktLocal.multiPointTaggedText
(int import_flags, WktParser wkt_parser) (package private) static int
OperatorImportFromWktLocal.multiPointText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) (package private) static int
OperatorImportFromWktLocal.multiPolygonText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static Geometry
OperatorImportFromWktLocal.pointTaggedText
(int import_flags, WktParser wkt_parser) (package private) static int
OperatorImportFromWktLocal.pointText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) (package private) static Geometry
OperatorImportFromWktLocal.polygonTaggedText
(boolean b_multi_polygon, int import_flags, WktParser wkt_parser) (package private) static int
OperatorImportFromWktLocal.polygonText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, int total_point_count, WktParser wkt_parser)