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