Uses of Enum Class
com.luciad.format.kml22.model.util.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
Modifier 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.Modifier 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
Modifier 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.