Uses of Interface
net.opengis.gml.x33.lr.AlongReferentType
-
Packages that use AlongReferentType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl net.opengis.gml.x33.lrtr net.opengis.gml.x33.lrtr.impl -
-
Uses of AlongReferentType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return AlongReferentType Modifier and Type Method Description AlongReferentTypeAlongReferentDocument. addNewAlongReferent()Appends and returns a new empty "AlongReferent" elementAlongReferentTypeAlongReferentPropertyType. addNewAlongReferent()Appends and returns a new empty "AlongReferent" elementAlongReferentTypeAlongReferentDocument. getAlongReferent()Gets the "AlongReferent" elementAlongReferentTypeAlongReferentPropertyType. getAlongReferent()Gets the "AlongReferent" elementstatic AlongReferentTypeAlongReferentType.Factory. newInstance()static AlongReferentTypeAlongReferentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AlongReferentTypeAlongReferentType.Factory. parse(File file)static AlongReferentTypeAlongReferentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AlongReferentTypeAlongReferentType.Factory. parse(InputStream is)static AlongReferentTypeAlongReferentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AlongReferentTypeAlongReferentType.Factory. parse(Reader r)static AlongReferentTypeAlongReferentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AlongReferentTypeAlongReferentType.Factory. parse(String xmlAsString)static AlongReferentTypeAlongReferentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AlongReferentTypeAlongReferentType.Factory. parse(URL u)static AlongReferentTypeAlongReferentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AlongReferentTypeAlongReferentType.Factory. parse(XMLStreamReader sr)static AlongReferentTypeAlongReferentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AlongReferentTypeAlongReferentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AlongReferentTypeAlongReferentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AlongReferentTypeAlongReferentType.Factory. parse(Node node)static AlongReferentTypeAlongReferentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type AlongReferentType Modifier and Type Method Description voidAlongReferentDocument. setAlongReferent(AlongReferentType alongReferent)Sets the "AlongReferent" elementvoidAlongReferentPropertyType. setAlongReferent(AlongReferentType alongReferent)Sets the "AlongReferent" element -
Uses of AlongReferentType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement AlongReferentType Modifier and Type Class Description classAlongReferentTypeImplAn XML AlongReferentType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return AlongReferentType Modifier and Type Method Description AlongReferentTypeAlongReferentDocumentImpl. addNewAlongReferent()Appends and returns a new empty "AlongReferent" elementAlongReferentTypeAlongReferentPropertyTypeImpl. addNewAlongReferent()Appends and returns a new empty "AlongReferent" elementAlongReferentTypeAlongReferentDocumentImpl. getAlongReferent()Gets the "AlongReferent" elementAlongReferentTypeAlongReferentPropertyTypeImpl. getAlongReferent()Gets the "AlongReferent" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type AlongReferentType Modifier and Type Method Description voidAlongReferentDocumentImpl. setAlongReferent(AlongReferentType alongReferent)Sets the "AlongReferent" elementvoidAlongReferentPropertyTypeImpl. setAlongReferent(AlongReferentType alongReferent)Sets the "AlongReferent" element -
Uses of AlongReferentType in net.opengis.gml.x33.lrtr
Subinterfaces of AlongReferentType in net.opengis.gml.x33.lrtr Modifier and Type Interface Description interfaceDualAlongReferentTypeAn XML DualAlongReferentType(@http://www.opengis.net/gml/3.3/lrtr). -
Uses of AlongReferentType in net.opengis.gml.x33.lrtr.impl
Classes in net.opengis.gml.x33.lrtr.impl that implement AlongReferentType Modifier and Type Class Description classDualAlongReferentTypeImplAn XML DualAlongReferentType(@http://www.opengis.net/gml/3.3/lrtr).
-