| Package | Description |
|---|---|
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
GeoUtils.PointType |
GeoUtils.Point.getType() |
static GeoUtils.PointType |
GeoUtils.PointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoUtils.PointType[] |
GeoUtils.PointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoUtils.Point.setType(GeoUtils.PointType type) |
| Constructor and Description |
|---|
Point(double longitude,
double latitude,
GeoUtils.PointType type)
构造器
|
Copyright © 2019. All rights reserved.