Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2064 / libraries / libFMap_geometries @ 40002

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
39741 02/08/2013 06:48 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2064 RC5

39631 01/25/2013 06:02 AM Juan Lucas Domínguez

Removed use of deprecated methods in Geometry API unit test

39624 01/24/2013 04:22 AM Juan Lucas Domínguez

Patch provided by Leticia Riestro from LBD: Fixed conversion of JTS MultiPolygon in 'jtsToGeometry' method

39594 01/11/2013 05:13 AM Juan Lucas Domínguez

#1551 Added utility run-time exception class and used it when null point is returned by reprojection library

39393 12/04/2012 05:04 AM Juan Lucas Domínguez

#1447 Consider null geometries before asking bounding box

39280 11/20/2012 03:02 AM Juan Lucas Domínguez

#1395 Fixed behavior of polyline tool

39206 11/08/2012 11:37 AM Joaquín del Cerro Murciano
39134 11/01/2012 09:26 AM Juan Lucas Domínguez

Fixed operation name 'unitvector'

39124 10/31/2012 05:34 AM Juan Lucas Domínguez

Adding explanation in transform method javadoc (Geometry API)

39122 10/30/2012 12:07 PM Juan Lucas Domínguez

Ignoring null affine transform in transform method (Geometry API) to prevent NPE

39118 10/30/2012 07:25 AM Juan Lucas Domínguez

Fixed intersects method in multi-primitive

39108 10/28/2012 11:28 AM Juan Lucas Domínguez

Added unimplemented methods in dummy test Geometry

39099 10/26/2012 09:27 AM Juan Lucas Domínguez

Added toJTS operation for BaseMultiPrimitive

39097 10/25/2012 12:16 PM Joaquín del Cerro Murciano

Añade las operaciones snapTo, closestPoints y isWithinDistance a la clase Geometry.

39096 10/25/2012 12:13 PM Joaquín del Cerro Murciano

Arregla un error que impedia crear una OrientablePrimitiva2D añadiendo vertices a ella (addVertex) ya que no gestionaba correctamente la creacion del primer vertice.

39082 10/22/2012 09:46 AM Juan Lucas Domínguez

#926 Throwing exception from geometry model which must be managed by caller

39076 10/18/2012 06:57 AM Juan Lucas Domínguez

Ensure returned class is OK in Multi-to-JTS operations

39063 10/16/2012 03:27 AM Juan Lucas Domínguez

#926 Fixing method to get path iterator of multi-geometry and other saveguards to prevent null values

39061 10/16/2012 03:15 AM Juan Lucas Domínguez

Removing System.out.println

39054 10/10/2012 08:34 AM Juan Lucas Domínguez

#451 Fixed bad casting (Point2D, not geometry Point)

39049 10/08/2012 09:51 AM Juan Lucas Domínguez

#547 Finally removed unwanted, unused methods in deprecated UtilFunctions

39047 10/08/2012 09:16 AM Juan Lucas Domínguez

#547 Added rotate, move and rotate to Geometry API. Also some simple unit tests.

39046 10/08/2012 09:14 AM Juan Lucas Domínguez

Fixed author hehehe

39045 10/08/2012 09:12 AM Juan Lucas Domínguez

Removed unused methods, related to #547

38925 09/25/2012 04:02 AM Juan Lucas Domínguez

#510 Fixed size of arrays (set to maximum needed from the start, they are "final")

38924 09/24/2012 09:18 AM Juan Lucas Domínguez

#559 Added patch provided by Ildefonso Junquero (using Curve instead of Surface) and unit test

38910 09/21/2012 02:43 AM Juan Lucas Domínguez

Removing overriden methods temporarily to prevent issue with circle and ellipse

38895 09/17/2012 06:06 AM Juan Lucas Domínguez

#446 Added missing SPLINE case in intersects method and avoided use of GeneralPath to prevent null pointer exception in BaseMultiPrimitive.

38891 09/13/2012 09:47 AM Cesar Ordiñana

Solve error in the iteration which left out the last segment. Also replace recursive implementation with iterative one for much better performance.
Refs #510.

38888 09/13/2012 05:40 AM Cesar Ordiñana

Fixes 912

38884 09/12/2012 10:05 AM Cesar Ordiñana

Optimization to simplify geometries to be drawn.
Refs #510

38786 08/23/2012 06:46 AM Juan Lucas Domínguez

Added methods in Arc interface and implementation with explicit names for setting points. Also some unit tests.

38785 08/23/2012 05:01 AM Juan Lucas Domínguez

Trying to clarify the difference between "middle point" (belongs to the arc) and "center point" (center of ellipse/circle) without changing API.

38784 08/23/2012 02:15 AM Juan Lucas Domínguez

Added line separators in case javadoc generator removes line breaks.

38778 08/22/2012 09:13 AM Juan Lucas Domínguez

#551 (first part) Fixing javadoc for Arc interface

