Uses of Class
org.locationtech.jts.jump.io.datasource.DataSource
-
Packages that use DataSource Package Description org.locationtech.jts.jump.io.datasource The DataSource API is the core API for input and output of data. -
-
Uses of DataSource in org.locationtech.jts.jump.io.datasource
Subclasses of DataSource in org.locationtech.jts.jump.io.datasource Modifier and Type Class Description class
ReaderWriterFileDataSource
Adapts the old JUMP I/O API (Readers and Writers) to the new JUMP I/O API (DataSources).class
StandardReaderWriterFileDataSource
Contains DataSource classes for the standard JUMP Readers and Writers.static class
StandardReaderWriterFileDataSource.FMEGML
static class
StandardReaderWriterFileDataSource.GML
static class
StandardReaderWriterFileDataSource.JML
static class
StandardReaderWriterFileDataSource.Shapefile
static class
StandardReaderWriterFileDataSource.WKT
Methods in org.locationtech.jts.jump.io.datasource that return DataSource Modifier and Type Method Description DataSource
DataSourceQuery. getDataSource()
Returns the DataSource against which to apply the (implementation-dependent) query string.Methods in org.locationtech.jts.jump.io.datasource with parameters of type DataSource Modifier and Type Method Description void
DataSourceQuery. setDataSource(DataSource dataSource)
Called by Java2XMLConstructors in org.locationtech.jts.jump.io.datasource with parameters of type DataSource Constructor Description DataSourceQuery(DataSource dataSource, String query, String name)
Constructs a DataSourceQuery that wraps a query string (implementation-dependent) and a DataSource to apply it against.
-