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 withJMapViewerclasses.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 classImageryInfo.ImageryCategoryCategory of imagery entry.static classImageryInfo.ImageryTypeType 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 interfaceISourceCategory<T extends java.lang.Enum<T>>This is an enum for a source category (i.e.interfaceISourceType<T extends java.lang.Enum<T>>This interface should only be used for Enums
-