类 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>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanaccept(org.locationtech.jts.geom.LineString param) org.locationtech.jts.geom.LineStringtoLngLat(org.locationtech.jts.geom.LineString mercator) org.locationtech.jts.geom.LineStringtoMercator(org.locationtech.jts.geom.LineString lngLat)
-
构造器详细资料
-
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>
-