Uses of Class
net.opengis.iso19139.gco.v_20070417.RecordPropertyType
-
Packages that use RecordPropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 -
-
Uses of RecordPropertyType in net.opengis.iso19139.gco.v_20070417
Methods in net.opengis.iso19139.gco.v_20070417 that return RecordPropertyType Modifier and Type Method Description RecordPropertyTypeObjectFactory. createRecordPropertyType()Create an instance ofRecordPropertyTypeRecordPropertyTypeRecordPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)RecordPropertyTypeRecordPropertyType. withArcrole(String value)RecordPropertyTypeRecordPropertyType. withHref(String value)RecordPropertyTypeRecordPropertyType. withNilReason(String... values)RecordPropertyTypeRecordPropertyType. withNilReason(Collection<String> values)RecordPropertyTypeRecordPropertyType. withNilReason(List<String> value)RecordPropertyTypeRecordPropertyType. withRecord(Object value)RecordPropertyTypeRecordPropertyType. withRole(String value)RecordPropertyTypeRecordPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)RecordPropertyTypeRecordPropertyType. withTitle(String value)RecordPropertyTypeRecordPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)RecordPropertyTypeRecordPropertyType. withUuidref(String value) -
Uses of RecordPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as RecordPropertyType Modifier and Type Field Description protected RecordPropertyTypeMDGeoreferenceableType. georeferencedParametersFields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type RecordPropertyType Modifier and Type Field Description protected List<RecordPropertyType>DQQuantitativeResultType. valueMethods in net.opengis.iso19139.gmd.v_20070417 that return RecordPropertyType Modifier and Type Method Description RecordPropertyTypeMDGeoreferenceableType. getGeoreferencedParameters()Gets the value of the georeferencedParameters property.Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type RecordPropertyType Modifier and Type Method Description List<RecordPropertyType>DQQuantitativeResultType. getValue()Gets the value of the value property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type RecordPropertyType Modifier and Type Method Description voidMDGeoreferenceableType. setGeoreferencedParameters(RecordPropertyType value)Sets the value of the georeferencedParameters property.MDGeoreferenceableTypeMDGeoreferenceableType. withGeoreferencedParameters(RecordPropertyType value)DQQuantitativeResultTypeDQQuantitativeResultType. withValue(RecordPropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type RecordPropertyType Modifier and Type Method Description voidDQQuantitativeResultType. setValue(List<RecordPropertyType> value)DQQuantitativeResultTypeDQQuantitativeResultType. withValue(Collection<RecordPropertyType> values)DQQuantitativeResultTypeDQQuantitativeResultType. withValue(List<RecordPropertyType> value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type RecordPropertyType Constructor Description MDGeoreferenceableType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability, BooleanPropertyType controlPointAvailability, BooleanPropertyType orientationParameterAvailability, CharacterStringPropertyType orientationParameterDescription, RecordPropertyType georeferencedParameters, List<CICitationPropertyType> parameterCitation)Fully-initialising value constructorConstructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type RecordPropertyType Constructor Description DQQuantitativeResultType(String id, String uuid, RecordTypePropertyType valueType, UnitOfMeasurePropertyType valueUnit, CharacterStringPropertyType errorStatistic, List<RecordPropertyType> value)Fully-initialising value constructor
-