Uses of Class
org.meteoinfo.data.mapdata.webmap.WebMapProvider
-
Packages that use WebMapProvider Package Description org.meteoinfo.data.mapdata.webmap org.meteoinfo.layer -
-
Uses of WebMapProvider in org.meteoinfo.data.mapdata.webmap
Methods in org.meteoinfo.data.mapdata.webmap that return WebMapProvider Modifier and Type Method Description static WebMapProviderWebMapProvider. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebMapProvider[]WebMapProvider. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebMapProvider in org.meteoinfo.layer
Methods in org.meteoinfo.layer that return WebMapProvider Modifier and Type Method Description WebMapProviderWebMapLayer. getWebMapProvider()Get web map providerMethods in org.meteoinfo.layer with parameters of type WebMapProvider Modifier and Type Method Description voidWebMapLayer. setWebMapProvider(WebMapProvider prov)Set web map provider
-