类 PointConverter

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

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

    • PointConverter

      public PointConverter()
  • 方法详细资料

    • toMercator

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

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

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