类 LineStringConverter

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

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

    • LineStringConverter

      public LineStringConverter()
  • 方法详细资料

    • toMercator

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

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

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