PK_GEOM_enlarge_t   

typedef int PK_GEOM_enlarge_t;

Used in:

PK_GEOM_enlarge_r_t


This datatype specifies the result of an enlarge operation.

PK_GEOM_enlarge_t can take the values:

   PK_GEOM_enlarge_exact_c      The resultant geometry is exactly enlarged.
   PK_GEOM_enlarge_outside_c    The enlarged geometry is completely outside
                                the trimming box, and no resultant geometry is
                                returned.
   PK_GEOM_enlarge_convert_c    The enlarged geometry was converted into one or
                                more resultant geometries, and will not have
                                the same parameterisation as the input
                                geometry.
   PK_GEOM_enlarge_approx_c     The enlarged geometry was approximated into one
                                or more resultant geometies.
   PK_GEOM_enlarge_failed_c     Failed to create the enlarged geometry.