Class TransformFactory

    • Constructor Detail

      • TransformFactory

        public TransformFactory()
    • Method Detail

      • transform

        public static SimpleFeatureSource transform​(SimpleFeatureSource source,
                                                    String name,
                                                    List<Definition> definitions)
                                             throws IOException
        Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed properties
        Throws:
        IOException
      • transform

        public static SimpleFeatureSource transform​(SimpleFeatureSource source,
                                                    Name name,
                                                    List<Definition> definitions)
                                             throws IOException
        Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed properties
        Throws:
        IOException