| Package | Description |
|---|---|
| eu.slipo.athenarc.triplegeo | |
| eu.slipo.athenarc.triplegeo.tools | |
| eu.slipo.athenarc.triplegeo.utils |
| Modifier and Type | Field and Description |
|---|---|
private static ReverseConfiguration |
ReverseExtractor.currentConfig |
| Modifier and Type | Field and Description |
|---|---|
private ReverseConfiguration |
RdfToShp.currentConfig |
private ReverseConfiguration |
RdfToGeoJson.currentConfig |
private ReverseConfiguration |
RdfToCsv.currentConfig |
| Constructor and Description |
|---|
RdfToCsv(ReverseConfiguration config,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the reverse transformation process from RDF to CSV file.
|
RdfToGeoJson(ReverseConfiguration config,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the reverse transformation process from RDF to GeoJson.
|
RdfToShp(ReverseConfiguration config,
java.lang.String outFile,
int sourceSRID,
int targetSRID)
Constructor for the reverse transformation process from RDF to ESRI shapefile.
|
| Modifier and Type | Field and Description |
|---|---|
private ReverseConfiguration |
BatchReverseConverter.currentConfig |
| Constructor and Description |
|---|
BatchReverseConverter(ReverseConfiguration config,
java.lang.String[] inFiles)
Constructs a ReverseConverter object.
|