@Beta(year=2019,
month=12)
public interface SourceVisitor
Source
and its subtypes.Modifier and Type | Method and Description |
---|---|
void |
visit(GeoJsonSource source)
Allows the use of a visitor design pattern for
GeoJsonSource . |
void |
visit(ImageSource source)
Allows the use of a visitor design pattern for
ImageSource . |
@Beta(year=2019, month=12) void visit(GeoJsonSource source)
GeoJsonSource
.@Beta(year=2019, month=12) void visit(ImageSource source)
ImageSource
.