Uses of Interface
org.openstreetmap.josm.data.sources.ICommonSource
-
Packages that use ICommonSource Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.sources -
-
Uses of ICommonSource in org.openstreetmap.josm.data.imagery
Classes in org.openstreetmap.josm.data.imagery that implement ICommonSource Modifier and Type Class Description static class
ImageryInfo.ImageryCategory
Category of imagery entry.static class
ImageryInfo.ImageryType
Type of imagery entry. -
Uses of ICommonSource in org.openstreetmap.josm.data.sources
Subinterfaces of ICommonSource in org.openstreetmap.josm.data.sources Modifier and Type Interface Description interface
ISourceCategory<T extends java.lang.Enum<T>>
This is an enum for a source category (i.e.interface
ISourceType<T extends java.lang.Enum<T>>
This interface should only be used for Enums
-