Uses of Interface
net.opengis.gml.x32.LinearRingType
-
Packages that use LinearRingType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of LinearRingType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return LinearRingType Modifier and Type Method Description LinearRingTypeLinearRingDocument. addNewLinearRing()Appends and returns a new empty "LinearRing" elementLinearRingTypeLinearRingPropertyType. addNewLinearRing()Appends and returns a new empty "LinearRing" elementLinearRingTypeLinearRingDocument. getLinearRing()Gets the "LinearRing" elementLinearRingTypeLinearRingPropertyType. getLinearRing()Gets the "LinearRing" elementstatic LinearRingTypeLinearRingType.Factory. newInstance()static LinearRingTypeLinearRingType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinearRingTypeLinearRingType.Factory. parse(File file)static LinearRingTypeLinearRingType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinearRingTypeLinearRingType.Factory. parse(InputStream is)static LinearRingTypeLinearRingType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinearRingTypeLinearRingType.Factory. parse(Reader r)static LinearRingTypeLinearRingType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinearRingTypeLinearRingType.Factory. parse(String xmlAsString)static LinearRingTypeLinearRingType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinearRingTypeLinearRingType.Factory. parse(URL u)static LinearRingTypeLinearRingType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinearRingTypeLinearRingType.Factory. parse(XMLStreamReader sr)static LinearRingTypeLinearRingType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinearRingTypeLinearRingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinearRingTypeLinearRingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinearRingTypeLinearRingType.Factory. parse(Node node)static LinearRingTypeLinearRingType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type LinearRingType Modifier and Type Method Description voidLinearRingDocument. setLinearRing(LinearRingType linearRing)Sets the "LinearRing" elementvoidLinearRingPropertyType. setLinearRing(LinearRingType linearRing)Sets the "LinearRing" element -
Uses of LinearRingType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement LinearRingType Modifier and Type Class Description classLinearRingTypeImplAn XML LinearRingType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return LinearRingType Modifier and Type Method Description LinearRingTypeLinearRingDocumentImpl. addNewLinearRing()Appends and returns a new empty "LinearRing" elementLinearRingTypeLinearRingPropertyTypeImpl. addNewLinearRing()Appends and returns a new empty "LinearRing" elementLinearRingTypeLinearRingDocumentImpl. getLinearRing()Gets the "LinearRing" elementLinearRingTypeLinearRingPropertyTypeImpl. getLinearRing()Gets the "LinearRing" elementMethods in net.opengis.gml.x32.impl with parameters of type LinearRingType Modifier and Type Method Description voidLinearRingDocumentImpl. setLinearRing(LinearRingType linearRing)Sets the "LinearRing" elementvoidLinearRingPropertyTypeImpl. setLinearRing(LinearRingType linearRing)Sets the "LinearRing" element
-