Uses of Interface
net.opengis.gml.x32.KnotType
-
Packages that use KnotType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of KnotType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return KnotType Modifier and Type Method Description KnotTypeKnotPropertyType. addNewKnot()Appends and returns a new empty "Knot" elementKnotTypeKnotPropertyType. getKnot()Gets the "Knot" elementstatic KnotTypeKnotType.Factory. newInstance()static KnotTypeKnotType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static KnotTypeKnotType.Factory. parse(File file)static KnotTypeKnotType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static KnotTypeKnotType.Factory. parse(InputStream is)static KnotTypeKnotType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static KnotTypeKnotType.Factory. parse(Reader r)static KnotTypeKnotType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static KnotTypeKnotType.Factory. parse(String xmlAsString)static KnotTypeKnotType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static KnotTypeKnotType.Factory. parse(URL u)static KnotTypeKnotType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static KnotTypeKnotType.Factory. parse(XMLStreamReader sr)static KnotTypeKnotType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static KnotTypeKnotType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KnotTypeKnotType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic KnotTypeKnotType.Factory. parse(Node node)static KnotTypeKnotType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type KnotType Modifier and Type Method Description voidKnotPropertyType. setKnot(KnotType knot)Sets the "Knot" element -
Uses of KnotType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement KnotType Modifier and Type Class Description classKnotTypeImplAn XML KnotType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return KnotType Modifier and Type Method Description KnotTypeKnotPropertyTypeImpl. addNewKnot()Appends and returns a new empty "Knot" elementKnotTypeKnotPropertyTypeImpl. getKnot()Gets the "Knot" elementMethods in net.opengis.gml.x32.impl with parameters of type KnotType Modifier and Type Method Description voidKnotPropertyTypeImpl. setKnot(KnotType knot)Sets the "Knot" element
-