hemisphere property
Hemisphere for this UTM coordinate.
Returns
- (Hemisphere) The hemisphere (north or south).
Implementation
Hemisphere get hemisphere {
final OperationResult resultString = objectMethod(
_pointerId,
'Projection_UTM',
'getHemisphere',
);
return HemisphereExtension.fromId(resultString['result']);
}