Uses of Interface
net.opengis.gml.x33.lr.DistanceExpressionType
-
Packages that use DistanceExpressionType Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl net.opengis.gml.x33.lro net.opengis.gml.x33.lro.impl net.opengis.gml.x33.lrov net.opengis.gml.x33.lrov.impl -
-
Uses of DistanceExpressionType in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return DistanceExpressionType Modifier and Type Method Description DistanceExpressionTypeDistanceExpressionDocument. addNewDistanceExpression()Appends and returns a new empty "DistanceExpression" elementDistanceExpressionTypeDistanceExpressionPropertyType. addNewDistanceExpression()Appends and returns a new empty "DistanceExpression" elementDistanceExpressionTypeDistanceExpressionDocument. getDistanceExpression()Gets the "DistanceExpression" elementDistanceExpressionTypeDistanceExpressionPropertyType. getDistanceExpression()Gets the "DistanceExpression" elementstatic DistanceExpressionTypeDistanceExpressionType.Factory. newInstance()static DistanceExpressionTypeDistanceExpressionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(File file)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(InputStream is)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(Reader r)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(String xmlAsString)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(URL u)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(XMLStreamReader sr)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DistanceExpressionTypeDistanceExpressionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DistanceExpressionTypeDistanceExpressionType.Factory. parse(Node node)static DistanceExpressionTypeDistanceExpressionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x33.lr with parameters of type DistanceExpressionType Modifier and Type Method Description voidDistanceExpressionDocument. setDistanceExpression(DistanceExpressionType distanceExpression)Sets the "DistanceExpression" elementvoidDistanceExpressionPropertyType. setDistanceExpression(DistanceExpressionType distanceExpression)Sets the "DistanceExpression" element -
Uses of DistanceExpressionType in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement DistanceExpressionType Modifier and Type Class Description classDistanceExpressionTypeImplAn XML DistanceExpressionType(@http://www.opengis.net/gml/3.3/lr).Methods in net.opengis.gml.x33.lr.impl that return DistanceExpressionType Modifier and Type Method Description DistanceExpressionTypeDistanceExpressionDocumentImpl. addNewDistanceExpression()Appends and returns a new empty "DistanceExpression" elementDistanceExpressionTypeDistanceExpressionPropertyTypeImpl. addNewDistanceExpression()Appends and returns a new empty "DistanceExpression" elementDistanceExpressionTypeDistanceExpressionDocumentImpl. getDistanceExpression()Gets the "DistanceExpression" elementDistanceExpressionTypeDistanceExpressionPropertyTypeImpl. getDistanceExpression()Gets the "DistanceExpression" elementMethods in net.opengis.gml.x33.lr.impl with parameters of type DistanceExpressionType Modifier and Type Method Description voidDistanceExpressionDocumentImpl. setDistanceExpression(DistanceExpressionType distanceExpression)Sets the "DistanceExpression" elementvoidDistanceExpressionPropertyTypeImpl. setDistanceExpression(DistanceExpressionType distanceExpression)Sets the "DistanceExpression" element -
Uses of DistanceExpressionType in net.opengis.gml.x33.lro
Subinterfaces of DistanceExpressionType in net.opengis.gml.x33.lro Modifier and Type Interface Description interfaceLateralOffsetDistanceExpressionTypeAn XML LateralOffsetDistanceExpressionType(@http://www.opengis.net/gml/3.3/lro). -
Uses of DistanceExpressionType in net.opengis.gml.x33.lro.impl
Classes in net.opengis.gml.x33.lro.impl that implement DistanceExpressionType Modifier and Type Class Description classLateralOffsetDistanceExpressionTypeImplAn XML LateralOffsetDistanceExpressionType(@http://www.opengis.net/gml/3.3/lro). -
Uses of DistanceExpressionType in net.opengis.gml.x33.lrov
Subinterfaces of DistanceExpressionType in net.opengis.gml.x33.lrov Modifier and Type Interface Description interfaceVectorOffsetDistanceExpressionTypeAn XML VectorOffsetDistanceExpressionType(@http://www.opengis.net/gml/3.3/lrov). -
Uses of DistanceExpressionType in net.opengis.gml.x33.lrov.impl
Classes in net.opengis.gml.x33.lrov.impl that implement DistanceExpressionType Modifier and Type Class Description classVectorOffsetDistanceExpressionTypeImplAn XML VectorOffsetDistanceExpressionType(@http://www.opengis.net/gml/3.3/lrov).
-