Uses of Enum Class
com.google.earth.kml._2.UnitsEnum
Packages that use UnitsEnum
-
Uses of UnitsEnum in com.google.earth.kml._2
Fields in com.google.earth.kml._2 declared as UnitsEnumModifier and TypeFieldDescriptionprotected UnitsEnumVec2Type.xunitsprotected UnitsEnumVec2Type.yunitsMethods in com.google.earth.kml._2 that return UnitsEnumModifier and TypeMethodDescriptionstatic UnitsEnumGets the enum associated to the value passed as parameter.Vec2Type.getXunits()Gets the value of the xunits property.Vec2Type.getYunits()Gets the value of the yunits property.static UnitsEnumReturns the enum constant of this class with the specified name.static UnitsEnum[]UnitsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.earth.kml._2 with parameters of type UnitsEnum