Package org.vast.swe
Class SWEBuilders.CountBuilder
java.lang.Object
org.vast.util.BaseBuilder<T>
org.vast.swe.SWEBuilders.SweIdentifiableBuilder<B,T>
org.vast.swe.SWEBuilders.DataComponentBuilder<B,T>
org.vast.swe.SWEBuilders.SimpleComponentBuilder<B,T>
org.vast.swe.SWEBuilders.CountOrRangeBuilder<B,Count>
org.vast.swe.SWEBuilders.BaseCountBuilder<SWEBuilders.CountBuilder>
org.vast.swe.SWEBuilders.CountBuilder
- Enclosing class:
- SWEBuilders
public static class SWEBuilders.CountBuilder
extends SWEBuilders.BaseCountBuilder<SWEBuilders.CountBuilder>
Builder class for Count components
-
Field Summary
Fields inherited from class org.vast.util.BaseBuilder
instance
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.vast.swe.SWEBuilders.BaseCountBuilder
copyFrom, value
Methods inherited from class org.vast.swe.SWEBuilders.CountOrRangeBuilder
addAllowedInterval, addAllowedIntervals, addAllowedValues, addNilValue, ensureConstraint
Methods inherited from class org.vast.swe.SWEBuilders.SimpleComponentBuilder
addNilValue, addQuality, addQuality, addQuality, addQuality, axisId, copyFrom, dataType, ensureNilValues, refFrame, refFrame
Methods inherited from class org.vast.swe.SWEBuilders.DataComponentBuilder
copyFrom, definition, from, name, optional, updatable
Methods inherited from class org.vast.swe.SWEBuilders.SweIdentifiableBuilder
build, copyFrom, description, id, label, visitor
-
Constructor Details
-
CountBuilder
-