MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Gcalc_operation_transporter Class Reference
Inheritance diagram for Gcalc_operation_transporter:
Collaboration diagram for Gcalc_operation_transporter:

Public Member Functions

 Gcalc_operation_transporter (Gcalc_function *fn, Gcalc_heap *heap)
int single_point (Gcalc_shape_status *st, double x, double y)
int start_line (Gcalc_shape_status *st)
int complete_line (Gcalc_shape_status *st)
int start_poly (Gcalc_shape_status *st)
int complete_poly (Gcalc_shape_status *st)
int start_ring (Gcalc_shape_status *st)
int complete_ring (Gcalc_shape_status *st)
int add_point (Gcalc_shape_status *st, double x, double y)
int start_collection (Gcalc_shape_status *st, int nshapes)
int complete_collection (Gcalc_shape_status *st)
int collection_add_item (Gcalc_shape_status *st_collection, Gcalc_shape_status *st_item)
- Public Member Functions inherited from Gcalc_shape_transporter
 Gcalc_shape_transporter (Gcalc_heap *heap)
int start_simple_poly (Gcalc_shape_status *st)
int complete_simple_poly (Gcalc_shape_status *st)
virtual bool skip_point () const
virtual bool skip_line_string () const
virtual bool skip_poly () const

Protected Attributes

Gcalc_functionm_fn
gcalc_shape_info m_si
- Protected Attributes inherited from Gcalc_shape_transporter
Gcalc_heapm_heap

Additional Inherited Members

- Protected Member Functions inherited from Gcalc_shape_transporter
int int_single_point (gcalc_shape_info Info, double x, double y)
int int_add_point (gcalc_shape_info Info, double x, double y)
void int_start_line ()
void int_complete_line ()
void int_start_ring ()
void int_complete_ring ()
void int_start_poly ()
void int_complete_poly ()
bool line_started ()

Detailed Description

Definition at line 142 of file gcalc_tools.h.


The documentation for this class was generated from the following file: