| | |
| | | package com.ximple.io.dgn7; |
| | | |
| | | //~--- non-JDK imports -------------------------------------------------------- |
| | | |
| | | import org.apache.log4j.Logger; |
| | | |
| | | import com.vividsolutions.jts.geom.Coordinate; |
| | | import com.vividsolutions.jts.geom.Geometry; |
| | | import com.vividsolutions.jts.geom.GeometryFactory; |
| | | import com.vividsolutions.jts.geom.LinearRing; |
| | |
| | | { |
| | | static final Logger logger = Logger.getLogger(ShapeElement.class); |
| | | |
| | | public ShapeElement(short[] raw) |
| | | public ShapeElement(byte[] raw) |
| | | { |
| | | super(raw); |
| | | } |
| | |
| | | return instance; |
| | | } |
| | | |
| | | protected Element createElement(short[] raw) |
| | | protected Element createElement(byte[] raw) |
| | | { |
| | | return new ShapeElement(raw); |
| | | } |