Class RandomPointsBuilder



  • public class RandomPointsBuilder
    extends GeometricShapeBuilder
    Creates random point sets contained in a region defined by either a rectangular or a polygonal extent.
    • Field Detail

    • Constructor Detail

      • RandomPointsBuilder

        public RandomPointsBuilder​()
        Create a shape factory which will create shapes using the default GeometryFactory.
      • RandomPointsBuilder

        public RandomPointsBuilder​(GeometryFactory geomFact)
        Create a shape factory which will create shapes using the given GeometryFactory.
        Parameters:
        geomFact - the factory to use