Uses of Enum Class
com.luciad.format.kml22.model.geometry.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
Modifier 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.Modifier and TypeMethodDescriptionstatic String
ELcdKML22GridOrigin.toValue
(ELcdKML22GridOrigin aValue) -
Uses of ELcdKML22GridOrigin in com.luciad.format.kml22.model.util
Modifier and TypeMethodDescriptionTLcdKML22ImagePyramid.getGridOrigin()
Returns the value of the property that maps to thegridOrigin
element.Modifier and TypeMethodDescriptionvoid
TLcdKML22ImagePyramid.setGridOrigin
(ELcdKML22GridOrigin aValue) Sets the value of the property that maps to thegridOrigin
element.