Uses of Interface
net.opengis.gml.x32.DerivedUnitType
-
Packages that use DerivedUnitType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DerivedUnitType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return DerivedUnitType Modifier and Type Method Description DerivedUnitTypeDerivedUnitDocument. addNewDerivedUnit()Appends and returns a new empty "DerivedUnit" elementDerivedUnitTypeDerivedUnitDocument. getDerivedUnit()Gets the "DerivedUnit" elementstatic DerivedUnitTypeDerivedUnitType.Factory. newInstance()static DerivedUnitTypeDerivedUnitType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DerivedUnitTypeDerivedUnitType.Factory. parse(File file)static DerivedUnitTypeDerivedUnitType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DerivedUnitTypeDerivedUnitType.Factory. parse(InputStream is)static DerivedUnitTypeDerivedUnitType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DerivedUnitTypeDerivedUnitType.Factory. parse(Reader r)static DerivedUnitTypeDerivedUnitType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DerivedUnitTypeDerivedUnitType.Factory. parse(String xmlAsString)static DerivedUnitTypeDerivedUnitType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DerivedUnitTypeDerivedUnitType.Factory. parse(URL u)static DerivedUnitTypeDerivedUnitType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DerivedUnitTypeDerivedUnitType.Factory. parse(XMLStreamReader sr)static DerivedUnitTypeDerivedUnitType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DerivedUnitTypeDerivedUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DerivedUnitTypeDerivedUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DerivedUnitTypeDerivedUnitType.Factory. parse(Node node)static DerivedUnitTypeDerivedUnitType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type DerivedUnitType Modifier and Type Method Description voidDerivedUnitDocument. setDerivedUnit(DerivedUnitType derivedUnit)Sets the "DerivedUnit" element -
Uses of DerivedUnitType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DerivedUnitType Modifier and Type Class Description classDerivedUnitTypeImplAn XML DerivedUnitType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return DerivedUnitType Modifier and Type Method Description DerivedUnitTypeDerivedUnitDocumentImpl. addNewDerivedUnit()Appends and returns a new empty "DerivedUnit" elementDerivedUnitTypeDerivedUnitDocumentImpl. getDerivedUnit()Gets the "DerivedUnit" elementMethods in net.opengis.gml.x32.impl with parameters of type DerivedUnitType Modifier and Type Method Description voidDerivedUnitDocumentImpl. setDerivedUnit(DerivedUnitType derivedUnit)Sets the "DerivedUnit" element
-