Package org.apache.sedona.common.utils
Class RandomPointsBuilderSeed
java.lang.Object
org.locationtech.jts.shape.GeometricShapeBuilder
org.locationtech.jts.shape.random.RandomPointsBuilder
org.apache.sedona.common.utils.RandomPointsBuilderSeed
public class RandomPointsBuilderSeed
extends org.locationtech.jts.shape.random.RandomPointsBuilder
-
Field Summary
Fields inherited from class org.locationtech.jts.shape.random.RandomPointsBuilder
maskPolyFields inherited from class org.locationtech.jts.shape.GeometricShapeBuilder
extent, geomFactory, numPts -
Constructor Summary
ConstructorsConstructorDescriptionRandomPointsBuilderSeed(org.locationtech.jts.geom.GeometryFactory geometryFactory, long seed) RandomPointsBuilderSeed(org.locationtech.jts.geom.GeometryFactory geometryFactory, Random random) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.locationtech.jts.geom.CoordinatecreateRandomCoord(org.locationtech.jts.geom.Envelope env) Methods inherited from class org.locationtech.jts.shape.random.RandomPointsBuilder
createCoord, getGeometry, isInExtent, setExtentMethods inherited from class org.locationtech.jts.shape.GeometricShapeBuilder
getCentre, getDiameter, getExtent, getRadius, getSquareBaseLine, getSquareExtent, setExtent, setNumPoints
-
Constructor Details
-
RandomPointsBuilderSeed
public RandomPointsBuilderSeed(org.locationtech.jts.geom.GeometryFactory geometryFactory, long seed) -
RandomPointsBuilderSeed
public RandomPointsBuilderSeed(org.locationtech.jts.geom.GeometryFactory geometryFactory, Random random)
-
-
Method Details
-
createRandomCoord
protected org.locationtech.jts.geom.Coordinate createRandomCoord(org.locationtech.jts.geom.Envelope env) - Overrides:
createRandomCoordin classorg.locationtech.jts.shape.random.RandomPointsBuilder
-