Uses of Interface
net.opengis.gml.PolarCSRefType
-
Packages that use PolarCSRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of PolarCSRefType in net.opengis.gml
Methods in net.opengis.gml that return PolarCSRefType Modifier and Type Method Description PolarCSRefTypePolarCSRefDocument. addNewPolarCSRef()Appends and returns a new empty "polarCSRef" elementPolarCSRefTypePolarCSRefDocument. getPolarCSRef()Gets the "polarCSRef" elementstatic PolarCSRefTypePolarCSRefType.Factory. newInstance()static PolarCSRefTypePolarCSRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PolarCSRefTypePolarCSRefType.Factory. parse(File file)static PolarCSRefTypePolarCSRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PolarCSRefTypePolarCSRefType.Factory. parse(InputStream is)static PolarCSRefTypePolarCSRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PolarCSRefTypePolarCSRefType.Factory. parse(Reader r)static PolarCSRefTypePolarCSRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PolarCSRefTypePolarCSRefType.Factory. parse(String xmlAsString)static PolarCSRefTypePolarCSRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PolarCSRefTypePolarCSRefType.Factory. parse(URL u)static PolarCSRefTypePolarCSRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PolarCSRefTypePolarCSRefType.Factory. parse(XMLStreamReader sr)static PolarCSRefTypePolarCSRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PolarCSRefTypePolarCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PolarCSRefTypePolarCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PolarCSRefTypePolarCSRefType.Factory. parse(Node node)static PolarCSRefTypePolarCSRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type PolarCSRefType Modifier and Type Method Description voidPolarCSRefDocument. setPolarCSRef(PolarCSRefType polarCSRef)Sets the "polarCSRef" element -
Uses of PolarCSRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PolarCSRefType Modifier and Type Class Description classPolarCSRefTypeImplAn XML PolarCSRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return PolarCSRefType Modifier and Type Method Description PolarCSRefTypePolarCSRefDocumentImpl. addNewPolarCSRef()Appends and returns a new empty "polarCSRef" elementPolarCSRefTypePolarCSRefDocumentImpl. getPolarCSRef()Gets the "polarCSRef" elementMethods in net.opengis.gml.impl with parameters of type PolarCSRefType Modifier and Type Method Description voidPolarCSRefDocumentImpl. setPolarCSRef(PolarCSRefType polarCSRef)Sets the "polarCSRef" element
-