length
Calculates the length of the given LineString in the given Units.
Return
The length of the geometry in units.
Parameters
The geometry to measure
The unit of measurement to return the length in
Calculates the combined length of all LineStrings from the given MultiLineString in the given Units.
Return
The length of the geometry in units.
Parameters
The geometry to measure
The unit of measurement to return the length in
Calculates the length of perimeter the given Polygon in the given Units. Any holes in the polygon will be included in the length.
Return
The length of the geometry in units.
Parameters
The geometry to measure
The unit of measurement to return the length in
Calculates the combined length of perimeter the Polygons in the MultiPolygon in the given Units. Any holes in the polygons will be included in the length.
Return
The length of the geometry in units.
Parameters
The geometry to measure
The unit of measurement to return the length in