Uses of Interface
com.luciad.format.aixm51.model.ILcdAIXM51TimeSliceProvider
Packages that use ILcdAIXM51TimeSliceProvider
Package
Description
This package contains a domain model to represent an AIXM 5.1 data source.
This package provides the classes that correspond to AIXM 5.1 data types.
This package contains the class
TLcdAIXM51GXYPainterEditorProvider, which can be used as a
(label) painter provider and (label) editor provider to visualize and/or edit AIXM 5.1 data.
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
-
Uses of ILcdAIXM51TimeSliceProvider in com.luciad.format.aixm51.model
Classes in com.luciad.format.aixm51.model that implement ILcdAIXM51TimeSliceProviderModifier and TypeClassDescriptionclassThis time slice provider returns a snapshot time slice for a givenDate.classA default time slice provider implementation that will always return one of the original time slices of the feature. -
Uses of ILcdAIXM51TimeSliceProvider in com.luciad.format.aixm51.model.abstractfeature
Methods in com.luciad.format.aixm51.model.abstractfeature that return ILcdAIXM51TimeSliceProviderModifier and TypeMethodDescriptionTLcdAIXM51Feature.getDefaultTimeSliceProvider()Returns the time slice provider that is used by this feature to determine the time slice that can generally be used whenever a time slice is needed that describes the feature state that is applicable for the application.Methods in com.luciad.format.aixm51.model.abstractfeature with parameters of type ILcdAIXM51TimeSliceProviderModifier and TypeMethodDescriptionvoidTLcdAIXM51Feature.setDefaultTimeSliceProvider(ILcdAIXM51TimeSliceProvider aProvider) Sets the time slice provider that will be used by this feature to determine the time slice that should be used whenever a time slice is needed that describes the feature state that is applicable for the application. -
Uses of ILcdAIXM51TimeSliceProvider in com.luciad.format.aixm51.view.gxy
Methods in com.luciad.format.aixm51.view.gxy that return ILcdAIXM51TimeSliceProviderModifier and TypeMethodDescriptionTLcdAIXM51AirspaceLabelPainter.getTimeSliceProvider()Returns the time slice provider that is used by this painter.TLcdAIXM51GXYPainterEditorProvider.getTimeSliceProvider()Returns the time slice provider that is used by the painters of this painter editor provider.TLcdAIXM51NavaidLabelPainter.getTimeSliceProvider()Returns the time slice provider that is used by this painter.Methods in com.luciad.format.aixm51.view.gxy with parameters of type ILcdAIXM51TimeSliceProviderModifier and TypeMethodDescriptionvoidTLcdAIXM51AirspaceLabelPainter.setTimeSliceProvider(ILcdAIXM51TimeSliceProvider aTimeSliceProvider) Sets the time slice provider that will be used by this painter.voidTLcdAIXM51GXYPainterEditorProvider.setTimeSliceProvider(ILcdAIXM51TimeSliceProvider aTimeSliceProvider) Sets the time slice provider that will be used by painters that are returned by this provider.voidTLcdAIXM51NavaidLabelPainter.setTimeSliceProvider(ILcdAIXM51TimeSliceProvider aTimeSliceProvider) Sets the time slice provider that will be used by this painter. -
Uses of ILcdAIXM51TimeSliceProvider in com.luciad.format.aixm51.xml
Constructors in com.luciad.format.aixm51.xml with parameters of type ILcdAIXM51TimeSliceProviderModifierConstructorDescriptionTLcdAIXM51XPathFactory(ILcdAIXM51TimeSliceProvider aTimeSliceProvider) Creates a newTLcdAIXM51XPathFactory.