Uses of Enum Class
com.luciad.format.kml22.model.geometry.ELcdKML22GridOrigin
Packages that use ELcdKML22GridOrigin
Package
Description
This package contains all geometry classes of KML.
This package contains several classes modeling miscellaneous information in KML files.
-
Uses of ELcdKML22GridOrigin in com.luciad.format.kml22.model.geometry
Methods in com.luciad.format.kml22.model.geometry that return ELcdKML22GridOriginModifier and TypeMethodDescriptionstatic ELcdKML22GridOrigin
static ELcdKML22GridOrigin
Returns the enum constant of this class with the specified name.static ELcdKML22GridOrigin[]
ELcdKML22GridOrigin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.kml22.model.geometry with parameters of type ELcdKML22GridOriginModifier and TypeMethodDescriptionstatic String
ELcdKML22GridOrigin.toValue
(ELcdKML22GridOrigin aValue) -
Uses of ELcdKML22GridOrigin in com.luciad.format.kml22.model.util
Methods in com.luciad.format.kml22.model.util that return ELcdKML22GridOriginModifier and TypeMethodDescriptionTLcdKML22ImagePyramid.getGridOrigin()
Returns the value of the property that maps to thegridOrigin
element.Methods in com.luciad.format.kml22.model.util with parameters of type ELcdKML22GridOriginModifier and TypeMethodDescriptionvoid
TLcdKML22ImagePyramid.setGridOrigin
(ELcdKML22GridOrigin aValue) Sets the value of the property that maps to thegridOrigin
element.