Uses of Interface
net.opengis.gml.x32.AbstractRingType
-
Packages that use AbstractRingType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractRingType in net.opengis.gml.x32
Subinterfaces of AbstractRingType in net.opengis.gml.x32 Modifier and Type Interface Description interfaceLinearRingTypeAn XML LinearRingType(@http://www.opengis.net/gml/3.2).interfaceRingTypeAn XML RingType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return AbstractRingType Modifier and Type Method Description AbstractRingTypeAbstractRingDocument. addNewAbstractRing()Appends and returns a new empty "AbstractRing" elementAbstractRingTypeAbstractRingPropertyType. addNewAbstractRing()Appends and returns a new empty "AbstractRing" elementAbstractRingTypeAbstractRingDocument. getAbstractRing()Gets the "AbstractRing" elementAbstractRingTypeAbstractRingPropertyType. getAbstractRing()Gets the "AbstractRing" elementstatic AbstractRingTypeAbstractRingType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractRingTypeAbstractRingType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractRingTypeAbstractRingType.Factory. parse(File file)static AbstractRingTypeAbstractRingType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractRingTypeAbstractRingType.Factory. parse(InputStream is)static AbstractRingTypeAbstractRingType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractRingTypeAbstractRingType.Factory. parse(Reader r)static AbstractRingTypeAbstractRingType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractRingTypeAbstractRingType.Factory. parse(String xmlAsString)static AbstractRingTypeAbstractRingType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractRingTypeAbstractRingType.Factory. parse(URL u)static AbstractRingTypeAbstractRingType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractRingTypeAbstractRingType.Factory. parse(XMLStreamReader sr)static AbstractRingTypeAbstractRingType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractRingTypeAbstractRingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractRingTypeAbstractRingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractRingTypeAbstractRingType.Factory. parse(Node node)static AbstractRingTypeAbstractRingType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type AbstractRingType Modifier and Type Method Description voidAbstractRingDocument. setAbstractRing(AbstractRingType abstractRing)Sets the "AbstractRing" elementvoidAbstractRingPropertyType. setAbstractRing(AbstractRingType abstractRing)Sets the "AbstractRing" element -
Uses of AbstractRingType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractRingType Modifier and Type Class Description classAbstractRingTypeImplAn XML AbstractRingType(@http://www.opengis.net/gml/3.2).classLinearRingTypeImplAn XML LinearRingType(@http://www.opengis.net/gml/3.2).classRingTypeImplAn XML RingType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AbstractRingType Modifier and Type Method Description AbstractRingTypeAbstractRingDocumentImpl. addNewAbstractRing()Appends and returns a new empty "AbstractRing" elementAbstractRingTypeAbstractRingPropertyTypeImpl. addNewAbstractRing()Appends and returns a new empty "AbstractRing" elementAbstractRingTypeAbstractRingDocumentImpl. getAbstractRing()Gets the "AbstractRing" elementAbstractRingTypeAbstractRingPropertyTypeImpl. getAbstractRing()Gets the "AbstractRing" elementMethods in net.opengis.gml.x32.impl with parameters of type AbstractRingType Modifier and Type Method Description voidAbstractRingDocumentImpl. setAbstractRing(AbstractRingType abstractRing)Sets the "AbstractRing" elementvoidAbstractRingPropertyTypeImpl. setAbstractRing(AbstractRingType abstractRing)Sets the "AbstractRing" element
-