Package de.dlr.proseo.geotools.rest
Klasse InfoControllerImpl
java.lang.Object
de.dlr.proseo.geotools.rest.InfoControllerImpl
- Alle implementierten Schnittstellen:
InfoController
Controller to handle the request for information on the regions provided in
application.yml.
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<?> getInfo()
Return information on the known regions.
-
Konstruktordetails
-
InfoControllerImpl
public InfoControllerImpl()
-
-
Methodendetails
-
getInfo
public org.springframework.http.ResponseEntity<?> getInfo()Return information on the known regions.- Angegeben von:
getInfo
in SchnittstelleInfoController
- Gibt zurück:
- HttpStatus 200 and the requested information OR HttpStatus 400 and an error message if the input was invalid OR HttpStatus 500 and an error message if the input was valid but the implementation is pending or a problem occurred while trying to process a shape file
-