类 GeometryCollectionConverter.BaseGCCFunction<M extends org.locationtech.jts.geom.GeometryCollection,S extends org.locationtech.jts.geom.Geometry>

java.lang.Object
org.coodex.jts.impl.GeometryCollectionConverter.BaseGCCFunction<M,S>
所有已实现的接口:
BiFunction<M,Function<S,S>,M>
封闭类:
GeometryCollectionConverter

public abstract static class GeometryCollectionConverter.BaseGCCFunction<M extends org.locationtech.jts.geom.GeometryCollection,S extends org.locationtech.jts.geom.Geometry> extends Object
  • 构造器详细资料

    • BaseGCCFunction

      public BaseGCCFunction()
  • 方法详细资料

    • apply

      public M apply(M source, Function<S,S> func)
      指定者:
      apply 在接口中 BiFunction<M extends org.locationtech.jts.geom.GeometryCollection,Function<S extends org.locationtech.jts.geom.Geometry,S extends org.locationtech.jts.geom.Geometry>,M extends org.locationtech.jts.geom.GeometryCollection>
    • create

      M create(List<S> geometries)