Uses of Class
org.geotools.gce.imagemosaic.properties.PropertiesCollector
-
-
Uses of PropertiesCollector in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return types with arguments of type PropertiesCollector Modifier and Type Method Description List<PropertiesCollector>
ImageMosaicConfigHandler. getPropertiesCollectors()
-
Uses of PropertiesCollector in org.geotools.gce.imagemosaic.properties
Subclasses of PropertiesCollector in org.geotools.gce.imagemosaic.properties Modifier and Type Class Description class
CRSExtractor
Extract the CRS from the coverage in order to store in the indexclass
RegExPropertiesCollector
Methods in org.geotools.gce.imagemosaic.properties that return PropertiesCollector Modifier and Type Method Description PropertiesCollector
CRSExtractor. collect(GridCoverage2DReader gridCoverageReader)
PropertiesCollector
PropertiesCollector. collect(File file)
PropertiesCollector
PropertiesCollector. collect(URI uri)
PropertiesCollector
PropertiesCollector. collect(URL url)
PropertiesCollector
PropertiesCollector. collect(ImageReader imageReader)
PropertiesCollector
PropertiesCollector. collect(GridCoverage2DReader gridCoverageReader)
PropertiesCollector
CRSExtractorSPI. create(Object o, List<String> propertyNames)
PropertiesCollector
CurrentDateExtractorSPI. create(Object o, List<String> propertyNames)
PropertiesCollector
DateExtractorSPI. create(Object o, List<String> propertyNames)
PropertiesCollector
DefaultPropertiesCollectorSPI. create(Object o, List<String> propertyNames)
PropertiesCollector
FSDateExtractorSPI. create(Object o, List<String> propertyNames)
PropertiesCollector
PropertiesCollectorSPI. create(Object o, List<String> propertyNames)
protected abstract PropertiesCollector
DefaultPropertiesCollectorSPI. createInternal(PropertiesCollectorSPI fileNameExtractorSPI, List<String> propertyNames, String string)
-
Uses of PropertiesCollector in org.geotools.gce.imagemosaic.properties.numeric
Methods in org.geotools.gce.imagemosaic.properties.numeric that return PropertiesCollector Modifier and Type Method Description protected PropertiesCollector
ByteFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
protected PropertiesCollector
DoubleFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
protected PropertiesCollector
FloatFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
protected PropertiesCollector
IntegerFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
protected PropertiesCollector
LongFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
protected PropertiesCollector
ShortFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
-
Uses of PropertiesCollector in org.geotools.gce.imagemosaic.properties.string
Methods in org.geotools.gce.imagemosaic.properties.string that return PropertiesCollector Modifier and Type Method Description protected PropertiesCollector
StringFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
-
Uses of PropertiesCollector in org.geotools.gce.imagemosaic.properties.time
Methods in org.geotools.gce.imagemosaic.properties.time that return PropertiesCollector Modifier and Type Method Description PropertiesCollector
TimestampFileNameExtractorSPI. create(Object o, List<String> propertyNames)
-
Uses of PropertiesCollector in org.geotools.imageio.netcdf.utilities
Methods in org.geotools.imageio.netcdf.utilities that return PropertiesCollector Modifier and Type Method Description protected PropertiesCollector
RuntimeExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String type)
-