类 ShapeFactory
- java.lang.Object
-
- org.meteoinfo.geometry.shape.ShapeFactory
-
public class ShapeFactory extends Object
- 作者:
- Yaqiang Wang
-
-
方法详细资料
-
createShape
public static Shape createShape(org.locationtech.jts.geom.Geometry a)
Create shape from geometry- 参数:
a- The geometry- 返回:
- Shape
-
-