Package org.geolatte.geom.generator
Class PositionGenerator<P extends Position>
- java.lang.Object
-
- org.geolatte.geom.generator.PositionGenerator<P>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Pgenerate()static <P extends Position>
P[]nPositionsWithin(int size, Envelope<P> bbox, Random rnd)static <P extends Position>
P[]nPositionsWithinAndClosed(int size, Envelope<P> bbox, Random rnd)static <P extends Position>
PpositionWithin(Envelope<P> bbox, Random rnd)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.geolatte.geom.generator.Generator
generateArray
-
-