Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2025 / libraries / libFMap_geometries @ 38629

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
35085 05/09/2011 06:03 AM Cesar Ordiñana

gvSIG 2.0.0 build 2025

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....

34690 03/09/2011 06:53 AM 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 06:48 AM Cesar Ordiñana

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

34265 12/14/2010 10:54 AM Jorge Piera

Updating the WKB operation context to be compatible with CDC

34162 11/23/2010 10:13 AM Jorge Piera

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

34149 11/18/2010 11:36 AM Cesar Ordiñana

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

34140 11/18/2010 06:05 AM Jorge Piera

Adding the Area and Perimeter operations

34137 11/18/2010 03: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 04:41 AM Jorge Piera

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

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

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

33681 10/18/2010 04:38 AM Francisco Díaz Carsí

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

33650 10/05/2010 07:40 AM Jorge Piera

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

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

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

33406 09/22/2010 04:51 AM Francisco Díaz Carsí

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 04:51 AM Jorge Piera

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

33262 08/11/2010 06:02 AM Jorge Piera

Adding the centroid operation to the Geometry class

33111 07/07/2010 08:23 AM Cesar Ordiñana

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

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

Add to the libreries declaration of dependency with other libraries.

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

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

32934 07/04/2010 06:23 AM Joaquín del Cerro Murciano

Fix toString of envelop and point

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

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

32880 06/24/2010 08:34 AM 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 07:42 AM Cesar Ordiñana

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

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

New method invokeOperation

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

New operation FromJTS

32267 03/16/2010 11:45 AM Cesar Ordiñana

Ignore eclipse project files

32264 03/16/2010 03: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 11:18 AM Cesar Ordiñana

Replace site repository id

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

Adding the org.gvsig.jdk dependence to the project

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

The GeneralPath uses the org.gvsig.openjdk library

31544 11/09/2009 08:57 AM Cesar Ordiñana

Replace Gobernment with Government in the header

31493 11/04/2009 07:19 AM 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 08:50 AM Joaquín del Cerro Murciano

Add constants for X and Y dimensions

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

Update .classpath only on multi jar projects

31330 10/19/2009 10:28 AM Cesar Ordiñana

Ignore eclipse configuration files

31326 10/19/2009 08:57 AM Cesar Ordiñana

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

31325 10/19/2009 07:31 AM Juan Lucas Domínguez

Removed unnecessary import

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

Commited by error, return to previous version

31284 10/14/2009 08:56 AM 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 05:04 AM Jorge Piera

The Z array must be initialized

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

avoid getting manager (possibly not initialized) in static section

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

added cdc dependencies

31020 09/29/2009 08:06 AM Cesar Ordiñana

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

30954 09/23/2009 07:39 AM Cesar Ordiñana

Comment out code that needs to be redone

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

Not used imports has been deleted

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

Operations have to be registered before to register the geometries

30633 09/01/2009 08:00 AM Cesar Ordiñana

Small Library API refactoring

30580 08/26/2009 03:41 AM Cesar Ordiñana

New automatic Library initialization mechanism and Library API refactoring

30564 08/24/2009 05:28 AM Cesar Ordiñana

Remove leading ;

30323 08/06/2009 02:50 AM Jorge Piera

Adding the getFlatness method to the manager

29972 07/15/2009 03:07 AM Juan Lucas Domínguez

Changes to make it CDC-compatible. Replaced call to GeneralPathX constructor and append. Uses GeometryOperations for contains and intersects in various places.

29828 07/09/2009 05:02 AM Javier Carrasco

corrected excluded operations (fromwkb)

29826 07/09/2009 04:58 AM Javier Carrasco

Added compatible operations jar packaging

29805 07/07/2009 07:38 AM Jorge Piera

Adding the method setVertex to the surface and to the curve

29798 07/06/2009 10:53 AM Jorge Piera

Adding the getOperationCode to the GeometryManager

29753 07/06/2009 06:39 AM Jorge Piera

All the multigeometries must inherit of MultiPrimitive

29688 06/30/2009 06:19 AM Jorge Piera

Separating the implementation in javaDocs

29631 06/29/2009 12:56 PM Jorge Piera

Refactoring of packages

29278 06/08/2009 01:33 PM Juan Lucas Domínguez

Se evita uso no permitido de aRectangle.add(int, int)

29233 06/05/2009 07:03 AM Jordi Torres

New solid and appearance interfaces

29166 06/02/2009 09:48 AM Jorge Piera

Completing javadocs and updating some tests

29137 06/02/2009 06:14 AM Jordi Torres

Chaged methods in extended surface

29116 06/01/2009 10:30 AM Jose Manuel Vivó Arnal

Fixed a bug in convert method

see #2073

29115 06/01/2009 09:18 AM Jorge Piera

Adding javadocs...

29113 06/01/2009 08:20 AM Jose Manuel Vivó Arnal

Fixed createMulti* problems

29105 06/01/2009 06:57 AM Jose Manuel Vivó Arnal

Added createMultiCurve and createMultiSurface from a GeneralPathX

29104 06/01/2009 06:51 AM Jose Manuel Vivó Arnal

override setCoordinates to get z

29101 06/01/2009 03:58 AM Jorge Piera

Adding javadocs...

29097 05/29/2009 09:06 AM Jorge Piera

The geometry type uses the construtor with a Geometrytype to create a Geometry

29051 05/28/2009 08:22 AM Jose Manuel Vivó Arnal

Added MultiCurve2DZ neded for DWG

29045 05/28/2009 07:13 AM Jordi Torres

some changes in Extendedsurface

29044 05/28/2009 07:03 AM Jordi Torres

Adding extendedsurface interface, removing methods from surface

29039 05/28/2009 02:42 AM Jose Manuel Vivó Arnal

Fixed encoding to 8859-1.
Fixed compilation error.

29036 05/28/2009 02:37 AM Jose Manuel Vivó Arnal

Fixed to encoding to 8859-1

29019 05/27/2009 07:08 AM Jordi Torres

missing parameter

29018 05/27/2009 06:47 AM Jordi Torres

Adding new methods to Solid and Surface interfaces

28997 05/26/2009 08:44 AM Jorge Piera

Adding javadocs...

28996 05/26/2009 08:36 AM Jorge Piera

Adding javadocs...

28990 05/26/2009 07:40 AM Jorge Piera

Adding javadocs...

28989 05/26/2009 07:24 AM Jorge Piera

Adding comments to the geometries

28987 05/26/2009 07:08 AM Jordi Torres

new Solid interface

28937 05/20/2009 09:32 AM Cesar Ordiñana

Corregir cabecera XML y referencia al schema

28629 05/12/2009 04:14 AM Jose Manuel Vivó Arnal

Added "gvSIG native" implementation of WKB encoder and a GeometryOperation for use it

28628 05/12/2009 04:13 AM Jose Manuel Vivó Arnal

comment bad test

28627 05/12/2009 04:12 AM Jose Manuel Vivó Arnal

Checks is closed a polygon before close it

28626 05/12/2009 04:12 AM Jose Manuel Vivó Arnal

Uses super GeneralPathX

28625 05/12/2009 04:11 AM Jose Manuel Vivó Arnal

implements toString()

28624 05/12/2009 04:10 AM Jose Manuel Vivó Arnal

Fixed equals()

28623 05/12/2009 04:09 AM Jose Manuel Vivó Arnal

Fixed a bug in 'values()'

28622 05/12/2009 04:09 AM Jose Manuel Vivó Arnal

Close path only if is needed

28589 05/11/2009 10:54 AM Rafa Gaitán

added build-dir properties to all pom files