Package org.vast.data
Class ScalarVisitor
java.lang.Object
org.vast.data.BaseTreeVisitor
org.vast.data.ScalarVisitor
- All Implemented Interfaces:
 DataComponentVisitor
 Abstract scalar visitor allowing to recisovely visit all scalars components
 in the data component tree.
 By default, the visit methods for scalar and range components
 call the visitSimple(SimpleComponent) method which does nothing.
 
- Since:
 - Oct 9, 2015
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvisit(CategoryRange component) voidvoidvisit(CountRange component) voidvoidvisit(QuantityRange component) voidvoidvoidvoidvisitRange(RangeComponent component) voidvisitScalar(SimpleComponent component) voidvisitSimple(SimpleComponent component) Methods inherited from class org.vast.data.BaseTreeVisitor
visit, visit, visit, visitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.opengis.swe.v20.DataComponentVisitor
visit 
- 
Constructor Details
- 
ScalarVisitor
public ScalarVisitor() 
 - 
 - 
Method Details
- 
visitSimple
 - 
visitScalar
 - 
visitRange
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 - 
visit
- Specified by:
 visitin interfaceDataComponentVisitor- Overrides:
 visitin classBaseTreeVisitor
 
 -