Enum UnitsOfPixelResolutionLinear

java.lang.Object
java.lang.Enum<UnitsOfPixelResolutionLinear>
gov.nasa.arc.pds.xml.generated.UnitsOfPixelResolutionLinear
All Implemented Interfaces:
Serializable, Comparable<UnitsOfPixelResolutionLinear>, java.lang.constant.Constable

public enum UnitsOfPixelResolutionLinear
extends Enum<UnitsOfPixelResolutionLinear>

Java class for Units_of_Pixel_Resolution_Linear.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="Units_of_Pixel_Resolution_Linear">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="km/pixel"/>
     <enumeration value="m/pixel"/>
     <enumeration value="mm/pixel"/>
   </restriction>
 </simpleType>