/// import { PipeTransform } from '@angular/core'; import { Coordinate } from 'ol/coordinate'; import * as i0 from "@angular/core"; /** * Format a geographic coordinate with the hemisphere, degrees, minutes, and seconds. * @name nolToStringHDMS * @order 4 */ export declare class NolToStringHDMSPipe implements PipeTransform { /** * Format a geographic coordinate with the hemisphere, degrees, minutes, and seconds. * @param value Coordinate. * @param fractionDigits The number of digits to include after the decimal point. * Default is `0`. * @returns Hemisphere, degrees, minutes and seconds. */ transform(value: Coordinate, fractionDigits?: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }