Class OperatorImportFromGeoJson

    • Constructor Detail

      • OperatorImportFromGeoJson

        public OperatorImportFromGeoJson()
    • Method Detail

      • execute

        public abstract MapGeometry execute​(int import_flags,
                                            Geometry.Type type,
                                            java.lang.String geoJsonString,
                                            ProgressTracker progress_tracker)
        Deprecated, use version without import_flags. Performs the ImportFromGeoJson operation.
        Parameters:
        import_flags - Use the GeoJsonImportFlags interface.
        type - Use the Geometry.Type enum.
        geoJsonString - The string holding the Geometry in geoJson format.
        Returns:
        Returns the imported MapGeometry.
      • executeOGC

        public abstract MapOGCStructure executeOGC​(int import_flags,
                                                   java.lang.String geoJsonString,
                                                   ProgressTracker progress_tracker)
        Performs the ImportFromGeoJson operation.
        Parameters:
        import_flags - Use the GeoJsonImportFlags interface.
        geoJsonString - The string holding the Geometry in geoJson format.
        Returns:
        Returns the imported MapOGCStructure.