Uses of Enum Class
org.aoju.bus.core.toolkit.GeoKit.PointType
Packages that use GeoKit.PointType
-
Uses of GeoKit.PointType in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return GeoKit.PointTypeModifier and TypeMethodDescriptionGeoKit.Point.getType()static GeoKit.PointTypeReturns the enum constant of this class with the specified name.static GeoKit.PointType[]GeoKit.PointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.core.toolkit with parameters of type GeoKit.PointTypeConstructors in org.aoju.bus.core.toolkit with parameters of type GeoKit.PointTypeModifierConstructorDescriptionPoint(double longitude, double latitude, GeoKit.PointType type) 构造器