Uses of Interface
net.opengis.gml.x33.lr.LRMTypeType
-
Packages that use LRMTypeType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl -
-
Uses of LRMTypeType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return LRMTypeType Modifier and Type Method Description LRMTypeTypeLinearReferencingMethodType. addNewType()Appends and returns a new empty "type" elementLRMTypeTypeLinearReferencingMethodType. getType()Gets the "type" elementstatic LRMTypeTypeLRMTypeType.Factory. newInstance()static LRMTypeTypeLRMTypeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LRMTypeTypeLRMTypeType.Factory. parse(File file)static LRMTypeTypeLRMTypeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LRMTypeTypeLRMTypeType.Factory. parse(InputStream is)static LRMTypeTypeLRMTypeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LRMTypeTypeLRMTypeType.Factory. parse(Reader r)static LRMTypeTypeLRMTypeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LRMTypeTypeLRMTypeType.Factory. parse(String xmlAsString)static LRMTypeTypeLRMTypeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LRMTypeTypeLRMTypeType.Factory. parse(URL u)static LRMTypeTypeLRMTypeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LRMTypeTypeLRMTypeType.Factory. parse(XMLStreamReader sr)static LRMTypeTypeLRMTypeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LRMTypeTypeLRMTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LRMTypeTypeLRMTypeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LRMTypeTypeLRMTypeType.Factory. parse(Node node)static LRMTypeTypeLRMTypeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type LRMTypeType Modifier and Type Method Description voidLinearReferencingMethodType. setType(LRMTypeType type)Sets the "type" element -
Uses of LRMTypeType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement LRMTypeType Modifier and Type Class Description classLRMTypeTypeImplAn XML LRMTypeType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return LRMTypeType Modifier and Type Method Description LRMTypeTypeLinearReferencingMethodTypeImpl. addNewType()Appends and returns a new empty "type" elementLRMTypeTypeLinearReferencingMethodTypeImpl. getType()Gets the "type" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type LRMTypeType Modifier and Type Method Description voidLinearReferencingMethodTypeImpl. setType(LRMTypeType type)Sets the "type" element
-