Package de.dlr.proseo.geotools
Class GeotoolsConfiguration
java.lang.Object
de.dlr.proseo.geotools.GeotoolsConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo.geotools")
public class GeotoolsConfiguration
extends Object
Configuration class for the prosEO Geotools service component
- Author:
- Ernst Melchinger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresentation shape file with all attributes needed in this context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetShapefiles(List<GeotoolsConfiguration.Shapefile> shapefiles) Set the shape files
-
Constructor Details
-
GeotoolsConfiguration
public GeotoolsConfiguration()
-
-
Method Details
-
getShapefiles
- Returns:
- the shape files
-
setShapefiles
Set the shape files- Parameters:
shapefiles- The shape files to set, i.e. all known regions
-