Uses of Interface
net.opengis.gml.RingType
-
Packages that use RingType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of RingType in net.opengis.gml
Methods in net.opengis.gml that return RingType Modifier and Type Method Description RingTypeRingPropertyType. addNewRing()Appends and returns a new empty "Ring" elementRingTypeRingDocument2. addNewRing2()Appends and returns a new empty "Ring" elementRingTypeRingPropertyType. getRing()Gets the "Ring" elementRingTypeRingDocument2. getRing2()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 with parameters of type RingType Modifier and Type Method Description voidRingPropertyType. setRing(RingType ring)Sets the "Ring" elementvoidRingDocument2. setRing2(RingType ring2)Sets the "Ring" element -
Uses of RingType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement RingType Modifier and Type Class Description classRingTypeImplAn XML RingType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return RingType Modifier and Type Method Description RingTypeRingPropertyTypeImpl. addNewRing()Appends and returns a new empty "Ring" elementRingTypeRingDocument2Impl. addNewRing2()Appends and returns a new empty "Ring" elementRingTypeRingPropertyTypeImpl. getRing()Gets the "Ring" elementRingTypeRingDocument2Impl. getRing2()Gets the "Ring" elementMethods in net.opengis.gml.impl with parameters of type RingType Modifier and Type Method Description voidRingPropertyTypeImpl. setRing(RingType ring)Sets the "Ring" elementvoidRingDocument2Impl. setRing2(RingType ring2)Sets the "Ring" element
-