Uses of Interface
net.opengis.gml.PolarCSType
-
Packages that use PolarCSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of PolarCSType in net.opengis.gml
Methods in net.opengis.gml that return PolarCSType Modifier and Type Method Description PolarCSTypePolarCSDocument. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSRefType. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSDocument. getPolarCS()Gets the "PolarCS" elementPolarCSTypePolarCSRefType. getPolarCS()Gets the "PolarCS" elementstatic PolarCSTypePolarCSType.Factory. newInstance()static PolarCSTypePolarCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PolarCSTypePolarCSType.Factory. parse(File file)static PolarCSTypePolarCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PolarCSTypePolarCSType.Factory. parse(InputStream is)static PolarCSTypePolarCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PolarCSTypePolarCSType.Factory. parse(Reader r)static PolarCSTypePolarCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PolarCSTypePolarCSType.Factory. parse(String xmlAsString)static PolarCSTypePolarCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PolarCSTypePolarCSType.Factory. parse(URL u)static PolarCSTypePolarCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PolarCSTypePolarCSType.Factory. parse(XMLStreamReader sr)static PolarCSTypePolarCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PolarCSTypePolarCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PolarCSTypePolarCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PolarCSTypePolarCSType.Factory. parse(Node node)static PolarCSTypePolarCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type PolarCSType Modifier and Type Method Description voidPolarCSDocument. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" elementvoidPolarCSRefType. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" element -
Uses of PolarCSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PolarCSType Modifier and Type Class Description classPolarCSTypeImplAn XML PolarCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return PolarCSType Modifier and Type Method Description PolarCSTypePolarCSDocumentImpl. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSRefTypeImpl. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSDocumentImpl. getPolarCS()Gets the "PolarCS" elementPolarCSTypePolarCSRefTypeImpl. getPolarCS()Gets the "PolarCS" elementMethods in net.opengis.gml.impl with parameters of type PolarCSType Modifier and Type Method Description voidPolarCSDocumentImpl. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" elementvoidPolarCSRefTypeImpl. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" element
-