Uses of Interface
net.opengis.gml.BaseUnitType
-
Packages that use BaseUnitType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of BaseUnitType in net.opengis.gml
Methods in net.opengis.gml 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 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.impl
Classes in net.opengis.gml.impl that implement BaseUnitType Modifier and Type Class Description classBaseUnitTypeImplAn XML BaseUnitType(@http://www.opengis.net/gml).Methods in net.opengis.gml.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.impl with parameters of type BaseUnitType Modifier and Type Method Description voidBaseUnitDocumentImpl. setBaseUnit(BaseUnitType baseUnit)Sets the "BaseUnit" element
-