Revision 40767 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.operation/src/main/java/org/gvsig/fmap/geom/operation/fromwkb/WKBParser2.java

View differences:

WKBParser2.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
package org.gvsig.fmap.geom.operation.fromwkb;
25

  
24 26
/*
25
 * WKBParser.java
26 27
 * Based in
27 28
 * PostGIS extension for PostgreSQL JDBC driver - Binary Parser
28 29
 *
29
 * NOTA: Es posible que lo mejor sea crear un PostGisGeometry que implemente
30
 * la interfaz IGeometry, y as? nos sirve de base para tener IGeometries
31
 * que encapsulan otras posibles geometr?as. Por ejemplo, un JTSGeometry.
32
 * De esta forma, un driver no necesitar?a reescribirse.
33
 *
34 30
 * (C) 2005 Markus Schaber, schabios@logi-track.com
35
 *
36
 * This library is free software; you can redistribute it and/or modify it under
37
 * the terms of the GNU Lesser General Public License as published by the Free
38
 * Software Foundation, either version 2.1 of the License.
39
 *
40
 * This library is distributed in the hope that it will be useful, but WITHOUT
41
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
42
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
43
 * details.
44
 *
45
 * You should have received a copy of the GNU Lesser General Public License
46
 * along with this library; if not, write to the Free Software Foundation, Inc.,
47
 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit the web at
48
 * http://www.gnu.org.
49
 *
50
 * $Id: WKBParser2.java 15669 2007-10-30 16:19:37Z vcaballero $
51 31
 */
52
package org.gvsig.fmap.geom.operation.fromwkb;
53 32

  
54 33
import java.nio.ByteBuffer;
55 34
import java.nio.ByteOrder;
......
456 435
        }
457 436
        return multiPrimitive;
458 437
    }	
459
}
438
}

Also available in: Unified diff