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 GeometryOperatorImportFromWktLocal.importFromWkt(int import_flags, Geometry.Type type, WktParser wkt_parser) (package private) static GeometryOperatorImportFromWktLocal.lineStringTaggedText(boolean b_multi_linestring, int import_flags, WktParser wkt_parser) (package private) static intOperatorImportFromWktLocal.lineStringText(boolean b_ring, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static intOperatorImportFromWktLocal.multiLineStringText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static GeometryOperatorImportFromWktLocal.multiPointTaggedText(int import_flags, WktParser wkt_parser) (package private) static intOperatorImportFromWktLocal.multiPointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) (package private) static intOperatorImportFromWktLocal.multiPolygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) (package private) static GeometryOperatorImportFromWktLocal.pointTaggedText(int import_flags, WktParser wkt_parser) (package private) static intOperatorImportFromWktLocal.pointText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, WktParser wkt_parser) (package private) static GeometryOperatorImportFromWktLocal.polygonTaggedText(boolean b_multi_polygon, int import_flags, WktParser wkt_parser) (package private) static intOperatorImportFromWktLocal.polygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, int total_point_count, WktParser wkt_parser)