Package mocka.odm.generator.factory
Class GeoGenerator
-
Field Summary
Fields inherited from class mocka.core.generator.AbstractGenerator
key, randomProvider, type -
Method Summary
Modifier and TypeMethodDescriptionget()org.springframework.data.geo.BoxgetBox()org.springframework.data.geo.Circleorg.springframework.data.geo.CirclegetCircle(double radius) org.springframework.data.geo.CirclegetCircle(org.springframework.data.geo.Point p) org.springframework.data.geo.Box실제 위치 값 기반 Boxstatic GeoGeneratororg.springframework.data.geo.PointgetPoint()List<org.springframework.data.geo.Point>getPoints(int size) org.springframework.data.geo.Polygonorg.springframework.data.geo.PolygongetPolygon(int pointCount) Methods inherited from class mocka.core.generator.AbstractGenerator
getKey, getType
-
Method Details
-
getInstance
-
get
-
getPoint
public org.springframework.data.geo.Point getPoint() -
getPoints
-
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)
-