Interface GeoJsonImportFlags


  • public interface GeoJsonImportFlags
    • Field Detail

      • geoJsonImportNonTrusted

        @Deprecated
        static final int geoJsonImportNonTrusted
        Deprecated.
        See Also:
        Constant Field Values
      • geoJsonImportSkipCRS

        static final int geoJsonImportSkipCRS
        If set, the import will skip CRS.
        See Also:
        Constant Field Values
      • geoJsonImportNoWGS84Default

        static final int geoJsonImportNoWGS84Default
        If set, and the geojson does not have a spatial reference, the result geometry will not have one too, otherwise it'll assume WGS84.
        See Also:
        Constant Field Values