Statistics
| Revision:

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

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
33561 09/23/2010 10:23 AM Cesar Ordiñana

gvSIG 2.0.0 build 2011

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

28554 05/11/2009 02:46 AM Cesar Ordiñana

Create javadoc groups to separate packages of API, SPI, implementation, etc.

28396 05/05/2009 03:57 AM Jose Manuel Vivó Arnal

add support to set SRID to JTS converter and ToWKB operation.

28341 05/04/2009 07:05 AM Jorge Piera

Updating the "getNumVertices" method

28200 04/27/2009 06:00 AM Jorge Piera
28125 04/22/2009 12:35 PM Cesar Ordiñana

Change dependence from the jsr108 0.01 jars to the units gvsig legacy one.

28115 04/22/2009 09:11 AM Cesar Ordiñana

Set the eclipse project names the same as the project folder name

28100 04/22/2009 04:59 AM Cesar Ordiñana

Eclipse projects migrated to maven

28096 04/22/2009 03:14 AM Jorge Piera

Adding an exception to the DefaultGeometryManager.getGeometryType

28089 04/21/2009 11:39 AM Vicente Caballero

Mostrar el tipo de shape

28085 04/21/2009 11:26 AM Jorge Piera

Adding an exception when the geometry doesn't exist

27916 04/14/2009 04:12 AM Jorge Piera

The Library for the operations was added to two different jars

27895 04/08/2009 06:22 AM Javier Carrasco

cdc profile added

27669 03/31/2009 09:50 AM Jorge Piera

The library for the operations project has to be in the implementation jar

27605 03/27/2009 07:27 AM Carlos Sánchez Periñán

Double.valueOf(double); changed with new Double(double); for J2ME compatibility. LibCompat unused. Library Revised.

27516 03/24/2009 12:21 PM Cesar Martinez Izquierdo

Adapt dependences to the separated API and implementation of libProjection

27397 03/16/2009 10:59 AM Jorge Piera

Adding a new exception in the geometries creation

27330 03/12/2009 05:51 AM Jose Manuel Vivó Arnal

Update jars

27319 03/11/2009 01:25 PM Cesar Ordiñana

Actualizar a la separación de paquetes de api e implementación

27313 03/11/2009 10:04 AM Jose Manuel Vivó Arnal

Added envelope test.
Fixed contains operation.

27265 03/10/2009 09:24 AM Vicente Caballero
27244 03/10/2009 07:28 AM Jose Manuel Vivó Arnal

Fixed createEnvelope bug