Uses of Interface
net.opengis.gml.x32.BaseUnitType
-
Packages that use BaseUnitType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of BaseUnitType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return BaseUnitType Modifier and Type Method Description BaseUnitTypeBaseUnitDocument. addNewBaseUnit()Appends and returns a new empty "BaseUnit" elementBaseUnitTypeBaseUnitDocument. getBaseUnit()Gets the "BaseUnit" elementstatic BaseUnitTypeBaseUnitType.Factory. newInstance()static BaseUnitTypeBaseUnitType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BaseUnitTypeBaseUnitType.Factory. parse(File file)static BaseUnitTypeBaseUnitType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BaseUnitTypeBaseUnitType.Factory. parse(InputStream is)static BaseUnitTypeBaseUnitType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BaseUnitTypeBaseUnitType.Factory. parse(Reader r)static BaseUnitTypeBaseUnitType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BaseUnitTypeBaseUnitType.Factory. parse(String xmlAsString)static BaseUnitTypeBaseUnitType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BaseUnitTypeBaseUnitType.Factory. parse(URL u)static BaseUnitTypeBaseUnitType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BaseUnitTypeBaseUnitType.Factory. parse(XMLStreamReader sr)static BaseUnitTypeBaseUnitType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BaseUnitTypeBaseUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BaseUnitTypeBaseUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BaseUnitTypeBaseUnitType.Factory. parse(Node node)static BaseUnitTypeBaseUnitType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type BaseUnitType Modifier and Type Method Description voidBaseUnitDocument. setBaseUnit(BaseUnitType baseUnit)Sets the "BaseUnit" element -
Uses of BaseUnitType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement BaseUnitType Modifier and Type Class Description classBaseUnitTypeImplAn XML BaseUnitType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return BaseUnitType Modifier and Type Method Description BaseUnitTypeBaseUnitDocumentImpl. addNewBaseUnit()Appends and returns a new empty "BaseUnit" elementBaseUnitTypeBaseUnitDocumentImpl. getBaseUnit()Gets the "BaseUnit" elementMethods in net.opengis.gml.x32.impl with parameters of type BaseUnitType Modifier and Type Method Description voidBaseUnitDocumentImpl. setBaseUnit(BaseUnitType baseUnit)Sets the "BaseUnit" element
-