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.ProblemWhen a shapefile is being written with geometries in aCoordinateReferenceSystemthat 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
CoordinateReferenceSystemthat 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.
-