Uses of Interface
net.opengis.gml.ParameterValueType
-
Packages that use ParameterValueType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ParameterValueType in net.opengis.gml
Methods in net.opengis.gml that return ParameterValueType Modifier and Type Method Description ParameterValueTypeParameterValueDocument. addNewParameterValue()Appends and returns a new empty "parameterValue" elementParameterValueTypeConversionType. addNewUsesValue()Appends and returns a new empty value (as xml) as the last "usesValue" elementParameterValueTypeTransformationType. addNewUsesValue()Appends and returns a new empty value (as xml) as the last "usesValue" elementParameterValueTypeUsesValueDocument. addNewUsesValue()Appends and returns a new empty "usesValue" elementParameterValueTypeParameterValueDocument. getParameterValue()Gets the "parameterValue" elementParameterValueTypeUsesValueDocument. getUsesValue()Gets the "usesValue" elementParameterValueType[]ConversionType. getUsesValueArray()Gets array of all "usesValue" elementsParameterValueTypeConversionType. getUsesValueArray(int i)Gets ith "usesValue" elementParameterValueType[]TransformationType. getUsesValueArray()Gets array of all "usesValue" elementsParameterValueTypeTransformationType. getUsesValueArray(int i)Gets ith "usesValue" elementParameterValueTypeConversionType. insertNewUsesValue(int i)Inserts and returns a new empty value (as xml) as the ith "usesValue" elementParameterValueTypeTransformationType. insertNewUsesValue(int i)Inserts and returns a new empty value (as xml) as the ith "usesValue" elementstatic ParameterValueTypeParameterValueType.Factory. newInstance()static ParameterValueTypeParameterValueType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ParameterValueTypeParameterValueType.Factory. parse(File file)static ParameterValueTypeParameterValueType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ParameterValueTypeParameterValueType.Factory. parse(InputStream is)static ParameterValueTypeParameterValueType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ParameterValueTypeParameterValueType.Factory. parse(Reader r)static ParameterValueTypeParameterValueType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ParameterValueTypeParameterValueType.Factory. parse(String xmlAsString)static ParameterValueTypeParameterValueType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ParameterValueTypeParameterValueType.Factory. parse(URL u)static ParameterValueTypeParameterValueType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ParameterValueTypeParameterValueType.Factory. parse(XMLStreamReader sr)static ParameterValueTypeParameterValueType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ParameterValueTypeParameterValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ParameterValueTypeParameterValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ParameterValueTypeParameterValueType.Factory. parse(Node node)static ParameterValueTypeParameterValueType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ParameterValueType Modifier and Type Method Description voidParameterValueDocument. setParameterValue(ParameterValueType parameterValue)Sets the "parameterValue" elementvoidUsesValueDocument. setUsesValue(ParameterValueType usesValue)Sets the "usesValue" elementvoidConversionType. setUsesValueArray(int i, ParameterValueType usesValue)Sets ith "usesValue" elementvoidConversionType. setUsesValueArray(ParameterValueType[] usesValueArray)Sets array of all "usesValue" elementvoidTransformationType. setUsesValueArray(int i, ParameterValueType usesValue)Sets ith "usesValue" elementvoidTransformationType. setUsesValueArray(ParameterValueType[] usesValueArray)Sets array of all "usesValue" element -
Uses of ParameterValueType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ParameterValueType Modifier and Type Class Description classParameterValueTypeImplAn XML ParameterValueType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ParameterValueType Modifier and Type Method Description ParameterValueTypeParameterValueDocumentImpl. addNewParameterValue()Appends and returns a new empty "parameterValue" elementParameterValueTypeConversionTypeImpl. addNewUsesValue()Appends and returns a new empty value (as xml) as the last "usesValue" elementParameterValueTypeTransformationTypeImpl. addNewUsesValue()Appends and returns a new empty value (as xml) as the last "usesValue" elementParameterValueTypeUsesValueDocumentImpl. addNewUsesValue()Appends and returns a new empty "usesValue" elementParameterValueTypeParameterValueDocumentImpl. getParameterValue()Gets the "parameterValue" elementParameterValueTypeUsesValueDocumentImpl. getUsesValue()Gets the "usesValue" elementParameterValueType[]ConversionTypeImpl. getUsesValueArray()Gets array of all "usesValue" elementsParameterValueTypeConversionTypeImpl. getUsesValueArray(int i)Gets ith "usesValue" elementParameterValueType[]TransformationTypeImpl. getUsesValueArray()Gets array of all "usesValue" elementsParameterValueTypeTransformationTypeImpl. getUsesValueArray(int i)Gets ith "usesValue" elementParameterValueTypeConversionTypeImpl. insertNewUsesValue(int i)Inserts and returns a new empty value (as xml) as the ith "usesValue" elementParameterValueTypeTransformationTypeImpl. insertNewUsesValue(int i)Inserts and returns a new empty value (as xml) as the ith "usesValue" elementMethods in net.opengis.gml.impl with parameters of type ParameterValueType Modifier and Type Method Description voidParameterValueDocumentImpl. setParameterValue(ParameterValueType parameterValue)Sets the "parameterValue" elementvoidUsesValueDocumentImpl. setUsesValue(ParameterValueType usesValue)Sets the "usesValue" elementvoidConversionTypeImpl. setUsesValueArray(int i, ParameterValueType usesValue)Sets ith "usesValue" elementvoidConversionTypeImpl. setUsesValueArray(ParameterValueType[] usesValueArray)Sets array of all "usesValue" elementvoidTransformationTypeImpl. setUsesValueArray(int i, ParameterValueType usesValue)Sets ith "usesValue" elementvoidTransformationTypeImpl. setUsesValueArray(ParameterValueType[] usesValueArray)Sets array of all "usesValue" element
-