Uses of Interface
net.opengis.gml.x33.lr.LRMNameType
-
Packages that use LRMNameType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl -
-
Uses of LRMNameType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return LRMNameType Modifier and Type Method Description LRMNameTypeLinearReferencingMethodType. addNewName2()Appends and returns a new empty "name" elementLRMNameTypeLinearReferencingMethodType. getName2()Gets the "name" elementstatic LRMNameTypeLRMNameType.Factory. newInstance()static LRMNameTypeLRMNameType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LRMNameTypeLRMNameType.Factory. parse(File file)static LRMNameTypeLRMNameType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LRMNameTypeLRMNameType.Factory. parse(InputStream is)static LRMNameTypeLRMNameType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LRMNameTypeLRMNameType.Factory. parse(Reader r)static LRMNameTypeLRMNameType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LRMNameTypeLRMNameType.Factory. parse(String xmlAsString)static LRMNameTypeLRMNameType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LRMNameTypeLRMNameType.Factory. parse(URL u)static LRMNameTypeLRMNameType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LRMNameTypeLRMNameType.Factory. parse(XMLStreamReader sr)static LRMNameTypeLRMNameType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LRMNameTypeLRMNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LRMNameTypeLRMNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LRMNameTypeLRMNameType.Factory. parse(Node node)static LRMNameTypeLRMNameType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type LRMNameType Modifier and Type Method Description voidLinearReferencingMethodType. setName2(LRMNameType name2)Sets the "name" element -
Uses of LRMNameType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement LRMNameType Modifier and Type Class Description classLRMNameTypeImplAn XML LRMNameType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return LRMNameType Modifier and Type Method Description LRMNameTypeLinearReferencingMethodTypeImpl. addNewName2()Appends and returns a new empty "name" elementLRMNameTypeLinearReferencingMethodTypeImpl. getName2()Gets the "name" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type LRMNameType Modifier and Type Method Description voidLinearReferencingMethodTypeImpl. setName2(LRMNameType name2)Sets the "name" element
-