类 GeometryCollectionConverter
java.lang.Object
org.coodex.jts.impl.GeometryCollectionConverter
- 所有已实现的接口:
GeometryConvertService<org.locationtech.jts.geom.GeometryCollection>,SelectableService<org.locationtech.jts.geom.GeometryCollection>
public class GeometryCollectionConverter
extends Object
implements GeometryConvertService<org.locationtech.jts.geom.GeometryCollection>
-
嵌套类概要
嵌套类修饰符和类型类说明static classGeometryCollectionConverter.BaseGCCFunction<M extends org.locationtech.jts.geom.GeometryCollection,S extends org.locationtech.jts.geom.Geometry> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanaccept(org.locationtech.jts.geom.GeometryCollection param) org.locationtech.jts.geom.GeometryCollectiontoLngLat(org.locationtech.jts.geom.GeometryCollection mercator) org.locationtech.jts.geom.GeometryCollectiontoMercator(org.locationtech.jts.geom.GeometryCollection source)
-
构造器详细资料
-
GeometryCollectionConverter
public GeometryCollectionConverter()
-
-
方法详细资料
-
toMercator
public org.locationtech.jts.geom.GeometryCollection toMercator(org.locationtech.jts.geom.GeometryCollection source) - 指定者:
toMercator在接口中GeometryConvertService<org.locationtech.jts.geom.GeometryCollection>
-
toLngLat
public org.locationtech.jts.geom.GeometryCollection toLngLat(org.locationtech.jts.geom.GeometryCollection mercator) - 指定者:
toLngLat在接口中GeometryConvertService<org.locationtech.jts.geom.GeometryCollection>
-
accept
public boolean accept(org.locationtech.jts.geom.GeometryCollection param) - 指定者:
accept在接口中SelectableService<org.locationtech.jts.geom.GeometryCollection>
-