Type alias ObliqueParameters

ObliqueParameters: {
    estimate?: boolean;
    pixel: Coordinate;
}

Type declaration

  • Optional estimate?: boolean

    true if the terrain could not be taken into account

  • pixel: Coordinate

    the image pixel clicked

Generated using TypeDoc