类 ShapeFactory


  • public class ShapeFactory
    extends Object
    作者:
    Yaqiang Wang
    • 构造器详细资料

      • ShapeFactory

        public ShapeFactory()
    • 方法详细资料

      • createShape

        public static Shape createShape​(org.locationtech.jts.geom.Geometry a)
        Create shape from geometry
        参数:
        a - The geometry
        返回:
        Shape