Class ShapeConverter.Float

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

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

    • vertex

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

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

    • Float

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