Class ShapeFactory



  • public class ShapeFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapeFactory​()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Shape createShape​(Geometry a)
      Create shape from geometry
      • Methods inherited from class java.lang.Object

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

      • ShapeFactory

        public ShapeFactory​()
    • Method Detail

      • createShape

        public static Shape createShape​(Geometry a)
        Create shape from geometry
        Parameters:
        a - The geometry
        Returns:
        Shape