convert abstract method
Attempts to convert this geographic area to a different type.
Tries to create a new geographic area of the specified type that approximates the same spatial region. Conversion success depends on the source and target types - some conversions may result in loss of precision or may not be possible at all.
Parameters
toType: The desired target GeographicAreaType for conversion.
Returns
- A new GeographicArea of the requested type on successful conversion,
or
nullif conversion is not possible or fails.
Implementation
GeographicArea? convert(GeographicAreaType toType);