Uses of Interface
org.isotc211.x2005.gco.RecordPropertyType
-
Packages that use RecordPropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of RecordPropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return RecordPropertyType Modifier and Type Method Description static RecordPropertyTypeRecordPropertyType.Factory. newInstance()static RecordPropertyTypeRecordPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RecordPropertyTypeRecordPropertyType.Factory. parse(File file)static RecordPropertyTypeRecordPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RecordPropertyTypeRecordPropertyType.Factory. parse(InputStream is)static RecordPropertyTypeRecordPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RecordPropertyTypeRecordPropertyType.Factory. parse(Reader r)static RecordPropertyTypeRecordPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RecordPropertyTypeRecordPropertyType.Factory. parse(String xmlAsString)static RecordPropertyTypeRecordPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RecordPropertyTypeRecordPropertyType.Factory. parse(URL u)static RecordPropertyTypeRecordPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RecordPropertyTypeRecordPropertyType.Factory. parse(XMLStreamReader sr)static RecordPropertyTypeRecordPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RecordPropertyTypeRecordPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RecordPropertyTypeRecordPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RecordPropertyTypeRecordPropertyType.Factory. parse(Node node)static RecordPropertyTypeRecordPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of RecordPropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement RecordPropertyType Modifier and Type Class Description classRecordPropertyTypeImplAn XML Record_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of RecordPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return RecordPropertyType Modifier and Type Method Description RecordPropertyTypeMDGeoreferenceableType. addNewGeoreferencedParameters()Appends and returns a new empty "georeferencedParameters" elementRecordPropertyTypeDQQuantitativeResultType. addNewValue()Appends and returns a new empty value (as xml) as the last "value" elementRecordPropertyTypeMDGeoreferenceableType. getGeoreferencedParameters()Gets the "georeferencedParameters" elementRecordPropertyType[]DQQuantitativeResultType. getValueArray()Gets array of all "value" elementsRecordPropertyTypeDQQuantitativeResultType. getValueArray(int i)Gets ith "value" elementRecordPropertyTypeDQQuantitativeResultType. insertNewValue(int i)Inserts and returns a new empty value (as xml) as the ith "value" elementMethods in org.isotc211.x2005.gmd with parameters of type RecordPropertyType Modifier and Type Method Description voidMDGeoreferenceableType. setGeoreferencedParameters(RecordPropertyType georeferencedParameters)Sets the "georeferencedParameters" elementvoidDQQuantitativeResultType. setValueArray(int i, RecordPropertyType value)Sets ith "value" elementvoidDQQuantitativeResultType. setValueArray(RecordPropertyType[] valueArray)Sets array of all "value" element -
Uses of RecordPropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return RecordPropertyType Modifier and Type Method Description RecordPropertyTypeMDGeoreferenceableTypeImpl. addNewGeoreferencedParameters()Appends and returns a new empty "georeferencedParameters" elementRecordPropertyTypeDQQuantitativeResultTypeImpl. addNewValue()Appends and returns a new empty value (as xml) as the last "value" elementRecordPropertyTypeMDGeoreferenceableTypeImpl. getGeoreferencedParameters()Gets the "georeferencedParameters" elementRecordPropertyType[]DQQuantitativeResultTypeImpl. getValueArray()Gets array of all "value" elementsRecordPropertyTypeDQQuantitativeResultTypeImpl. getValueArray(int i)Gets ith "value" elementRecordPropertyTypeDQQuantitativeResultTypeImpl. insertNewValue(int i)Inserts and returns a new empty value (as xml) as the ith "value" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type RecordPropertyType Modifier and Type Method Description voidMDGeoreferenceableTypeImpl. setGeoreferencedParameters(RecordPropertyType georeferencedParameters)Sets the "georeferencedParameters" elementvoidDQQuantitativeResultTypeImpl. setValueArray(int i, RecordPropertyType value)Sets ith "value" elementvoidDQQuantitativeResultTypeImpl. setValueArray(RecordPropertyType[] valueArray)Sets array of all "value" element
-