Interface FeatureCatalogue
-
- All Known Subinterfaces:
WmsCatalogue
- All Known Implementing Classes:
DataCatalogue,SimpleFeatureCatalogue
public interface FeatureCatalogueAn interface defining a catalogue which can extractDiscreteFeatures based on aStringidentifier and a set ofPlottingDomainParams- Author:
- Guy Griffiths
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFeatureCatalogue.FeaturesAndMemberNameSimple class combining aCollectionofDiscreteFeatures and the name of the member of interest
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureCatalogue.FeaturesAndMemberNamegetFeaturesForLayer(String layerName, PlottingDomainParams params)Given a singleStringidentifier and a set ofPlottingDomainParams, returns aCollectionofDiscreteFeatures
-
-
-
Method Detail
-
getFeaturesForLayer
FeatureCatalogue.FeaturesAndMemberName getFeaturesForLayer(String layerName, PlottingDomainParams params) throws EdalException
Given a singleStringidentifier and a set ofPlottingDomainParams, returns aCollectionofDiscreteFeatures- Parameters:
layerName- The name of the layer to extractparams- ThePlottingDomainParamsdescribing the domain to be plotted- Returns:
- A
FeatureCatalogue.FeaturesAndMemberNameobject encapsulating the returnedDiscreteFeatures - Throws:
EdalException- if there is a problem with feature extraction.
-
-