跳到主要内容

flywave-mapview.fixedclipplanesevaluator

Home > @flywave/flywave-mapview > FixedClipPlanesEvaluator

FixedClipPlanesEvaluator class

Provides the most basic evaluation concept giving fixed values with some constraints.

Signature:

export declare class FixedClipPlanesEvaluator implements ClipPlanesEvaluator 

Implements: ClipPlanesEvaluator

Constructors

Constructor

Modifiers

Description

(constructor)(minNear, minFarOffset)

Constructs a new instance of the FixedClipPlanesEvaluator class

Properties

Property

Modifiers

Type

Description

farPlane

number

maxElevation

number

minElevation

number

minFar

readonly

number

minFarOffset

readonly

number

minNear

readonly

number

nearPlane

number

Methods

Method

Modifiers

Description

evaluateClipPlanes(camera, projection, elevationProvider)