Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDPixelOrientationCodePropertyType
-
Packages that use MDPixelOrientationCodePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDPixelOrientationCodePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as MDPixelOrientationCodePropertyType Modifier and Type Field Description protected MDPixelOrientationCodePropertyTypeMDGeorectifiedType. pointInPixelMethods in net.opengis.iso19139.gmd.v_20070417 that return MDPixelOrientationCodePropertyType Modifier and Type Method Description MDPixelOrientationCodePropertyTypeObjectFactory. createMDPixelOrientationCodePropertyType()Create an instance ofMDPixelOrientationCodePropertyTypeMDPixelOrientationCodePropertyTypeMDGeorectifiedType. getPointInPixel()Gets the value of the pointInPixel property.MDPixelOrientationCodePropertyTypeMDPixelOrientationCodePropertyType. withMDPixelOrientationCode(MDPixelOrientationCodeType value)MDPixelOrientationCodePropertyTypeMDPixelOrientationCodePropertyType. withNilReason(String... values)MDPixelOrientationCodePropertyTypeMDPixelOrientationCodePropertyType. withNilReason(Collection<String> values)MDPixelOrientationCodePropertyTypeMDPixelOrientationCodePropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDPixelOrientationCodePropertyType Modifier and Type Method Description voidMDGeorectifiedType. setPointInPixel(MDPixelOrientationCodePropertyType value)Sets the value of the pointInPixel property.MDGeorectifiedTypeMDGeorectifiedType. withPointInPixel(MDPixelOrientationCodePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDPixelOrientationCodePropertyType Constructor Description MDGeorectifiedType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability, BooleanPropertyType checkPointAvailability, CharacterStringPropertyType checkPointDescription, List<GMPointPropertyType> cornerPoints, GMPointPropertyType centerPoint, MDPixelOrientationCodePropertyType pointInPixel, CharacterStringPropertyType transformationDimensionDescription, List<CharacterStringPropertyType> transformationDimensionMapping)Fully-initialising value constructor
-