Package de.dlr.proseo.geotools
Klasse 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
- Autor:
- Ernst Melchinger
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
Representation shape file with all attributes needed in this context -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setShapefiles
(List<GeotoolsConfiguration.Shapefile> shapefiles) Set the shape files
-
Konstruktordetails
-
GeotoolsConfiguration
public GeotoolsConfiguration()
-
-
Methodendetails
-
getShapefiles
- Gibt zurück:
- the shape files
-
setShapefiles
Set the shape files- Parameter:
shapefiles
- The shape files to set, i.e. all known regions
-