Type alias CoordinateTransformation
Coordinate
Transformation
: { accuracy
?: number; area
?: string; bbox
?: BBox; deprecated
: boolean; grids
: CoordinateGrid[]; id
: CoordinateId; name
: string; reversible
: boolean; target_crs
?: CoordinateId; unit
?: string; usable
: boolean; }
Type declaration
-
Optional accuracy?: number
-
Optional area?: string
-
Optional bbox?: BBox
-
deprecated: boolean
-
-
-
name: string
-
reversible: boolean
-
-
Optional unit?: string
-
usable: boolean