Uses of Interface
com.luciad.tea.ILcdReferencedMatrixView
Packages that use ILcdReferencedMatrixView
-
Uses of ILcdReferencedMatrixView in com.luciad.tea
Subinterfaces of ILcdReferencedMatrixView in com.luciad.teaModifier and TypeInterfaceDescriptioninterfaceRepresents a referenced matrix view containing altitude values.interfaceAnILcdEditableReferencedMatrixViewis anILcdReferencedMatrixViewof which the values and associated points can be set.interfaceRepresents a referenced editable matrix view containing visibility values.interfaceRepresents a referenced matrix view containing visibility values.Methods in com.luciad.tea that return ILcdReferencedMatrixViewModifier and TypeMethodDescriptionTLcdExtremePointFinder.getReferencedMatrixView()Returns the matrix view used for finding the extreme points.Methods in com.luciad.tea with parameters of type ILcdReferencedMatrixViewModifier and TypeMethodDescriptionvoidTLcdExtremePointFinder.setReferencedMatrixView(ILcdReferencedMatrixView aReferencedMatrixView) Sets a new matrix view for finding the extreme points.Constructors in com.luciad.tea with parameters of type ILcdReferencedMatrixViewModifierConstructorDescriptionTLcdExtremePointFinder(ILcdReferencedMatrixView aReferencedMatrixView) Constructs an extreme point finder for the specified matrix view.