Class GeoGenerator

java.lang.Object
mocka.core.generator.AbstractGenerator<String>
mocka.odm.generator.factory.GeoGenerator
All Implemented Interfaces:
Generator<String>

public class GeoGenerator extends AbstractGenerator<String>
  • Method Details

    • getInstance

      public static GeoGenerator getInstance()
    • get

      public String get()
    • getPoint

      public org.springframework.data.geo.Point getPoint()
    • getPoints

      public List<org.springframework.data.geo.Point> getPoints(int size)
    • getBox

      public org.springframework.data.geo.Box getBox()
    • getGeoBox

      public org.springframework.data.geo.Box getGeoBox()
      실제 위치 값 기반 Box
    • getCircle

      public org.springframework.data.geo.Circle getCircle()
    • getCircle

      public org.springframework.data.geo.Circle getCircle(org.springframework.data.geo.Point p)
    • getCircle

      public org.springframework.data.geo.Circle getCircle(double radius)
    • getPolygon

      public org.springframework.data.geo.Polygon getPolygon()
    • getPolygon

      public org.springframework.data.geo.Polygon getPolygon(int pointCount)