Uses of Enum Class
com.luciad.format.kml22.util.ELcdKML22ResourceStatus
Packages that use ELcdKML22ResourceStatus
Package
Description
This package and its subpackages provide a domain model for the KML 2.2 data format.
This package provides a set of KML utility classes.
-
Uses of ELcdKML22ResourceStatus in com.luciad.format.kml22.model
Methods in com.luciad.format.kml22.model that return ELcdKML22ResourceStatusModifier and TypeMethodDescriptionTLcdKML22DynamicModel.getStatus()Returns the status of this model. -
Uses of ELcdKML22ResourceStatus in com.luciad.format.kml22.util
Methods in com.luciad.format.kml22.util that return ELcdKML22ResourceStatusModifier and TypeMethodDescriptionTLcdKML22DocumentProvider.getDocumentStatus(TLcdKML22Link aLink, TLcdKML22Parameters aParameters) Gets the status of a document based on a link and a parameter map of origin.TLcdKML22DocumentProvider.getDocumentStatus(String aHref, String aKMLDocumentSource) Gets the status of a document based on a reference and a document of origin.TLcdKML22IconProvider.getIconStatus(TLcdKML22IconStyle aIconStyle) Gets the status of the icon for a given icon styleTLcdKML22ImageProvider.getImageStatus(TLcdKML22Link aLink, TLcdKML22Parameters aParameters) Gets the status of the image.TLcdKML22ImageProvider.getImageStatus(String aImageHref, String aKMLSource) Gets the status of the image.TLcdKML22StyleProvider.getStyleStatus(TLcdKML22AbstractFeature aAbstractFeature, ELcdKML22StyleState aStyleState) Gets the status of the style of a given abstract featurestatic ELcdKML22ResourceStatusReturns the enum constant of this class with the specified name.static ELcdKML22ResourceStatus[]ELcdKML22ResourceStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.