Class FeatureSources

java.lang.Object
nz.org.riskscape.engine.FeatureSources

public class FeatureSources extends Object

TODO start to pair back all of the support in here so that it lives in the resolvers - strip this back to just local file support maybe

  • Field Details

  • Constructor Details

    • FeatureSources

      public FeatureSources()
  • Method Details

    • open

      public static org.geotools.api.data.SimpleFeatureSource open(String target, Optional<String> typeName)
    • open

      public static org.geotools.api.data.SimpleFeatureSource open(File target)
    • open

      public static org.geotools.api.data.SimpleFeatureSource open(File target, Optional<String> requestedType)