Uses of Class
org.opengis.metadata.content.ImagingCondition
Packages that use ImagingCondition
Package
Description
Description of the dataset content.
Content information
(includes Feature catalogue and Coverage descriptions).
-
Uses of ImagingCondition in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return ImagingConditionModifier and TypeMethodDescriptionDefaultImageDescription.getImagingCondition()Returns the conditions which affected the image.Methods in org.apache.sis.metadata.iso.content with parameters of type ImagingConditionModifier and TypeMethodDescriptionvoidDefaultImageDescription.setImagingCondition(ImagingCondition newValue) Sets the conditions that affected the image. -
Uses of ImagingCondition in org.opengis.metadata.content
Subclasses with type arguments of type ImagingCondition in org.opengis.metadata.contentModifier and TypeClassDescriptionfinal classCode which indicates conditions which may affect the image.Fields in org.opengis.metadata.content declared as ImagingConditionModifier and TypeFieldDescriptionstatic final ImagingConditionImagingCondition.BLURRED_IMAGEPortion of the image is blurred.static final ImagingConditionImagingCondition.CLOUDPortion of the image is partially obscured by cloud coverstatic final ImagingConditionImagingCondition.DEGRADING_OBLIQUITYAcute angle between the plane of the ecliptic (the plane of the Earth's orbit) and the plane of the celestial equator.static final ImagingConditionImagingCondition.FOGPortion of the image is partially obscured by fog.static final ImagingConditionImagingCondition.HEAVY_SMOKE_OR_DUSTPortion of the image is partially obscured by heavy smoke or dust.static final ImagingConditionImagingCondition.NIGHTImage was taken at night.static final ImagingConditionImagingCondition.RAINImage was taken during rainfall.static final ImagingConditionImagingCondition.SEMI_DARKNESSImage was taken during semi-dark conditions or twilight conditions.static final ImagingConditionImagingCondition.SHADOWPortion of the image is obscured by shadow.static final ImagingConditionImagingCondition.SNOWPortion of the image is obscured by snow.static final ImagingConditionImagingCondition.TERRAIN_MASKINGThe absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest.Methods in org.opengis.metadata.content that return ImagingConditionModifier and TypeMethodDescriptionImagingCondition.family()Returns the list of enumerations of the same kind as this enum.ImageDescription.getImagingCondition()Conditions affected the image.static ImagingConditionReturns the imaging condition that matches the given string, or returns a new one if none match it.static ImagingCondition[]ImagingCondition.values()Returns the list ofImagingConditions.