Class MetadataDdl


  • public final class MetadataDdl
    extends Object
    Helper class to create DDL statements for creating unit-of-measures and spatial reference systems.
    Author:
    Stefan Uhrig, SAP SE
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static String getSrsDdl​(Srs srs)  
      static String getUomDdl​(Uom uom)  
      • Methods inherited from class Object

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

      • getUomDdl

        public static String getUomDdl​(Uom uom)
      • getSrsDdl

        public static String getSrsDdl​(Srs srs)