Uses of Interface
uk.ac.rdg.resc.godiva.client.util.UnitConverter
-
Packages that use UnitConverter Package Description uk.ac.rdg.resc.godiva.client uk.ac.rdg.resc.godiva.client.state uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of UnitConverter in uk.ac.rdg.resc.godiva.client
Methods in uk.ac.rdg.resc.godiva.client with parameters of type UnitConverter Modifier and Type Method Description protected voidBaseWmsClient. setUnitConverter(String layerId, UnitConverter converter)Allows the client to use different units to those specified on the server (e.g.protected voidGodiva. setUnitConverter(UnitConverter converter)Overrides the parent method using the single-WMS layer. -
Uses of UnitConverter in uk.ac.rdg.resc.godiva.client.state
Methods in uk.ac.rdg.resc.godiva.client.state with parameters of type UnitConverter Modifier and Type Method Description voidPaletteSelectorIF. setUnitConverter(UnitConverter converter)Setting this allows thePaletteSelectorIFto work in different units to those used by the server. -
Uses of UnitConverter in uk.ac.rdg.resc.godiva.client.widgets
Fields in uk.ac.rdg.resc.godiva.client.widgets with type parameters of type UnitConverter Modifier and Type Field Description protected Map<String,UnitConverter>MapArea. convertersMap of unit conversions to be applied to each layerMethods in uk.ac.rdg.resc.godiva.client.widgets with parameters of type UnitConverter Modifier and Type Method Description protected MapArea.FeatureInfoMessageAndFeatureIdsMapArea. processFeatureInfo(String text, UnitConverter converter)voidMapArea. setUnitConverter(String layerId, UnitConverter converter)Sets aUnitConverterfor a specified layer.voidPaletteSelector. setUnitConverter(UnitConverter converter)
-