Uses of Interface
net.opengis.gml.UnitDefinitionType
-
Packages that use UnitDefinitionType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of UnitDefinitionType in net.opengis.gml
Subinterfaces of UnitDefinitionType in net.opengis.gml Modifier and Type Interface Description interfaceBaseUnitTypeAn XML BaseUnitType(@http://www.opengis.net/gml).interfaceConventionalUnitTypeAn XML ConventionalUnitType(@http://www.opengis.net/gml).interfaceDerivedUnitTypeAn XML DerivedUnitType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionTypeUnitDefinitionDocument. addNewUnitDefinition()Appends and returns a new empty "UnitDefinition" elementUnitDefinitionTypeUnitDefinitionDocument. getUnitDefinition()Gets the "UnitDefinition" elementstatic UnitDefinitionTypeUnitDefinitionType.Factory. newInstance()static UnitDefinitionTypeUnitDefinitionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(File file)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(InputStream is)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(Reader r)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(String xmlAsString)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(URL u)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(XMLStreamReader sr)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UnitDefinitionTypeUnitDefinitionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UnitDefinitionTypeUnitDefinitionType.Factory. parse(Node node)static UnitDefinitionTypeUnitDefinitionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type UnitDefinitionType Modifier and Type Method Description voidUnitDefinitionDocument. setUnitDefinition(UnitDefinitionType unitDefinition)Sets the "UnitDefinition" element -
Uses of UnitDefinitionType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement UnitDefinitionType Modifier and Type Class Description classBaseUnitTypeImplAn XML BaseUnitType(@http://www.opengis.net/gml).classConventionalUnitTypeImplAn XML ConventionalUnitType(@http://www.opengis.net/gml).classDerivedUnitTypeImplAn XML DerivedUnitType(@http://www.opengis.net/gml).classUnitDefinitionTypeImplAn XML UnitDefinitionType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionTypeUnitDefinitionDocumentImpl. addNewUnitDefinition()Appends and returns a new empty "UnitDefinition" elementUnitDefinitionTypeUnitDefinitionDocumentImpl. getUnitDefinition()Gets the "UnitDefinition" elementMethods in net.opengis.gml.impl with parameters of type UnitDefinitionType Modifier and Type Method Description voidUnitDefinitionDocumentImpl. setUnitDefinition(UnitDefinitionType unitDefinition)Sets the "UnitDefinition" element
-