string Type of measurement unit ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
numeric Units.
string Type of geometry ('Point', 'Polygon', 'LineString').
string Type of measurement unit ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
numeric Units.
string Type of geometry ('Point', 'Polygon', 'LineString').
string Type of measurement unit ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
numeric Units.
string Type of geometry ('Point', 'Polygon', 'LineString').
Update the readable property.
The geoType property is the type of geometry associated with the measurement ('Point', 'Polygon', 'LineString'). For readability and conversion.
The readable property is the readable string version of the defined measurement.
The unitType property is the type of measurement unit ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
The value property is the number of units in this measurement.
Convert the measurement to the specified unit type
string The name of the output unit type ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
a converted GeometryMeasure.
Convert the measurement to the specified unit type
string The name of the output unit type ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
a converted GeometryMeasure.
Convert the measurement to the specified unit type
string The name of the output unit type ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
a converted GeometryMeasure.
GeometryMeasure is a class that represents a measurement with unit, unit type, and geometry type.
var geoMeasure= new GeometryMeasure('miles', 1, 'LineString');