Class CRSPointsM

java.lang.Object
org.gvsig.fmap.geom.jts.crs.CRSPointsM
All Implemented Interfaces:
Iterator<org.gvsig.crs.projection.lib.CoordinateTransformation.Point>

public class CRSPointsM extends Object implements Iterator<org.gvsig.crs.projection.lib.CoordinateTransformation.Point>
Author:
fdiaz
  • Constructor Details

    • CRSPointsM

      public CRSPointsM(Iterator<com.vividsolutions.jts.geom.Coordinate> ic)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<org.gvsig.crs.projection.lib.CoordinateTransformation.Point>
    • next

      public org.gvsig.crs.projection.lib.CoordinateTransformation.Point next()
      Specified by:
      next in interface Iterator<org.gvsig.crs.projection.lib.CoordinateTransformation.Point>