Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2011 / libraries / libFMap_mapcontext / src / org / gvsig / fmap / mapcontext / tools / persistence / Rectangle2DPersistenceFactory.java @ 33562

History | View | Annotate | Download (3.07 KB)

  • svn:mime-type: text/plain
# Date Author Comment
33562 09/23/2010 10:23 AM Cesar Ordiñana

gvSIG 2.0.0 build 2011

33354 09/02/2010 08:37 AM Cesar Ordiñana

Persist x, y, width and height instead of minx, miny, maxx, maxy because of precision errors.

33349 09/02/2010 03:42 AM Cesar Ordiñana

Solve persistence issues

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.

31697 11/24/2009 10:45 AM Cesar Ordiñana

Update javadoc

31687 11/23/2009 09:27 AM Juan Lucas Domínguez

constructor is new Rectangle2D.Double(minx,miny,w,h)

31549 11/10/2009 07:11 AM Joaquín del Cerro Murciano