Uses of Interface
net.opengis.gml.x33.lr.LinearReferencingMethodType
-
Packages that use LinearReferencingMethodType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl net.opengis.gml.x33.lro net.opengis.gml.x33.lro.impl -
-
Uses of LinearReferencingMethodType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return LinearReferencingMethodType Modifier and Type Method Description LinearReferencingMethodTypeLinearReferencingMethodDocument. addNewLinearReferencingMethod()Appends and returns a new empty "LinearReferencingMethod" elementLinearReferencingMethodTypeLinearReferencingMethodPropertyType. addNewLinearReferencingMethod()Appends and returns a new empty "LinearReferencingMethod" elementLinearReferencingMethodTypeLinearReferencingMethodDocument. getLinearReferencingMethod()Gets the "LinearReferencingMethod" elementLinearReferencingMethodTypeLinearReferencingMethodPropertyType. getLinearReferencingMethod()Gets the "LinearReferencingMethod" elementstatic LinearReferencingMethodTypeLinearReferencingMethodType.Factory. newInstance()static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(File file)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(InputStream is)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(Reader r)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(String xmlAsString)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(URL u)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(XMLStreamReader sr)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(Node node)static LinearReferencingMethodTypeLinearReferencingMethodType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type LinearReferencingMethodType Modifier and Type Method Description voidLinearReferencingMethodDocument. setLinearReferencingMethod(LinearReferencingMethodType linearReferencingMethod)Sets the "LinearReferencingMethod" elementvoidLinearReferencingMethodPropertyType. setLinearReferencingMethod(LinearReferencingMethodType linearReferencingMethod)Sets the "LinearReferencingMethod" element -
Uses of LinearReferencingMethodType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement LinearReferencingMethodType Modifier and Type Class Description classLinearReferencingMethodTypeImplAn XML LinearReferencingMethodType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return LinearReferencingMethodType Modifier and Type Method Description LinearReferencingMethodTypeLinearReferencingMethodDocumentImpl. addNewLinearReferencingMethod()Appends and returns a new empty "LinearReferencingMethod" elementLinearReferencingMethodTypeLinearReferencingMethodPropertyTypeImpl. addNewLinearReferencingMethod()Appends and returns a new empty "LinearReferencingMethod" elementLinearReferencingMethodTypeLinearReferencingMethodDocumentImpl. getLinearReferencingMethod()Gets the "LinearReferencingMethod" elementLinearReferencingMethodTypeLinearReferencingMethodPropertyTypeImpl. getLinearReferencingMethod()Gets the "LinearReferencingMethod" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type LinearReferencingMethodType Modifier and Type Method Description voidLinearReferencingMethodDocumentImpl. setLinearReferencingMethod(LinearReferencingMethodType linearReferencingMethod)Sets the "LinearReferencingMethod" elementvoidLinearReferencingMethodPropertyTypeImpl. setLinearReferencingMethod(LinearReferencingMethodType linearReferencingMethod)Sets the "LinearReferencingMethod" element -
Uses of LinearReferencingMethodType in net.opengis.gml.x33.lro
Subinterfaces of LinearReferencingMethodType in net.opengis.gml.x33.lro Modifier and Type Interface Description interfaceLRMWithOffsetTypeAn XML LRMWithOffsetType(@http://www.opengis.net/gml/3.3/lro). -
Uses of LinearReferencingMethodType in net.opengis.gml.x33.lro.impl
Classes in net.opengis.gml.x33.lro.impl that implement LinearReferencingMethodType Modifier and Type Class Description classLRMWithOffsetTypeImplAn XML LRMWithOffsetType(@http://www.opengis.net/gml/3.3/lro).
-