Last updated

API / geotoolkit / crosssection / shapes / Trajectory / Trajectory

Namespace: Trajectory

shapes.Trajectory.Trajectory

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

Type declaration

NameTypeDescription
x?NumericalDataSeriesx series
y?NumericalDataSeriesy series

DataOptions

Ƭ DataOptions: Object

data options

Type declaration

NameTypeDescription
projectedtrajectory?{ data?: Data }json defining projectedtrajectory
projectedtrajectory.data?Datajson defining projectedtrajectory data
symbol?{ symbolpositionx?: number ; symbolpositiony?: number }json defining symbol
symbol.symbolpositionx?numbersymbol anchor X position
symbol.symbolpositiony?numbersymbol anchor Y position
trajectory?{ data?: Data }json defining trajectory
trajectory.data?Datajson defining trajectory

Options

Ƭ Options: Options & OptionsBase

JSON options object


OptionsBase

Ƭ OptionsBase: Object

Type declaration

NameTypeDescription
neatlimits?booleanenable neat limits
projectedtrajectory?{ data?: Data ; length?: number ; linestyle?: Type ; visible?: boolean }projected trajectory options
projectedtrajectory.data?Datadata options for projection
projectedtrajectory.length?numberprojected length
projectedtrajectory.linestyle?Typeline style to display trajectory
projectedtrajectory.visible?booleanvisibility of projected trajectory
symbol?{ symbolfillstyle?: Type ; symbollinestyle?: Type ; symbolpainter?: PainterFunction ; symbolpositionx?: number ; symbolpositiony?: number ; symbolsize?: number ; visible?: boolean }json defining symbol
symbol.symbolfillstyle?Typesymbol fill style
symbol.symbollinestyle?Typesymbol line style
symbol.symbolpainter?PainterFunctionpainter
symbol.symbolpositionx?numbersymbol anchor X position
symbol.symbolpositiony?numbersymbol anchor Y position
symbol.symbolsize?numbersymbol size in pixels
symbol.visible?booleansymbol visibility
trajectory?{ data?: Data ; linestyle?: Type ; visible?: boolean }trajectory options
trajectory.data?Datadata options
trajectory.linestyle?Typeline style to display trajectory
trajectory.visible?booleanvisibility of trajectory

OptionsOut

Ƭ OptionsOut: OptionsOut & PropertiesOut

JSON options object


PropertiesOut

Ƭ PropertiesOut: Object

Type declaration

NameTypeDescription
neatlimitsbooleanenable neat limits
projectedtrajectory{ data: Data ; length: number ; linestyle: LineStyle | null ; visible: boolean }projected trajectory options
projectedtrajectory.dataDatadata options for projection
projectedtrajectory.lengthnumberprojected length
projectedtrajectory.linestyleLineStyle | nullline style to display trajectory
projectedtrajectory.visiblebooleanvisibility of projected trajectory
symbol{ symbolfillstyle: FillStyle | null ; symbollinestyle: LineStyle | null ; symbolpainter: PainterFunction ; symbolpositionx: number ; symbolpositiony: number ; symbolsize: number ; visible: boolean }json defining symbol
symbol.symbolfillstyleFillStyle | nullsymbol fill style
symbol.symbollinestyleLineStyle | nullsymbol line style
symbol.symbolpainterPainterFunctionpainter
symbol.symbolpositionxnumbersymbol anchor X position
symbol.symbolpositionynumbersymbol anchor Y position
symbol.symbolsizenumbersymbol size in pixels
symbol.visiblebooleansymbol visibility
trajectory{ data: Data ; linestyle: LineStyle | null ; visible: boolean }trajectory options
trajectory.dataDatadata options
trajectory.linestyleLineStyle | nullline style to display trajectory
trajectory.visiblebooleanvisibility of trajectory