Package nz.org.riskscape.engine.cli
Interface Notifications
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
public interface Notifications
extends nz.org.riskscape.engine.problem.ProblemFactory
Produces debug Notifications for the user, e.g. the geographic coordinates of the layer RiskScape is using.
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.Problem
inCommonCrs
(String bounds) Produces a message like: Displayed in a common CRS, these coordinates would look like: EPSG:4326 [40.6889 : 40.8057 North, -74.0453 : -73.965 East]nz.org.riskscape.problem.Problem
usingLayer
(String layerName, String bounds) Produces a message like: Using asset layer with bounds: EPSG:4326 [40.6889 : 40.8057 North, -74.0453 : -73.965 East]
-
Method Details
-
usingLayer
Produces a message like: Using asset layer with bounds: EPSG:4326 [40.6889 : 40.8057 North, -74.0453 : -73.965 East]
-
inCommonCrs
Produces a message like: Displayed in a common CRS, these coordinates would look like: EPSG:4326 [40.6889 : 40.8057 North, -74.0453 : -73.965 East]
-