Uses of Class
com.luciad.view.TLcdModelQueryConfiguration.Builder
Packages that use TLcdModelQueryConfiguration.Builder
-
Uses of TLcdModelQueryConfiguration.Builder in com.luciad.view
Methods in com.luciad.view that return TLcdModelQueryConfiguration.BuilderModifier and TypeMethodDescriptionTLcdModelQueryConfiguration.Builder.addContent(double aMinScale, double aMaxScale, ILcdOGCCondition aCondition) Adds a condition for the specified scale range.TLcdModelQueryConfiguration.Builder.addContent(TLcdDimensionInterval<TLcdMapScale> aScaleRange, ILcdOGCCondition aCondition) Adds a condition for the specified scale range.TLcdModelQueryConfiguration.Builder.loadEverythingForUndefinedScales()Specifies that all data must be loaded for scales for which no filter information is specified.TLcdModelQueryConfiguration.Builder.loadNothingForUndefinedScales()Specifies that no data must be loaded for scales for which no filter information is specified.TLcdModelQueryConfiguration.newBuilder()Create a new builder instanceTLcdModelQueryConfiguration.Builder.nonDefinedScales(ILcdOGCCondition aCondition) Defines the data loading condition used for scales for which no filter information is specified.