Uses of Interface
net.opengis.gml.ValuePropertyType
-
Packages that use ValuePropertyType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ValuePropertyType in net.opengis.gml
Subinterfaces of ValuePropertyType in net.opengis.gml Modifier and Type Interface Description interfaceBooleanPropertyTypeAn XML BooleanPropertyType(@http://www.opengis.net/gml).interfaceCategoryPropertyTypeAn XML CategoryPropertyType(@http://www.opengis.net/gml).interfaceCountPropertyTypeAn XML CountPropertyType(@http://www.opengis.net/gml).interfaceQuantityPropertyTypeAn XML QuantityPropertyType(@http://www.opengis.net/gml).interfaceScalarValuePropertyTypeAn XML ScalarValuePropertyType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return ValuePropertyType Modifier and Type Method Description ValuePropertyTypeCompositeValueType. addNewValueComponent()Appends and returns a new empty value (as xml) as the last "valueComponent" elementValuePropertyTypeValueComponentDocument. addNewValueComponent()Appends and returns a new empty "valueComponent" elementValuePropertyTypeValuePropertyDocument. addNewValueProperty()Appends and returns a new empty "valueProperty" elementValuePropertyTypeValueComponentDocument. getValueComponent()Gets the "valueComponent" elementValuePropertyType[]CompositeValueType. getValueComponentArray()Gets array of all "valueComponent" elementsValuePropertyTypeCompositeValueType. getValueComponentArray(int i)Gets ith "valueComponent" elementValuePropertyTypeValuePropertyDocument. getValueProperty()Gets the "valueProperty" elementValuePropertyTypeCompositeValueType. insertNewValueComponent(int i)Inserts and returns a new empty value (as xml) as the ith "valueComponent" elementstatic ValuePropertyTypeValuePropertyType.Factory. newInstance()static ValuePropertyTypeValuePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(File file)static ValuePropertyTypeValuePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(InputStream is)static ValuePropertyTypeValuePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(Reader r)static ValuePropertyTypeValuePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(String xmlAsString)static ValuePropertyTypeValuePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(URL u)static ValuePropertyTypeValuePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(XMLStreamReader sr)static ValuePropertyTypeValuePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ValuePropertyTypeValuePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ValuePropertyTypeValuePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ValuePropertyTypeValuePropertyType.Factory. parse(Node node)static ValuePropertyTypeValuePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type ValuePropertyType Modifier and Type Method Description voidValueComponentDocument. setValueComponent(ValuePropertyType valueComponent)Sets the "valueComponent" elementvoidCompositeValueType. setValueComponentArray(int i, ValuePropertyType valueComponent)Sets ith "valueComponent" elementvoidCompositeValueType. setValueComponentArray(ValuePropertyType[] valueComponentArray)Sets array of all "valueComponent" elementvoidValuePropertyDocument. setValueProperty(ValuePropertyType valueProperty)Sets the "valueProperty" element -
Uses of ValuePropertyType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ValuePropertyType Modifier and Type Class Description classBooleanPropertyTypeImplAn XML BooleanPropertyType(@http://www.opengis.net/gml).classCategoryPropertyTypeImplAn XML CategoryPropertyType(@http://www.opengis.net/gml).classCountPropertyTypeImplAn XML CountPropertyType(@http://www.opengis.net/gml).classQuantityPropertyTypeImplAn XML QuantityPropertyType(@http://www.opengis.net/gml).classScalarValuePropertyTypeImplAn XML ScalarValuePropertyType(@http://www.opengis.net/gml).classValuePropertyTypeImplAn XML ValuePropertyType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ValuePropertyType Modifier and Type Method Description ValuePropertyTypeCompositeValueTypeImpl. addNewValueComponent()Appends and returns a new empty value (as xml) as the last "valueComponent" elementValuePropertyTypeValueComponentDocumentImpl. addNewValueComponent()Appends and returns a new empty "valueComponent" elementValuePropertyTypeValuePropertyDocumentImpl. addNewValueProperty()Appends and returns a new empty "valueProperty" elementValuePropertyTypeValueComponentDocumentImpl. getValueComponent()Gets the "valueComponent" elementValuePropertyType[]CompositeValueTypeImpl. getValueComponentArray()Gets array of all "valueComponent" elementsValuePropertyTypeCompositeValueTypeImpl. getValueComponentArray(int i)Gets ith "valueComponent" elementValuePropertyTypeValuePropertyDocumentImpl. getValueProperty()Gets the "valueProperty" elementValuePropertyTypeCompositeValueTypeImpl. insertNewValueComponent(int i)Inserts and returns a new empty value (as xml) as the ith "valueComponent" elementMethods in net.opengis.gml.impl with parameters of type ValuePropertyType Modifier and Type Method Description voidValueComponentDocumentImpl. setValueComponent(ValuePropertyType valueComponent)Sets the "valueComponent" elementvoidCompositeValueTypeImpl. setValueComponentArray(int i, ValuePropertyType valueComponent)Sets ith "valueComponent" elementvoidCompositeValueTypeImpl. setValueComponentArray(ValuePropertyType[] valueComponentArray)Sets array of all "valueComponent" elementvoidValuePropertyDocumentImpl. setValueProperty(ValuePropertyType valueProperty)Sets the "valueProperty" element
-