Class CRSExtractor
- Object
-
- PropertiesCollector
-
- CRSExtractor
-
public class CRSExtractor extends PropertiesCollector
Extract the CRS from the coverage in order to store in the index
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_ATTRIBUTE_NAME
-
Constructor Summary
Constructors Constructor Description CRSExtractor()
CRSExtractor(PropertiesCollectorSPI spi, List<String> propertyNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesCollector
collect(GridCoverage2DReader gridCoverageReader)
void
setProperties(Map<String,Object> map)
void
setProperties(SimpleFeature feature)
-
Methods inherited from class PropertiesCollector
addMatch, collect, collect, collect, collect, getMatches, getPropertyNames, getSpi, reset
-
-
-
-
Field Detail
-
DEFAULT_ATTRIBUTE_NAME
public static final String DEFAULT_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CRSExtractor
public CRSExtractor()
-
CRSExtractor
public CRSExtractor(PropertiesCollectorSPI spi, List<String> propertyNames)
-
-
Method Detail
-
setProperties
public void setProperties(SimpleFeature feature)
- Specified by:
setProperties
in classPropertiesCollector
-
setProperties
public void setProperties(Map<String,Object> map)
- Specified by:
setProperties
in classPropertiesCollector
-
collect
public PropertiesCollector collect(GridCoverage2DReader gridCoverageReader)
- Overrides:
collect
in classPropertiesCollector
-
-