org.geotools.gce.imagemosaic.properties
Class PropertiesCollector
Object
PropertiesCollector
- Direct Known Subclasses:
- RegExPropertiesCollector
public abstract class PropertiesCollector
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesCollector
public PropertiesCollector(PropertiesCollectorSPI spi,
List<String> propertyNames)
getSpi
public PropertiesCollectorSPI getSpi()
collect
public PropertiesCollector collect(File file)
collect
public PropertiesCollector collect(ImageReader imageReader)
collect
public PropertiesCollector collect(GridCoverage2DReader gridCoverageReader)
setProperties
public abstract void setProperties(SimpleFeature feature)
setProperties
public abstract void setProperties(Map<String,Object> map)
reset
public void reset()
getPropertyNames
public List<String> getPropertyNames()
addMatch
protected void addMatch(String match)
getMatches
protected List<String> getMatches()
Copyright © 1996-2014 Geotools. All Rights Reserved.