Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / libraries / libFMap_geometries / libFMap_geometries @ 38342

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
38342 05/30/2012 11:18 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

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

Reformateado del codigo.

38067 03/14/2012 12:17 PM Cesar Ordiñana

Add based on portions header

37568 01/02/2012 12:15 PM Cesar Ordiñana

Update and remove uneeded entries

37524 12/22/2011 12:47 PM Jorge Piera

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

37514 11/29/2011 06: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 01:49 PM Jorge Piera

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

37336 11/17/2011 10:50 AM fdiaz

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

37331 11/15/2011 12:37 PM 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 05:23 PM Cesar Ordiñana

Small optimization: cache geometry constructor loaded by reflection

37323 11/14/2011 03:24 PM Cesar Ordiñana

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

37322 11/14/2011 03:21 PM Cesar Ordiñana

Add a persistence factory for GeometryType objects

37201 11/10/2011 01:45 PM Jorge Piera

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

37162 11/02/2011 09:05 AM fdiaz

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

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

Fixing a bug getting the last point of a GeneralPathX

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

Remove unused classes.

36627 09/22/2011 03:12 PM Jorge Piera

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

36405 09/13/2011 09:38 AM fdiaz

gvsig-desktop#15655

36399 09/12/2011 12:44 PM fdiaz

gvsig-desktop#15553 Arrow symbol isn't drawn

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

Rename field for better comprehension

36223 08/26/2011 12:32 PM Cesar Ordiñana

Deprecate the get/setCoordinates methods.

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

Format according to the gvSIG developer's coding guidelines

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

Format according to the gvSIG developer's coding guidelines

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

Remove compiler warnings

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

Format according to the gvSIG developer's coding guidelines

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

Java 1.4 compatibility update

35963 07/29/2011 08: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 02:43 PM Jorge Piera

Adding the toString method to the Point2DZ

35753 07/15/2011 10: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 09: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 01:32 PM Jorge Piera

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

35619 06/30/2011 01:44 PM Jorge Piera

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

35615 06/29/2011 10: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 11:31 AM Jorge Piera

