Uses of Interface
net.opengis.gml.CompositeValueType
-
Packages that use CompositeValueType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CompositeValueType in net.opengis.gml
Subinterfaces of CompositeValueType in net.opengis.gml Modifier and Type Interface Description interfaceValueArrayTypeAn XML ValueArrayType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return CompositeValueType Modifier and Type Method Description CompositeValueTypeCompositeValueDocument. addNewCompositeValue()Appends and returns a new empty "CompositeValue" elementCompositeValueTypeRangeParametersType. addNewCompositeValue()Appends and returns a new empty "CompositeValue" elementCompositeValueTypeValueArrayPropertyType. addNewCompositeValue()Appends and returns a new empty value (as xml) as the last "CompositeValue" elementCompositeValueTypeValuePropertyType. addNewCompositeValue()Appends and returns a new empty "CompositeValue" elementCompositeValueTypeCompositeValueDocument. getCompositeValue()Gets the "CompositeValue" elementCompositeValueTypeRangeParametersType. getCompositeValue()Gets the "CompositeValue" elementCompositeValueTypeValuePropertyType. getCompositeValue()Gets the "CompositeValue" elementCompositeValueType[]ValueArrayPropertyType. getCompositeValueArray()Gets array of all "CompositeValue" elementsCompositeValueTypeValueArrayPropertyType. getCompositeValueArray(int i)Gets ith "CompositeValue" elementCompositeValueTypeValueArrayPropertyType. insertNewCompositeValue(int i)Inserts and returns a new empty value (as xml) as the ith "CompositeValue" elementstatic CompositeValueTypeCompositeValueType.Factory. newInstance()static CompositeValueTypeCompositeValueType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CompositeValueTypeCompositeValueType.Factory. parse(File file)static CompositeValueTypeCompositeValueType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CompositeValueTypeCompositeValueType.Factory. parse(InputStream is)static CompositeValueTypeCompositeValueType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CompositeValueTypeCompositeValueType.Factory. parse(Reader r)static CompositeValueTypeCompositeValueType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CompositeValueTypeCompositeValueType.Factory. parse(String xmlAsString)static CompositeValueTypeCompositeValueType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CompositeValueTypeCompositeValueType.Factory. parse(URL u)static CompositeValueTypeCompositeValueType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CompositeValueTypeCompositeValueType.Factory. parse(XMLStreamReader sr)static CompositeValueTypeCompositeValueType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CompositeValueTypeCompositeValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CompositeValueTypeCompositeValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CompositeValueTypeCompositeValueType.Factory. parse(Node node)static CompositeValueTypeCompositeValueType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type CompositeValueType Modifier and Type Method Description voidCompositeValueDocument. setCompositeValue(CompositeValueType compositeValue)Sets the "CompositeValue" elementvoidRangeParametersType. setCompositeValue(CompositeValueType compositeValue)Sets the "CompositeValue" elementvoidValuePropertyType. setCompositeValue(CompositeValueType compositeValue)Sets the "CompositeValue" elementvoidValueArrayPropertyType. setCompositeValueArray(int i, CompositeValueType compositeValue)Sets ith "CompositeValue" elementvoidValueArrayPropertyType. setCompositeValueArray(CompositeValueType[] compositeValueArray)Sets array of all "CompositeValue" element -
Uses of CompositeValueType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CompositeValueType Modifier and Type Class Description classCompositeValueTypeImplAn XML CompositeValueType(@http://www.opengis.net/gml).classValueArrayTypeImplAn XML ValueArrayType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CompositeValueType Modifier and Type Method Description CompositeValueTypeCompositeValueDocumentImpl. addNewCompositeValue()Appends and returns a new empty "CompositeValue" elementCompositeValueTypeRangeParametersTypeImpl. addNewCompositeValue()Appends and returns a new empty "CompositeValue" elementCompositeValueTypeValueArrayPropertyTypeImpl. addNewCompositeValue()Appends and returns a new empty value (as xml) as the last "CompositeValue" elementCompositeValueTypeValuePropertyTypeImpl. addNewCompositeValue()Appends and returns a new empty "CompositeValue" elementCompositeValueTypeCompositeValueDocumentImpl. getCompositeValue()Gets the "CompositeValue" elementCompositeValueTypeRangeParametersTypeImpl. getCompositeValue()Gets the "CompositeValue" elementCompositeValueTypeValuePropertyTypeImpl. getCompositeValue()Gets the "CompositeValue" elementCompositeValueType[]ValueArrayPropertyTypeImpl. getCompositeValueArray()Gets array of all "CompositeValue" elementsCompositeValueTypeValueArrayPropertyTypeImpl. getCompositeValueArray(int i)Gets ith "CompositeValue" elementCompositeValueTypeValueArrayPropertyTypeImpl. insertNewCompositeValue(int i)Inserts and returns a new empty value (as xml) as the ith "CompositeValue" elementMethods in net.opengis.gml.impl with parameters of type CompositeValueType Modifier and Type Method Description voidCompositeValueDocumentImpl. setCompositeValue(CompositeValueType compositeValue)Sets the "CompositeValue" elementvoidRangeParametersTypeImpl. setCompositeValue(CompositeValueType compositeValue)Sets the "CompositeValue" elementvoidValuePropertyTypeImpl. setCompositeValue(CompositeValueType compositeValue)Sets the "CompositeValue" elementvoidValueArrayPropertyTypeImpl. setCompositeValueArray(int i, CompositeValueType compositeValue)Sets ith "CompositeValue" elementvoidValueArrayPropertyTypeImpl. setCompositeValueArray(CompositeValueType[] compositeValueArray)Sets array of all "CompositeValue" element
-