Type Alias ImageTransformationOptions

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

Type declaration

  • OptionaldataProjection?: Projection

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

  • OptionaldontUseTerrain?: boolean
  • OptionalterrainErrorCountThreshold?: number

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

  • OptionalterrainErrorThreshold?: number

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