Uses of Enum Class
com.luciad.format.kml22.model.util.ELcdKML22Units
Packages that use ELcdKML22Units
Package
Description
This package contains all geometry classes of KML.
This package contains several classes modeling miscellaneous information in KML files.
-
Uses of ELcdKML22Units in com.luciad.format.kml22.model.geometry
Methods in com.luciad.format.kml22.model.geometry that return ELcdKML22UnitsModifier and TypeMethodDescriptionTLcdKML22Vec2.getXunits()
Returns the value of the property that maps to thexunits
attribute.TLcdKML22Vec2.getYunits()
Returns the value of the property that maps to theyunits
attribute.Methods in com.luciad.format.kml22.model.geometry with parameters of type ELcdKML22UnitsModifier and TypeMethodDescriptionvoid
TLcdKML22Vec2.setXunits
(ELcdKML22Units aValue) Sets the value of the property that maps to thexunits
attribute.void
TLcdKML22Vec2.setYunits
(ELcdKML22Units aValue) Sets the value of the property that maps to theyunits
attribute. -
Uses of ELcdKML22Units in com.luciad.format.kml22.model.util
Methods in com.luciad.format.kml22.model.util that return ELcdKML22UnitsModifier and TypeMethodDescriptionstatic ELcdKML22Units
static ELcdKML22Units
Returns the enum constant of this class with the specified name.static ELcdKML22Units[]
ELcdKML22Units.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.kml22.model.util with parameters of type ELcdKML22Units