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 void
BaseWmsClient. setUnitConverter(String layerId, UnitConverter converter)
Allows the client to use different units to those specified on the server (e.g.protected void
Godiva. 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 void
PaletteSelectorIF. setUnitConverter(UnitConverter converter)
Setting this allows thePaletteSelectorIF
to 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. converters
Map 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.FeatureInfoMessageAndFeatureIds
MapArea. processFeatureInfo(String text, UnitConverter converter)
void
MapArea. setUnitConverter(String layerId, UnitConverter converter)
Sets aUnitConverter
for a specified layer.void
PaletteSelector. setUnitConverter(UnitConverter converter)
-