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