Very High Activity

Commits : Listings

  Analyzed 7 days ago based on code collected 7 days ago.
Showing page 110 of 374
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Type system is now more strict - fix test and a check in EditionDecorator in order to be more coherent. Anon32 More... over 1 year ago
We've changed the value behind all the geometry types - the goal is to allow inheritance between these types. Anon32 More... over 1 year ago
We've changed the value behind all the geometry types - the goal is to allow inheritance between these types. Anon32 More... over 1 year ago
Fix compilation errors in the tests. Anon32 More... over 1 year ago
Fix a compilation error caused by the removal of geometry constraints. Anon32 More... over 1 year ago
Add a getConstraintIntValue in AbstractIntConstraint Anon32 More... over 1 year ago
Fix the compilation errors in the PostgreSQL driver. Anon32 More... over 1 year ago
Fix the compilation errors in the CIR driver. And remove an utterly dark loop that was intended to retrieve the spatial field index. Use the dedicated method instead... Anon32 More... over 1 year ago
Fix the DXF schema. Anon32 More... over 1 year ago
Fix validateMetadata. The behaviour of this method is kept, even if it seems strange. Anon32 More... over 1 year ago
Add some doc in a few methods Anon32 More... over 1 year ago
improve the getShapeType method - We need to remember that the values will return (Type.GEOMTYPE | Type.GEOMETRY), not just Type.GEOMTYPE. We must treat thet cases where general geometry types are provided with a GeometryDimensionConstraint. Indeed, such a constraint will ensure the compatibility of the column's data with a shapefile type. Anon32 More... over 1 year ago
Even if null values can be considered as vectorial values, Type.NULL must not be transformed in Type.GEOMETRY in createValue. a null value is everything, not just a geometry. Anon32 More... over 1 year ago
In many places, the changes that appear in the type code of vectorial values broke things. This commit fix some of them, that are all linked to the test made upon the type of values. It is better now to write TypeFactory.isVectorial(typecode) && typeCode != Type.NULL rather than typeCode == Type.GEOMETRY Anon32 More... over 1 year ago
Add two utility methods linked to type recognition. Anon32 More... over 1 year ago
Add a test for the geometry types creation fix a test that was broken because of a wrong (and useless) import. Anon32 More... over 1 year ago
When creating a type from a byte buffer, if it is a GEOMETRY subtype, we must be sure to fall in the right case, and to create the needed geometry with DefaultGeometryValue.readBytes. Anon32 More... over 1 year ago
Add a cleverer getType for geometry types Anon32 More... over 1 year ago
We've added some types, we must provide their name too. Anon32 More... over 1 year ago
Partial commit - we must not use the GeometryTypeConstraint anywhere Anon32 More... over 1 year ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.