Uses of Interface
net.opengis.gml.RingPropertyType
-
Packages that use RingPropertyType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of RingPropertyType in net.opengis.gml
Methods in net.opengis.gml 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.impl
Classes in net.opengis.gml.impl that implement RingPropertyType Modifier and Type Class Description classRingPropertyTypeImplAn XML RingPropertyType(@http://www.opengis.net/gml).
-