38770 08/21/2012 06:20 AM Juan Lucas Domínguez

#552 Added getInteriorPoint to Geometry API and JTS-based implementation

38599 07/19/2012 10:14 AM Cesar Ordiñana

Changed implementation to another with a slightly better CPU and memory usage.

38598 07/19/2012 10:13 AM Cesar Ordiñana

GeometryType registration error solved and refactoring

38597 07/19/2012 09:21 AM Cesar Ordiñana

Small optimization: don't concatenate a transform to apply if it is the identity one.

38596 07/19/2012 09:20 AM Cesar Ordiñana

Allow to register GeometryType instances directly. Add also a PointGeometryType API and implementations for 2D and 3D points.

Refs 510.

38595 07/19/2012 09:17 AM Cesar Ordiñana

Solve invalid logger configuration and set GeometryManager reference as final

38545 07/06/2012 07:16 AM Juan Lucas Domínguez

#813 Registered new Geometry2DZ (3D) dummy class to prevent "unsupported geometry type" message

38538 07/04/2012 05:37 AM Juan Lucas Domínguez

Fixed curve2d to JTS conversion

38452 06/22/2012 11:07 AM Cesar Ordiñana

Remove duplicated pathIterator creation

38392 06/08/2012 08:39 AM Ignacio Brodín

fixes #546 Error in class Converter with one solution. Patch from Leticia Riestra

38391 06/07/2012 11:43 AM Ignacio Brodín

references #683 Geoprocess gvSIG Intersection between polygon and line layers

38388 06/07/2012 08:17 AM Ignacio Brodín

references #683 Geoprocess gvSIG Intersection between polygon and line layers

38185 04/19/2012 07:01 AM Joaquín del Cerro Murciano

Reformateado del codigo.

38067 03/14/2012 07:17 AM Cesar Ordiñana

Add based on portions header

37568 01/02/2012 06:15 AM Cesar Ordiñana

Update and remove uneeded entries

37524 12/22/2011 06:47 AM Jorge Piera

