JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
ch.so.agi.gdal.ffm
ch.so.agi.gdal.ffm
OgrLayerWriter
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
write(OgrFeature)
close()
Interface OgrLayerWriter
All Superinterfaces:
AutoCloseable
public interface
OgrLayerWriter
extends
AutoCloseable
Feature writer for an OGR layer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
void
write
(
OgrFeature
feature)
Method Details
write
void
write
(
OgrFeature
feature)
close
void
close
()
Specified by:
close
in interface
AutoCloseable