Uses of Interface
net.opengis.gml.x32.CylindricalCSType
-
Packages that use CylindricalCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CylindricalCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CylindricalCSType Modifier and Type Method Description CylindricalCSTypeCylindricalCSDocument2. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSPropertyType. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSDocument2. getCylindricalCS()Gets the "CylindricalCS" elementCylindricalCSTypeCylindricalCSPropertyType. getCylindricalCS()Gets the "CylindricalCS" elementstatic CylindricalCSTypeCylindricalCSType.Factory. newInstance()static CylindricalCSTypeCylindricalCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CylindricalCSTypeCylindricalCSType.Factory. parse(File file)static CylindricalCSTypeCylindricalCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CylindricalCSTypeCylindricalCSType.Factory. parse(InputStream is)static CylindricalCSTypeCylindricalCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CylindricalCSTypeCylindricalCSType.Factory. parse(Reader r)static CylindricalCSTypeCylindricalCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CylindricalCSTypeCylindricalCSType.Factory. parse(String xmlAsString)static CylindricalCSTypeCylindricalCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CylindricalCSTypeCylindricalCSType.Factory. parse(URL u)static CylindricalCSTypeCylindricalCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CylindricalCSTypeCylindricalCSType.Factory. parse(XMLStreamReader sr)static CylindricalCSTypeCylindricalCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CylindricalCSTypeCylindricalCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CylindricalCSTypeCylindricalCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CylindricalCSTypeCylindricalCSType.Factory. parse(Node node)static CylindricalCSTypeCylindricalCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type CylindricalCSType Modifier and Type Method Description voidCylindricalCSDocument2. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" elementvoidCylindricalCSPropertyType. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" element -
Uses of CylindricalCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CylindricalCSType Modifier and Type Class Description classCylindricalCSTypeImplAn XML CylindricalCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CylindricalCSType Modifier and Type Method Description CylindricalCSTypeCylindricalCSDocument2Impl. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSPropertyTypeImpl. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSDocument2Impl. getCylindricalCS()Gets the "CylindricalCS" elementCylindricalCSTypeCylindricalCSPropertyTypeImpl. getCylindricalCS()Gets the "CylindricalCS" elementMethods in net.opengis.gml.x32.impl with parameters of type CylindricalCSType Modifier and Type Method Description voidCylindricalCSDocument2Impl. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" elementvoidCylindricalCSPropertyTypeImpl. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" element
-