Adding the MultiSurface3D [gvsig-desktop #15387]

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

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

35475 06/14/2011 04:57 PM Jorge Piera

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

35474 06/14/2011 01:53 PM Jorge Piera

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

35472 06/14/2011 12:23 PM Jorge Piera

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

35346 05/31/2011 04:34 PM 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 06:56 PM Cesar Ordiñana

Change test initialization so all needed libraries get initialized.

35326 05/26/2011 03:29 PM 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 02:56 PM 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 01:24 PM 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 03:44 PM 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 02:54 PM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

34905 04/08/2011 09: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 01:25 PM 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 02:22 PM 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 05:41 PM 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 02:16 PM Jorge Piera

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

34885 04/04/2011 01:36 PM 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 10:23 AM Jorge Piera

Just rewriting a label that was not well written

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

Apply Coding conventions

34707 03/10/2011 08: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....

34690 03/09/2011 12:53 PM Joaquín del Cerro Murciano

Move DataTypes CRS, Geometry and Envelope from libFMap_dal to projects libFMap_geometry and libProyection, and improve coercion for this types.

34468 02/02/2011 12:48 PM Cesar Ordiñana

Add Cloneable support to Envelope.
FR: [gvsig-desktop 14951]

34265 12/14/2010 04:54 PM Jorge Piera

Updating the WKB operation context to be compatible with CDC

34162 11/23/2010 04:13 PM Jorge Piera

The type of the dynfields was wrong and the persistence didn't work

34149 11/18/2010 05:36 PM Cesar Ordiñana

Update tools lib tests dependence definition, using type:test-jar instead of classifier:tests

34140 11/18/2010 12:05 PM Jorge Piera

Adding the Area and Perimeter operations

34137 11/18/2010 09:56 AM Cesar Ordiñana

If only we only get one polygon in the conversion, return a single polygon instead of a multipolygon

34118 11/10/2010 10:41 AM Jorge Piera

Moving the duplicated methods of the Curve2D and Surface2D to the OrientablePrimitive class

34117 11/10/2010 09:02 AM Jorge Piera

Moving the common methods of the Curve an Surface to the OrientablePrimitive interface

33681 10/18/2010 10:38 AM fdiaz

Persistencia de proyectos con capas vectoriales de archivo y sus correspondientes simbologías.
Persistencia de los hyperenlaces.

33650 10/05/2010 01:40 PM Jorge Piera

The persistence for geometries is implemented using a factory and the WKT operation

33603 09/24/2010 11:46 AM Jorge Piera

Updating the persistence name because there is a collision with the awt Point2D class

33406 09/22/2010 10:51 AM fdiaz

Arreglada la creación del arco que pasa por tres puntos, cuando el primero y el último son el mismo, antes daba un error, ahora crea un arco completo de 360º.

33388 09/20/2010 10:51 AM Jorge Piera

Adding persistence for the Envelope. The tests has been updated to initialize the libraries.

33262 08/11/2010 12:02 PM Jorge Piera

Adding the centroid operation to the Geometry class

33111 07/07/2010 02:23 PM Cesar Ordiñana

Mark as deprecated so they won't be included in the geometries API in future versions

33032 07/06/2010 05:11 PM Joaquín del Cerro Murciano

Add to the libreries declaration of dependency with other libraries.

33018 07/06/2010 12:47 PM Juan Lucas Domínguez

fixed bad parameters (x,y,w,h instead of x1,y1,x2,y2)

32934 07/04/2010 12:23 PM Joaquín del Cerro Murciano

Fix toString of envelop and point

32924 07/02/2010 06:27 PM Joaquín del Cerro Murciano

Add to "Geometry" and "GeometryManager" useful methods to invoke the most common operations..

32880 06/24/2010 02:34 PM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

32641 05/12/2010 01:42 PM Cesar Ordiñana

Change org.gvsig.jdk dependency version to 1.0.0-SNAPSHOT

32387 04/21/2010 11:28 AM Ignacio Brodín

New method invokeOperation

32386 04/21/2010 11:27 AM Ignacio Brodín

New operation FromJTS

32267 03/16/2010 04:45 PM Cesar Ordiñana

Ignore eclipse project files

32264 03/16/2010 08:29 AM Cesar Ordiñana

First approach to set gvSIG core dependencies in the org.gvsig.core.maven.dependencies pom file.

32058 01/27/2010 05:18 PM Cesar Ordiñana

Replace site repository id

31821 12/18/2009 09:16 AM Jorge Piera

Adding the org.gvsig.jdk dependence to the project

31671 11/20/2009 11:09 AM Jorge Piera

The GeneralPath uses the org.gvsig.openjdk library

31544 11/09/2009 02:57 PM Cesar Ordiñana

Replace Gobernment with Government in the header

31493 11/04/2009 01:19 PM Cesar Ordiñana

Maven repository moved to OSOR.
Change all legacy dependencies with the standard ones, or if not available in the standard repositories, set them into their own groupid. For non standard available dependencies with not known version, set version as "unknown" instead of "gvsig"....

31343 10/20/2009 02:50 PM Joaquín del Cerro Murciano

Add constants for X and Y dimensions

31333 10/20/2009 10:47 AM Cesar Ordiñana

Update .classpath only on multi jar projects

31330 10/19/2009 04:28 PM Cesar Ordiñana

Ignore eclipse configuration files

31326 10/19/2009 02:57 PM Cesar Ordiñana

Remove eclipse projects configuration. From now on, it will be generated locally with maven.

31325 10/19/2009 01:31 PM Juan Lucas Domínguez

Removed unnecessary import

31291 10/15/2009 08:24 AM Cesar Ordiñana

Commited by error, return to previous version

31284 10/14/2009 02:56 PM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

31261 10/13/2009 11:04 AM Jorge Piera

The Z array must be initialized

31221 10/08/2009 08:54 AM Juan Lucas Domínguez

avoid getting manager (possibly not initialized) in static section

31044 10/01/2009 04:02 PM Juan Lucas Domínguez

added cdc dependencies

31020 09/29/2009 02:06 PM Cesar Ordiñana

Change and optimize geometry type retrieval with type and subtype values.

30954 09/23/2009 01:39 PM Cesar Ordiñana

Comment out code that needs to be redone

30773 09/14/2009 09:16 AM Jorge Piera

Not used imports has been deleted

30765 09/11/2009 10:05 AM Jorge Piera

Operations have to be registered before to register the geometries

30633 09/01/2009 02:00 PM Cesar Ordiñana

Small Library API refactoring