Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDPixelOrientationCodeType
-
Packages that use MDPixelOrientationCodeType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDPixelOrientationCodeType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as MDPixelOrientationCodeType Modifier and Type Field Description protected MDPixelOrientationCodeTypeMDPixelOrientationCodePropertyType. mdPixelOrientationCodeMethods in net.opengis.iso19139.gmd.v_20070417 that return MDPixelOrientationCodeType Modifier and Type Method Description static MDPixelOrientationCodeTypeMDPixelOrientationCodeType. fromValue(String v)MDPixelOrientationCodeTypeMDPixelOrientationCodePropertyType. getMDPixelOrientationCode()Gets the value of the mdPixelOrientationCode property.static MDPixelOrientationCodeTypeMDPixelOrientationCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MDPixelOrientationCodeType[]MDPixelOrientationCodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDPixelOrientationCodeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDPixelOrientationCodeType>ObjectFactory. createMDPixelOrientationCode(MDPixelOrientationCodeType value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDPixelOrientationCodeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDPixelOrientationCodeType>ObjectFactory. createMDPixelOrientationCode(MDPixelOrientationCodeType value)voidMDPixelOrientationCodePropertyType. setMDPixelOrientationCode(MDPixelOrientationCodeType value)Sets the value of the mdPixelOrientationCode property.MDPixelOrientationCodePropertyTypeMDPixelOrientationCodePropertyType. withMDPixelOrientationCode(MDPixelOrientationCodeType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDPixelOrientationCodeType Constructor Description MDPixelOrientationCodePropertyType(MDPixelOrientationCodeType mdPixelOrientationCode, List<String> nilReason)Fully-initialising value constructor
-