Interface SimplificationErrorCalculator.PointLike

All Known Implementing Classes:
StreamingGeometrySimplifier.PointError
Enclosing interface:
SimplificationErrorCalculator

public static interface SimplificationErrorCalculator.PointLike
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    x()
     
    double
    y()
     
  • Method Details

    • x

      double x()
    • y

      double y()