类 PolygonConverter

java.lang.Object
org.coodex.jts.impl.PolygonConverter
所有已实现的接口:
GeometryConvertService<org.locationtech.jts.geom.Polygon>, SelectableService<org.locationtech.jts.geom.Polygon>

public class PolygonConverter extends Object implements GeometryConvertService<org.locationtech.jts.geom.Polygon>
  • 构造器详细资料

    • PolygonConverter

      public PolygonConverter()
  • 方法详细资料

    • toMercator

      public org.locationtech.jts.geom.Polygon toMercator(org.locationtech.jts.geom.Polygon lngLat)
      指定者:
      toMercator 在接口中 GeometryConvertService<org.locationtech.jts.geom.Polygon>
    • toLngLat

      public org.locationtech.jts.geom.Polygon toLngLat(org.locationtech.jts.geom.Polygon mercator)
      指定者:
      toLngLat 在接口中 GeometryConvertService<org.locationtech.jts.geom.Polygon>
    • accept

      public boolean accept(org.locationtech.jts.geom.Polygon param)
      指定者:
      accept 在接口中 SelectableService<org.locationtech.jts.geom.Polygon>