Strabon

log

age author description
2012-06-27 Babis Nikolaou fixed imports
2012-06-27 Babis Nikolaou added support for GML in GeoJSON
2012-06-27 Babis Nikolaou added support for GML in KML
2012-06-27 Babis Nikolaou removed the implementation of GMLread through GMLReader and used the initial implementation by Constans. She knows better!
2012-06-27 Babis Nikolaou added proper GML namespace for a working GMLReader, added GMLread function in JTSWrapper, updated references to JTSWrapper.GMLReader and made it deprecated
2012-06-27 Babis Nikolaou added support for GML in store
2012-06-27 Babis Nikolaou merge
2012-06-27 Babis Nikolaou refactorings in StrabonPolyhedron. Moved GMLReader to JTSWrapper
2012-06-27 Babis Nikolaou moved constants from StrabonPolyhedron to GeoConstants
2012-06-27 Babis Nikolaou added comments to StrabonPolyhedron
2012-06-27 Babis Nikolaou some cleaning and commmenting
2012-06-27 Konstantina Mpereta commented out sth that caused compile error
2012-06-27 Konstantina Mpereta Appearance and content changes. Changed delete and refinement queries with the new ones
2012-06-27 Manos Karpathiotakis Added case for AsGML in query builder for PostGIS
2012-06-27 Babis Nikolaou beautification
2012-06-27 Babis Nikolaou fixed isGeometryValue for Literals with null datatype
2012-06-27 Babis Nikolaou renamed artifact resultio-sparqlxml-spatial to resultio-spatial since the addition of many more formats
2012-06-27 Babis Nikolaou some more comments in GeneralDBEvaluation
2012-06-27 Babis Nikolaou merge
2012-06-27 Babis Nikolaou added asGML to META-INF/services/org.openrdf.query.algebra.evaluation.function.Function in order to be loaded at run time
2012-06-27 Babis Nikolaou added some comments to GeneralDBEvaluation
2012-06-27 Konstantina Mpereta added some introductory text. changed title. Some more minor style changes.
2012-06-27 Babis Nikolaou added asGML to PostGIS and MonetDB. Still not working.
2012-06-26 Babis Nikolaou added asGML extension function and linked it with GenearalDBSqlAsGML implementation
2012-06-26 Babis Nikolaou reformatted constants in StrabonPolyhedron
2012-06-26 Babis Nikolaou some refactorings in GeneralDBEvaluation for the type of the result of function evaluation
2012-06-26 Babis Nikolaou some more comments and author name addition
2012-06-26 Babis Nikolaou added some comments in classes corresponding to extension functions and filled-in author name
2012-06-26 Babis Nikolaou changed KML filename for use in KMZ format
2012-06-25 Babis Nikolaou fixed mime type for HTML query results format
2012-06-25 Babis Nikolaou moved KML writer/factory to sparqlkml package
2012-06-25 Babis Nikolaou added KMZ query results writer and factory
2012-06-25 Babis Nikolaou moved Format to resultio package
2012-06-25 Babis Nikolaou added HTML query result writer and factory
2012-06-25 Babis Nikolaou updated condition to raise warning when no spatial bindings are found in the result when encoding is KML or GeoJSON
2012-06-25 Babis Nikolaou renamed package sparqljson to geojson
2012-06-25 Babis Nikolaou fixed identification of spatial values in KML
2012-06-25 Babis Nikolaou renamed ogcGeometry to WKT and gml to GML
2012-06-25 Babis Nikolaou added some comments
2012-06-25 Babis Nikolaou fixed identification of spatial values in GeoJSON
2012-06-25 Babis Nikolaou added factory class for creating TupleQueryWriters for different formats from Format
2012-06-25 Babis Nikolaou merge
2012-06-25 Babis Nikolaou added support for tab separated results format
2012-06-25 Babis Nikolaou added comments
2012-06-25 Babis Nikolaou added stSPARQLTSV writer and factory that extends TSV SPARQLResultsWriter and Format respectively
2012-06-25 Konstantina Mpereta some more minor changes in the frontend
2012-06-25 Konstantina Mpereta Some changes in Strabon endpoint appearance. Changed colors. Added explanatory titles
2012-06-25 Babis Nikolaou added author name in PostGISBindingIteration
2012-06-25 Babis Nikolaou added dependency to resultio.text for csv/tsv query results format
2012-06-25 Babis Nikolaou made stSPARQLResultsXMLWriter to return our XML format instead of the SPARQL one
2012-06-25 Babis Nikolaou Added factory classes for stSPARQL XML, KML, and GeoJSON formats
2012-06-25 Babis Nikolaou made KML and GeoJSON query result writers to return the new stSPARQL formats KML and GEOJSON
2012-06-25 Babis Nikolaou added stSPARQLQueryResultFormat in the style of Sesame. These formats (KML, KMZ, and GeoJSON) are going to be used in StrabonEndpoint. For the time being, formats mentioned in Format class are kept in Strabon.
2012-06-24 Babis Nikolaou commented sesame-queryresultio-sparqljson-spatial artifactId, because it has not been configured correctly
2012-06-24 Babis Nikolaou added some author names
2012-06-24 Babis Nikolaou completed support for GeoJSONWriter (fixes Bug #05)
2012-06-24 Babis Nikolaou copied all functionality for stSPARQLResultsGeoJSONWriter from SPARQLResultsJSONWriter class
2012-06-24 Babis Nikolaou revert stSPARQLResultsGeoJSONWriter from extending SPARQLResultsJSONWriter: all functionality is private
2012-06-24 Babis Nikolaou stSPARQLResultsGeoJSONWriter now extends SPARQLResultsJSONWriter in order to reuse JSON functionality
2012-06-24 Babis Nikolaou added dependency to resultio.sparqljson in resultio/pom.xml and parent pom.xml