Class GeoJSONDocument


  • public class GeoJSONDocument
    extends Object
    Export rays for validation
    • Field Detail

      • jsonGenerator

        public com.fasterxml.jackson.core.JsonGenerator jsonGenerator
      • rounding

        public int rounding
      • transform

        public org.cts.op.CoordinateOperation transform
    • Method Detail

      • doTransform

        public void doTransform​(org.locationtech.jts.geom.Geometry geometry)
      • setInputCRS

        public void setInputCRS​(String crs)
                         throws org.cts.crs.CRSException,
                                org.cts.op.CoordinateOperationException
        Throws:
        org.cts.crs.CRSException
        org.cts.op.CoordinateOperationException
      • setRounding

        public void setRounding​(int rounding)
      • writeTopographic

        public void writeTopographic​(List<Triangle> triVertices,
                                     List<org.locationtech.jts.geom.Coordinate> vertices)
                              throws IOException
        Write topography triangles
        Parameters:
        triVertices -
        vertices -
        Throws:
        IOException
      • writeCoordinate

        public void writeCoordinate​(org.locationtech.jts.geom.Coordinate coordinate)
                             throws IOException
        Write coordinate positions.
        Parameters:
        coordinate -
        Throws:
        IOException