Uses of Class
net.opengis.iso19139.gco.v_20070417.RecordTypePropertyType
-
Packages that use RecordTypePropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 -
-
Uses of RecordTypePropertyType in net.opengis.iso19139.gco.v_20070417
Methods in net.opengis.iso19139.gco.v_20070417 that return RecordTypePropertyType Modifier and Type Method Description RecordTypePropertyTypeObjectFactory. createRecordTypePropertyType()Create an instance ofRecordTypePropertyTypeRecordTypePropertyTypeRecordTypePropertyType. withNilReason(String... values)RecordTypePropertyTypeRecordTypePropertyType. withNilReason(Collection<String> values)RecordTypePropertyTypeRecordTypePropertyType. withNilReason(List<String> value)RecordTypePropertyTypeRecordTypePropertyType. withRecordType(RecordTypeType value) -
Uses of RecordTypePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as RecordTypePropertyType Modifier and Type Field Description protected RecordTypePropertyTypeMDCoverageDescriptionType. attributeDescriptionprotected RecordTypePropertyTypeDQQuantitativeResultType. valueTypeMethods in net.opengis.iso19139.gmd.v_20070417 that return RecordTypePropertyType Modifier and Type Method Description RecordTypePropertyTypeMDCoverageDescriptionType. getAttributeDescription()Gets the value of the attributeDescription property.RecordTypePropertyTypeDQQuantitativeResultType. getValueType()Gets the value of the valueType property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type RecordTypePropertyType Modifier and Type Method Description voidMDCoverageDescriptionType. setAttributeDescription(RecordTypePropertyType value)Sets the value of the attributeDescription property.voidDQQuantitativeResultType. setValueType(RecordTypePropertyType value)Sets the value of the valueType property.MDCoverageDescriptionTypeMDCoverageDescriptionType. withAttributeDescription(RecordTypePropertyType value)MDImageDescriptionTypeMDImageDescriptionType. withAttributeDescription(RecordTypePropertyType value)DQQuantitativeResultTypeDQQuantitativeResultType. withValueType(RecordTypePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type RecordTypePropertyType Constructor Description DQQuantitativeResultType(String id, String uuid, RecordTypePropertyType valueType, UnitOfMeasurePropertyType valueUnit, CharacterStringPropertyType errorStatistic, List<RecordPropertyType> value)Fully-initialising value constructorMDCoverageDescriptionType(String id, String uuid, RecordTypePropertyType attributeDescription, MDCoverageContentTypeCodePropertyType contentType, List<MDRangeDimensionPropertyType> dimension)Fully-initialising value constructorMDImageDescriptionType(String id, String uuid, RecordTypePropertyType attributeDescription, MDCoverageContentTypeCodePropertyType contentType, List<MDRangeDimensionPropertyType> dimension, RealPropertyType illuminationElevationAngle, RealPropertyType illuminationAzimuthAngle, MDImagingConditionCodePropertyType imagingCondition, MDIdentifierPropertyType imageQualityCode, RealPropertyType cloudCoverPercentage, MDIdentifierPropertyType processingLevelCode, IntegerPropertyType compressionGenerationQuantity, BooleanPropertyType triangulationIndicator, BooleanPropertyType radiometricCalibrationDataAvailability, BooleanPropertyType cameraCalibrationInformationAvailability, BooleanPropertyType filmDistortionInformationAvailability, BooleanPropertyType lensDistortionInformationAvailability)Fully-initialising value constructor
-