| Package | Description |
|---|---|
| org.aoju.bus.core.toolkit |
| Modifier and Type | Method and Description |
|---|---|
GeoKit.PointType |
GeoKit.Point.getType() |
static GeoKit.PointType |
GeoKit.PointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoKit.PointType[] |
GeoKit.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 |
GeoKit.Point.setType(GeoKit.PointType type) |
| Constructor and Description |
|---|
Point(double longitude,
double latitude,
GeoKit.PointType type)
构造器
|
Copyright © 2020. All rights reserved.