Package nz.org.riskscape.engine.output
Interface AxisSwapper.LocalProblems
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
- Enclosing class:
- AxisSwapper
public static interface AxisSwapper.LocalProblems
extends nz.org.riskscape.engine.problem.ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.Problem
When a shapefile is being written with geometries in aCoordinateReferenceSystem
that has a YX axis order and RiskScape is not able to create an equivalent CRS with XY axis order.
-
Method Details
-
axisOrderIncorrectInPrj
nz.org.riskscape.problem.Problem axisOrderIncorrectInPrj()When a shapefile is being written with geometries in a
CoordinateReferenceSystem
that has a YX axis order and RiskScape is not able to create an equivalent CRS with XY axis order. This will mean that the .prj file may have incorrect axis information place. NB the error message is currently shapefile specific - if we end up using this for other formats, we'll need to parameterize or have format specific messages.
-