convert abstract method
- GeographicAreaType toType
Converts the geographic area to another type, if possible.
Parameters
- IN toType The GeographicAreaType to convert to.
Returns
- A GeographicArea object representing the converted area, or null if the conversion failed.
Implementation
GeographicArea? convert(GeographicAreaType toType);