/** * S-101 Feature Catalogue. * * Maps numeric feature type codes to S-101 feature class names. * Based on S-101 Product Specification Edition 1.2.0. * * S-101 uses string-based feature class names internally, * but ISO 8211 encoding maps them to numeric codes via the catalogue. * The numeric codes here correspond to the feature type encoding * in S-101 ISO 8211 datasets. */ /** S-101 feature type code to name mapping */ export declare const S101_FEATURE_CATALOGUE: Map; /** Reverse map: feature name to code */ export declare const S101_FEATURE_BY_NAME: Map; /** * S-101 to S-57 OBJL approximate mapping. * Used for rendering S-101 features with existing S-52 symbology. * Not all S-101 types have S-57 equivalents; unmapped types return undefined. */ export declare const S101_TO_S57_OBJL: Map; //# sourceMappingURL=catalogue.d.ts.map