public class Scope extends Object implements Comparable<Scope>, Iterable<IGeoPoint>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Scope.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Scope> |
AllInside(IGeoPoint gps,
Collection<Scope> scopes) |
int |
compareTo(Scope o) |
java.time.LocalDateTime |
createTime() |
boolean |
equals(Object o) |
static Scope |
FirstInside(IGeoPoint gps,
Collection<Scope> scopes) |
List<IGeoPoint> |
geoPoints() |
long |
groupId() |
int |
hashCode() |
long |
id() |
boolean |
inside(double geoL,
double geoB) |
boolean |
inside(IGeoPoint gps) |
Iterator<IGeoPoint> |
iterator() |
String |
name() |
long |
num1() |
long |
num2() |
int |
pointCount() |
double |
polygonArea()
王红广注释:近似围栏面积(把经纬度直接作为直角坐标系计算),可用于比较一个城市、地区内围栏的大小比较。
|
String |
str1() |
String |
str2() |
String |
toString() |
forEach, spliteratorpublic long id()
public String name()
public long groupId()
public java.time.LocalDateTime createTime()
public boolean inside(double geoL,
double geoB)
public boolean inside(IGeoPoint gps)
public static Scope FirstInside(IGeoPoint gps, Collection<Scope> scopes)
public static List<Scope> AllInside(IGeoPoint gps, Collection<Scope> scopes)
public int pointCount()
public double polygonArea()
public int compareTo(Scope o)
compareTo 在接口中 Comparable<Scope>public long num1()
public long num2()
public String str1()
public String str2()
Copyright © 2022. All rights reserved.