Uses of Interface
net.opengis.gml.AbstractRingType
-
Packages that use AbstractRingType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractRingType in net.opengis.gml
Subinterfaces of AbstractRingType in net.opengis.gml Modifier and Type Interface Description interfaceLinearRingTypeAn XML LinearRingType(@http://www.opengis.net/gml).interfaceRingTypeAn XML RingType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractRingType Modifier and Type Method Description AbstractRingTypeAbstractRingPropertyType. addNewRing()Appends and returns a new empty "_Ring" elementAbstractRingTypeRingDocument. addNewRing()Appends and returns a new empty "_Ring" elementAbstractRingTypeAbstractRingPropertyType. getRing()Gets the "_Ring" elementAbstractRingTypeRingDocument. getRing()Gets the "_Ring" 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 with parameters of type AbstractRingType Modifier and Type Method Description voidAbstractRingPropertyType. setRing(AbstractRingType ring)Sets the "_Ring" elementvoidRingDocument. setRing(AbstractRingType ring)Sets the "_Ring" element -
Uses of AbstractRingType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractRingType Modifier and Type Class Description classAbstractRingTypeImplAn XML AbstractRingType(@http://www.opengis.net/gml).classLinearRingTypeImplAn XML LinearRingType(@http://www.opengis.net/gml).classRingTypeImplAn XML RingType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractRingType Modifier and Type Method Description AbstractRingTypeAbstractRingPropertyTypeImpl. addNewRing()Appends and returns a new empty "_Ring" elementAbstractRingTypeRingDocumentImpl. addNewRing()Appends and returns a new empty "_Ring" elementAbstractRingTypeAbstractRingPropertyTypeImpl. getRing()Gets the "_Ring" elementAbstractRingTypeRingDocumentImpl. getRing()Gets the "_Ring" elementMethods in net.opengis.gml.impl with parameters of type AbstractRingType Modifier and Type Method Description voidAbstractRingPropertyTypeImpl. setRing(AbstractRingType ring)Sets the "_Ring" elementvoidRingDocumentImpl. setRing(AbstractRingType ring)Sets the "_Ring" element
-