GridFileTransform Class
This class represents a grid files based geodetic transformation.
Implements
Methods
Name | Description | |
---|---|---|
constructor(data?: GridFileTransformProps): GridFileTransform | ||
equals(other: GridFileTransform): boolean | Compares two Grid File Transforms. | |
toJSON(): GridFileTransformProps | Creates a JSON from the Grid File Transform definition | |
fromJSON(data: GridFileTransformProps): GridFileTransform Static | Creates a Grid File Transform from JSON representation. |
Properties
Name | Type | Description | |
---|---|---|---|
fallback Readonly | PositionalVectorTransform | undefined | The positional vector fallback transformation used for extents not covered by the grid files | |
files Readonly | GridFileDefinition[] | The list of grid files. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.