Class UomMapper


  • public class UomMapper
    extends Object
    Maps YSLD uom names and aliases defined by UomOgcMapping to Units.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String KEY  
    • Constructor Summary

      Constructors 
      Constructor Description
      UomMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getIdentifier​(Unit<Length> unit)  
      Unit<Length> getUnit​(String identifier)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UomMapper

        public UomMapper()
    • Method Detail

      • getUnit

        public Unit<Length> getUnit​(String identifier)
      • getIdentifier

        public String getIdentifier​(Unit<Length> unit)