Uses of Interface
net.opengis.gml.x33.lro.LRMWithOffsetType
-
Packages that use LRMWithOffsetType Package Description net.opengis.gml.x33.lro net.opengis.gml.x33.lro.impl -
-
Uses of LRMWithOffsetType in net.opengis.gml.x33.lro
Methods in net.opengis.gml.x33.lro that return LRMWithOffsetType Modifier and Type Method Description LRMWithOffsetTypeLRMWithOffsetDocument. addNewLRMWithOffset()Appends and returns a new empty "LRMWithOffset" elementLRMWithOffsetTypeLRMWithOffsetPropertyType. addNewLRMWithOffset()Appends and returns a new empty "LRMWithOffset" elementLRMWithOffsetTypeLRMWithOffsetDocument. getLRMWithOffset()Gets the "LRMWithOffset" elementLRMWithOffsetTypeLRMWithOffsetPropertyType. getLRMWithOffset()Gets the "LRMWithOffset" elementstatic LRMWithOffsetTypeLRMWithOffsetType.Factory. newInstance()static LRMWithOffsetTypeLRMWithOffsetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(File file)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(InputStream is)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(Reader r)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(String xmlAsString)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(URL u)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(XMLStreamReader sr)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(Node node)static LRMWithOffsetTypeLRMWithOffsetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lro with parameters of type LRMWithOffsetType Modifier and Type Method Description voidLRMWithOffsetDocument. setLRMWithOffset(LRMWithOffsetType lrmWithOffset)Sets the "LRMWithOffset" elementvoidLRMWithOffsetPropertyType. setLRMWithOffset(LRMWithOffsetType lrmWithOffset)Sets the "LRMWithOffset" element -
Uses of LRMWithOffsetType in net.opengis.gml.x33.lro.impl
Classes in net.opengis.gml.x33.lro.impl that implement LRMWithOffsetType Modifier and Type Class Description classLRMWithOffsetTypeImplAn XML LRMWithOffsetType(@http://www.opengis.net/gml/3.3/lro).Methods in net.opengis.gml.x33.lro.impl that return LRMWithOffsetType Modifier and Type Method Description LRMWithOffsetTypeLRMWithOffsetDocumentImpl. addNewLRMWithOffset()Appends and returns a new empty "LRMWithOffset" elementLRMWithOffsetTypeLRMWithOffsetPropertyTypeImpl. addNewLRMWithOffset()Appends and returns a new empty "LRMWithOffset" elementLRMWithOffsetTypeLRMWithOffsetDocumentImpl. getLRMWithOffset()Gets the "LRMWithOffset" elementLRMWithOffsetTypeLRMWithOffsetPropertyTypeImpl. getLRMWithOffset()Gets the "LRMWithOffset" elementMethods in net.opengis.gml.x33.lro.impl with parameters of type LRMWithOffsetType Modifier and Type Method Description voidLRMWithOffsetDocumentImpl. setLRMWithOffset(LRMWithOffsetType lrmWithOffset)Sets the "LRMWithOffset" elementvoidLRMWithOffsetPropertyTypeImpl. setLRMWithOffset(LRMWithOffsetType lrmWithOffset)Sets the "LRMWithOffset" element
-