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 thexunitsattribute.TLcdKML22Vec2.getYunits()Returns the value of the property that maps to theyunitsattribute.Methods in com.luciad.format.kml22.model.geometry with parameters of type ELcdKML22UnitsModifier and TypeMethodDescriptionvoidTLcdKML22Vec2.setXunits(ELcdKML22Units aValue) Sets the value of the property that maps to thexunitsattribute.voidTLcdKML22Vec2.setYunits(ELcdKML22Units aValue) Sets the value of the property that maps to theyunitsattribute. -
Uses of ELcdKML22Units in com.luciad.format.kml22.model.util
Methods in com.luciad.format.kml22.model.util that return ELcdKML22UnitsModifier and TypeMethodDescriptionstatic ELcdKML22Unitsstatic ELcdKML22UnitsReturns 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