Uses of Interface
net.opengis.gml.x32.RingType
-
Packages that use RingType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of RingType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return RingType Modifier and Type Method Description RingTypeRingDocument. addNewRing()Appends and returns a new empty "Ring" elementRingTypeRingPropertyType. addNewRing()Appends and returns a new empty "Ring" elementRingTypeRingDocument. getRing()Gets the "Ring" elementRingTypeRingPropertyType. getRing()Gets the "Ring" elementstatic RingTypeRingType.Factory. newInstance()static RingTypeRingType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RingTypeRingType.Factory. parse(File file)static RingTypeRingType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RingTypeRingType.Factory. parse(InputStream is)static RingTypeRingType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RingTypeRingType.Factory. parse(Reader r)static RingTypeRingType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RingTypeRingType.Factory. parse(String xmlAsString)static RingTypeRingType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RingTypeRingType.Factory. parse(URL u)static RingTypeRingType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RingTypeRingType.Factory. parse(XMLStreamReader sr)static RingTypeRingType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RingTypeRingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RingTypeRingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RingTypeRingType.Factory. parse(Node node)static RingTypeRingType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type RingType Modifier and Type Method Description voidRingDocument. setRing(RingType ring)Sets the "Ring" elementvoidRingPropertyType. setRing(RingType ring)Sets the "Ring" element -
Uses of RingType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement RingType Modifier and Type Class Description classRingTypeImplAn XML RingType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return RingType Modifier and Type Method Description RingTypeRingDocumentImpl. addNewRing()Appends and returns a new empty "Ring" elementRingTypeRingPropertyTypeImpl. addNewRing()Appends and returns a new empty "Ring" elementRingTypeRingDocumentImpl. getRing()Gets the "Ring" elementRingTypeRingPropertyTypeImpl. getRing()Gets the "Ring" elementMethods in net.opengis.gml.x32.impl with parameters of type RingType Modifier and Type Method Description voidRingDocumentImpl. setRing(RingType ring)Sets the "Ring" elementvoidRingPropertyTypeImpl. setRing(RingType ring)Sets the "Ring" element
-