Uses of Interface
org.openstreetmap.josm.data.sources.ISourceType
-
Packages that use ISourceType Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.sources -
-
Uses of ISourceType in org.openstreetmap.josm.data.imagery
Classes in org.openstreetmap.josm.data.imagery that implement ISourceType Modifier and Type Class Description static class
ImageryInfo.ImageryType
Type of imagery entry. -
Uses of ISourceType in org.openstreetmap.josm.data.sources
Classes in org.openstreetmap.josm.data.sources with type parameters of type ISourceType Modifier and Type Class Description class
SourceInfo<T extends ISourceCategory<?>,U extends ISourceType<?>,V extends SourceBounds,W extends SourcePreferenceEntry<?>>
This class is an abstraction for source information to be used in a panel like ImageryProvidersPanel.Fields in org.openstreetmap.josm.data.sources declared as ISourceType Modifier and Type Field Description protected U
SourceInfo. sourceType
type of the services - WMS, TMS, ...
-