Type alias ImageTransformationOptions

ImageTransformationOptions: {
    dataProjection?: Projection;
    dontUseTerrain?: boolean;
    terrainErrorCountThreshold?: number;
    terrainErrorThreshold?: number;
}

Type declaration

  • Optional dataProjection?: Projection

    the projection of the input/output coordinates, assumes image source projection

  • Optional dontUseTerrain?: boolean
  • Optional terrainErrorCountThreshold?: number

    how often the transformToWorld process iterativly calculates a new Height Value from the terrainProvider

  • Optional terrainErrorThreshold?: number

    the transformToWorld process iterativly calculates a new Height Value from the terrainProvider until the difference to the new height value is smaller

Generated using TypeDoc