public abstract class PropertiesCollector extends Object
Constructor and Description |
---|
PropertiesCollector(PropertiesCollectorSPI spi,
List<String> propertyNames) |
Modifier and Type | Method and Description |
---|---|
protected void |
addMatch(String match) |
PropertiesCollector |
collect(File file) |
PropertiesCollector |
collect(GridCoverage2DReader gridCoverageReader) |
PropertiesCollector |
collect(ImageReader imageReader) |
PropertiesCollector |
collect(URI uri) |
PropertiesCollector |
collect(URL url) |
protected List<String> |
getMatches() |
List<String> |
getPropertyNames() |
PropertiesCollectorSPI |
getSpi() |
void |
reset() |
abstract void |
setProperties(Map<String,Object> map) |
abstract void |
setProperties(SimpleFeature feature) |
public PropertiesCollector(PropertiesCollectorSPI spi, List<String> propertyNames)
public PropertiesCollectorSPI getSpi()
public PropertiesCollector collect(File file)
public PropertiesCollector collect(URL url)
public PropertiesCollector collect(URI uri)
public PropertiesCollector collect(ImageReader imageReader)
public PropertiesCollector collect(GridCoverage2DReader gridCoverageReader)
public abstract void setProperties(SimpleFeature feature)
public void reset()
protected void addMatch(String match)
Copyright © 1996–2023 Geotools. All rights reserved.