Uses of Class
net.opengis.kml.v_2_3.UnitsEnumType

Uses of UnitsEnumType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as UnitsEnumType
protected  UnitsEnumType Vec2Type.xunits
           
protected  UnitsEnumType Vec2Type.yunits
           
 

Methods in net.opengis.kml.v_2_3 that return UnitsEnumType
static UnitsEnumType UnitsEnumType.fromValue(String v)
           
 UnitsEnumType Vec2Type.getXunits()
          Gets the value of the xunits property.
 UnitsEnumType Vec2Type.getYunits()
          Gets the value of the yunits property.
static UnitsEnumType UnitsEnumType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UnitsEnumType[] UnitsEnumType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.kml.v_2_3 with parameters of type UnitsEnumType
 void Vec2Type.setXunits(UnitsEnumType value)
          Sets the value of the xunits property.
 void Vec2Type.setYunits(UnitsEnumType value)
          Sets the value of the yunits property.
 Vec2Type Vec2Type.withXunits(UnitsEnumType value)
           
 Vec2Type Vec2Type.withYunits(UnitsEnumType value)
           
 



Copyright © 2008-2016. All Rights Reserved.