Methods
affine_transform
- affine_transform(transform): GeometryArray
-
area
- area(): FloatArray
-
center
- center(): PointArray
-
centroid
- centroid(): PointArray
-
convex_hull
- convex_hull(): PolygonArray
-
free
- free(): void
-
Returns void
geodesic_area
- geodesic_area(): FloatArray
-
geodesic_area_signed
- geodesic_area_signed(): FloatArray
-
geometry_type
- geometry_type(): number
-
Returns number
reproject_rs
- reproject_rs(definition, direction): GeometryArray
-
Parameters
-
definition: string
-
direction: number
rotate
- rotate(angle, origin): GeometryArray
-
scale
- scale(xfact, yfact, origin): GeometryArray
-
signed_area
- signed_area(): FloatArray
-
skew
- skew(x_degrees, y_degrees, origin): GeometryArray
-
translate
- translate(x_offset, y_offset): GeometryArray
-
Static
from_line_string_array
- from_line_string_array(arr): GeometryArray
-
Static
from_multi_line_string_array
- from_multi_line_string_array(arr): GeometryArray
-
Static
from_multi_point_array
- from_multi_point_array(arr): GeometryArray
-
Static
from_multi_polygon_array
- from_multi_polygon_array(arr): GeometryArray
-
Static
from_point_array
- from_point_array(arr): GeometryArray
-
Static
from_polygon_array
- from_polygon_array(arr): GeometryArray
-