zone property
GK zone number.
Returns
- (int) The zone associated with this projection.
Implementation
int get zone {
final OperationResult result = objectMethod(
_pointerId,
'Projection_GK',
'getZone',
);
return result['result'];
}
GK zone number.
int get zone {
final OperationResult result = objectMethod(
_pointerId,
'Projection_GK',
'getZone',
);
return result['result'];
}