Class ShapeConverter.Double

java.lang.Object
org.apache.sis.internal.feature.jts.ShapeConverter
org.apache.sis.internal.feature.jts.ShapeConverter.Double
Enclosing class:
ShapeConverter

private static final class ShapeConverter.Double extends ShapeConverter
A converter of Java2D Shape to a JTS Geometry storing coordinates as double values.
  • Field Details

    • vertex

      private final double[] vertex
      A temporary array for the transfer of coordinate values.
    • buffer

      private double[] buffer
      Coordinate of current geometry. The number of valid values is ShapeConverter.length.
  • Constructor Details

    • Double

      Double(org.locationtech.jts.geom.GeometryFactory factory, PathIterator iterator)
      Creates a new converter for the given path iterator.
  • Method Details