类 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>
  • 构造器详细资料

    • 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>