Uses of Class
org.geotools.gce.imagemosaic.properties.PropertiesCollector
- 
- 
Uses of PropertiesCollector in org.geotools.gce.imagemosaicMethods 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.propertiesSubclasses of PropertiesCollector in org.geotools.gce.imagemosaic.properties Modifier and Type Class Description classCRSExtractorExtract the CRS from the coverage in order to store in the indexclassRegExPropertiesCollectorMethods in org.geotools.gce.imagemosaic.properties that return PropertiesCollector Modifier and Type Method Description PropertiesCollectorCRSExtractor. collect(GridCoverage2DReader gridCoverageReader)PropertiesCollectorPropertiesCollector. collect(File file)PropertiesCollectorPropertiesCollector. collect(URI uri)PropertiesCollectorPropertiesCollector. collect(URL url)PropertiesCollectorPropertiesCollector. collect(ImageReader imageReader)PropertiesCollectorPropertiesCollector. collect(GridCoverage2DReader gridCoverageReader)PropertiesCollectorCRSExtractorSPI. create(Object o, List<String> propertyNames)PropertiesCollectorCurrentDateExtractorSPI. create(Object o, List<String> propertyNames)PropertiesCollectorDateExtractorSPI. create(Object o, List<String> propertyNames)PropertiesCollectorDefaultPropertiesCollectorSPI. create(Object o, List<String> propertyNames)PropertiesCollectorFSDateExtractorSPI. create(Object o, List<String> propertyNames)PropertiesCollectorPropertiesCollectorSPI. create(Object o, List<String> propertyNames)protected abstract PropertiesCollectorDefaultPropertiesCollectorSPI. createInternal(PropertiesCollectorSPI fileNameExtractorSPI, List<String> propertyNames, String string)
- 
Uses of PropertiesCollector in org.geotools.gce.imagemosaic.properties.numericMethods in org.geotools.gce.imagemosaic.properties.numeric that return PropertiesCollector Modifier and Type Method Description protected PropertiesCollectorByteFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)protected PropertiesCollectorDoubleFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)protected PropertiesCollectorFloatFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)protected PropertiesCollectorIntegerFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)protected PropertiesCollectorLongFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)protected PropertiesCollectorShortFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
- 
Uses of PropertiesCollector in org.geotools.gce.imagemosaic.properties.stringMethods in org.geotools.gce.imagemosaic.properties.string that return PropertiesCollector Modifier and Type Method Description protected PropertiesCollectorStringFileNameExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String regex)
- 
Uses of PropertiesCollector in org.geotools.gce.imagemosaic.properties.timeMethods in org.geotools.gce.imagemosaic.properties.time that return PropertiesCollector Modifier and Type Method Description PropertiesCollectorTimestampFileNameExtractorSPI. create(Object o, List<String> propertyNames)
- 
Uses of PropertiesCollector in org.geotools.imageio.netcdf.utilitiesMethods in org.geotools.imageio.netcdf.utilities that return PropertiesCollector Modifier and Type Method Description protected PropertiesCollectorRuntimeExtractorSPI. createInternal(PropertiesCollectorSPI spi, List<String> propertyNames, String type)
 
-