Uses of Interface
net.opengis.gml.x32.PolarCSType
-
Packages that use PolarCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of PolarCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return PolarCSType Modifier and Type Method Description PolarCSTypePolarCSDocument2. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSPropertyType. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSDocument2. getPolarCS()Gets the "PolarCS" elementPolarCSTypePolarCSPropertyType. 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.x32 with parameters of type PolarCSType Modifier and Type Method Description voidPolarCSDocument2. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" elementvoidPolarCSPropertyType. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" element -
Uses of PolarCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement PolarCSType Modifier and Type Class Description classPolarCSTypeImplAn XML PolarCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return PolarCSType Modifier and Type Method Description PolarCSTypePolarCSDocument2Impl. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSPropertyTypeImpl. addNewPolarCS()Appends and returns a new empty "PolarCS" elementPolarCSTypePolarCSDocument2Impl. getPolarCS()Gets the "PolarCS" elementPolarCSTypePolarCSPropertyTypeImpl. getPolarCS()Gets the "PolarCS" elementMethods in net.opengis.gml.x32.impl with parameters of type PolarCSType Modifier and Type Method Description voidPolarCSDocument2Impl. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" elementvoidPolarCSPropertyTypeImpl. setPolarCS(PolarCSType polarCS)Sets the "PolarCS" element
-