Uses of Interface
net.opengis.gml.x32.GridLengthType
-
Packages that use GridLengthType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of GridLengthType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return GridLengthType Modifier and Type Method Description static GridLengthTypeGridLengthType.Factory. newInstance()static GridLengthTypeGridLengthType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GridLengthTypeGridLengthType.Factory. parse(File file)static GridLengthTypeGridLengthType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GridLengthTypeGridLengthType.Factory. parse(InputStream is)static GridLengthTypeGridLengthType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GridLengthTypeGridLengthType.Factory. parse(Reader r)static GridLengthTypeGridLengthType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GridLengthTypeGridLengthType.Factory. parse(String xmlAsString)static GridLengthTypeGridLengthType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GridLengthTypeGridLengthType.Factory. parse(URL u)static GridLengthTypeGridLengthType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GridLengthTypeGridLengthType.Factory. parse(XMLStreamReader sr)static GridLengthTypeGridLengthType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GridLengthTypeGridLengthType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GridLengthTypeGridLengthType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GridLengthTypeGridLengthType.Factory. parse(Node node)static GridLengthTypeGridLengthType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of GridLengthType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement GridLengthType Modifier and Type Class Description classGridLengthTypeImplAn XML GridLengthType(@http://www.opengis.net/gml/3.2).
-