Adding the getDimension method to the 3D geometries. [gvsig-desktop #113]

37514 11/29/2011 12:46 PM Jorge Piera

fixing a bug with the complex selection by circle [gvsig-desktop #16028]. I've also fixed a small bug with the ToWKT operation that has to use the toJTS operation

37493 11/25/2011 07:49 AM Jorge Piera

Bug getting the handlers for a multigeometry. I've seen this bug fixing [gvsig-desktop #16012]

37336 11/17/2011 04:50 AM Francisco Díaz Carsí

Reintroducido el registro de la clase Geometry2D habiéndola hecho extender de DefaultNullGeometry.

37331 11/15/2011 06:37 AM Cesar Ordiñana

Add new method to get a common geometry operation.
Part of the fix to solve bug gvsig-desktop#15812: Load table from Database

37325 11/14/2011 11:23 AM Cesar Ordiñana

Small optimization: cache geometry constructor loaded by reflection

37323 11/14/2011 09:24 AM Cesar Ordiñana

Add new methods to know if a geometry type is type or subtype of another one

37322 11/14/2011 09:21 AM Cesar Ordiñana

Add a persistence factory for GeometryType objects

37201 11/10/2011 07:45 AM Jorge Piera

Remove the Geometry.CloneGeometry() usages [gvsig-desktop #15953]

37162 11/02/2011 04:05 AM Francisco Díaz Carsí

gvsig-desktop#15808 Fixed bug "Shadow offset by introducing polygonal elements in layer edition"

36775 10/24/2011 02:26 AM Jorge Piera

Fixing a bug getting the last point of a GeneralPathX

36748 10/19/2011 04:57 AM Cesar Ordiñana

Remove unused classes.

36627 09/22/2011 09:12 AM Jorge Piera

The Circle handlers have to implement the CenterHandler or the snapping doesn't work [gvsig-desktop #15451]

36405 09/13/2011 03:38 AM Francisco Díaz Carsí

gvsig-desktop#15655

36399 09/12/2011 06:44 AM Francisco Díaz Carsí

gvsig-desktop#15553 Arrow symbol isn't drawn

36234 08/30/2011 04:11 AM Cesar Ordiñana

Rename field for better comprehension

36223 08/26/2011 06:32 AM Cesar Ordiñana

Deprecate the get/setCoordinates methods.

36222 08/26/2011 03:41 AM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36221 08/26/2011 03:13 AM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36199 08/23/2011 02:30 AM Cesar Ordiñana

Remove compiler warnings

36198 08/23/2011 02:30 AM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36197 08/23/2011 02:27 AM Cesar Ordiñana

Java 1.4 compatibility update

35963 07/29/2011 02:41 AM Cesar Ordiñana

When preloading point geometry types, in the warning message don't include the exception to not confuse it with an error, and give the real point subtype not found.

35962 07/28/2011 08:43 AM Jorge Piera

Adding the toString method to the Point2DZ

35753 07/15/2011 04:01 AM Jorge Piera

Select by rectangle tool doesn't work fine [gvsig-desktop #15393]. I've update the FLyrVect.queryByEnvelope method. Now it uses the IntersectsEvaluator instead of the ContainsEvaluator. This method is only used in the SelectionByRectangle tool. I've also update the JavaDoc.

35752 07/15/2011 03:22 AM Jorge Piera

The in select by point [gvsig-desktop #15580] The problem was in the ToJTS operation. I've update the references to the Converter class by the ToJTS operation and I've update also the DXFStoreProvider

35742 07/12/2011 07:32 AM Jorge Piera

The Envelope coordinates are null if they are not set [gvsig-desktop #15584]

35619 06/30/2011 07:44 AM Jorge Piera

Fixing several errors with the shape edition [gvsig-desktop #15414]

35615 06/29/2011 04:51 AM Jorge Piera

Fixing a bug when an Arc or a Spline are added to a edition layer [gvsig-desktop #15547]

35613 06/28/2011 05:31 AM Jorge Piera

Adding the MultiSurface3D [gvsig-desktop #15387]

35476 06/15/2011 03:38 AM Jorge Piera

Moving some UtilFunctions methods to a new operations [gvsig-desktop #15384]

35475 06/14/2011 10:57 AM Jorge Piera

Fixing some small issues related with the bug [gvsig-desktop #15384]

35474 06/14/2011 07:53 AM Jorge Piera

Updating the WKB parser to use the geometry api, instead of using the GeneralPathX. [gvsig-desktop #15384]

35472 06/14/2011 06:23 AM Jorge Piera

The GeneralPathX uses point's instead of array of doubles. [gvsig-desktop #15384]

35346 05/31/2011 10:34 AM Jorge Piera

The Geometry interface inherits of the awt.Shape interface and this inheritance is going to be deleted in a future. This commit adds a new method getShape that returns an awt.Shape and replace all the usage of the Shape interface by an invocation of the getShape method. The idea is to have a control of the usage of this method and remove it in a future [gvsig-desktop #15383]

35340 05/30/2011 12:56 PM Cesar Ordiñana

Change test initialization so all needed libraries get initialized.

35326 05/26/2011 09:29 AM Cesar Ordiñana

Cache other geometry types.
Part of the work to solve bug gvsig-desktop#15349: Working with a view or table from a PostGIS store is slow

35325 05/26/2011 08:56 AM Cesar Ordiñana

Optimization in Point and MultiPoligon creation.
Part of the work to solve bug gvsig-desktop#15349: Working with a view or table from a PostGIS store is slow

35185 05/19/2011 07:24 AM Jorge Piera

Adding a method to the GeometryType to know if its type it inherits of other geometry type. Adding also other method to kwnow if the geometry subtype inherits of other geometry subtype [gvsig-desktoop #15350]

35180 05/18/2011 09:44 AM Cesar Ordiñana

Define the eclipse.project.name to the name of the project folder, as those projects have a name which is not equal to the artifactId

35142 05/13/2011 08:54 AM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

34905 04/08/2011 03:02 AM Jorge Piera

Updating the value of the Geometry.TYPES constants. The TEXT type has been deleted and there is not any geometry with the type equals to 5. This issue will be fixed in a future.

34904 04/07/2011 07:25 AM Jorge Piera

The bug [gvsig-desktop #15150] showed a problem with the inherited geometry type TEXT. This type has been deleted and all the references to it has been also removed

34899 04/06/2011 08:22 AM Jorge Piera

The Geometry.SUBTYPE.GEOM2DZ has been removed and has been replaced by GEOM3D. This problem has been detected fixing the bug [gvsig-desktop #15133]

34888 04/04/2011 11:41 AM Jorge Piera

The Geometry.TYPES.Text geomerty type has been added other time because there is a compilation problem with the legend library. It will be deleted when the compilation problems are fixed

34886 04/04/2011 08:16 AM Jorge Piera

Deleting the Geometry.TYPES.Text geomerty type
[gvsig-desktop #15150]

34885 04/04/2011 07:36 AM Jorge Piera

fixing a bug with the DGNStoreProvider. The CRS has to be a IProjection object and it has been necessary to add a the Geometry2DZ type because the provider has this type of geometry and it has not been registered yet.
[gvsig-desktop #15149]

34883 04/04/2011 04:23 AM Jorge Piera

Just rewriting a label that was not well written

34708 03/10/2011 04:24 AM Joaquín del Cerro Murciano

Apply Coding conventions

34707 03/10/2011 02:48 AM Cesar Ordiñana

Extract pending external dependencies to the dependencyManagement of org.gvsig.maven.base.pom.
Add all core library dependencies to the org.gvsig.core.maven.dependencies pom, in the dependencyManagement as well as in the dependency, but all with runtime scope....