Uses of Interface
net.opengis.gml.x32.UnitOfMeasureType
-
Packages that use UnitOfMeasureType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of UnitOfMeasureType in net.opengis.gml.x32
Subinterfaces of UnitOfMeasureType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceConversionToPreferredUnitTypeAn XML ConversionToPreferredUnitType(@http://www.opengis.net/gml/3.2).interfaceDerivationUnitTermTypeAn XML DerivationUnitTermType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return UnitOfMeasureType Modifier and Type Method Description UnitOfMeasureTypeUnitOfMeasureDocument. addNewUnitOfMeasure()Appends and returns a new empty "unitOfMeasure" elementUnitOfMeasureTypeUnitOfMeasureDocument. getUnitOfMeasure()Gets the "unitOfMeasure" elementstatic UnitOfMeasureTypeUnitOfMeasureType.Factory. newInstance()static UnitOfMeasureTypeUnitOfMeasureType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(File file)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(InputStream is)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(Reader r)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(String xmlAsString)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(URL u)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(XMLStreamReader sr)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(Node node)static UnitOfMeasureTypeUnitOfMeasureType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type UnitOfMeasureType Modifier and Type Method Description voidUnitOfMeasureDocument. setUnitOfMeasure(UnitOfMeasureType unitOfMeasure)Sets the "unitOfMeasure" element -
Uses of UnitOfMeasureType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement UnitOfMeasureType Modifier and Type Class Description classConversionToPreferredUnitTypeImplAn XML ConversionToPreferredUnitType(@http://www.opengis.net/gml/3.2).classDerivationUnitTermTypeImplAn XML DerivationUnitTermType(@http://www.opengis.net/gml/3.2).classUnitOfMeasureTypeImplAn XML UnitOfMeasureType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return UnitOfMeasureType Modifier and Type Method Description UnitOfMeasureTypeUnitOfMeasureDocumentImpl. addNewUnitOfMeasure()Appends and returns a new empty "unitOfMeasure" elementUnitOfMeasureTypeUnitOfMeasureDocumentImpl. getUnitOfMeasure()Gets the "unitOfMeasure" elementMethods in net.opengis.gml.x32.impl with parameters of type UnitOfMeasureType Modifier and Type Method Description voidUnitOfMeasureDocumentImpl. setUnitOfMeasure(UnitOfMeasureType unitOfMeasure)Sets the "unitOfMeasure" element
-