Uses of Interface
net.opengis.gml.CylindricalCSType
-
Packages that use CylindricalCSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CylindricalCSType in net.opengis.gml
Methods in net.opengis.gml that return CylindricalCSType Modifier and Type Method Description CylindricalCSTypeCylindricalCSDocument. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSRefType. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSDocument. getCylindricalCS()Gets the "CylindricalCS" elementCylindricalCSTypeCylindricalCSRefType. 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 with parameters of type CylindricalCSType Modifier and Type Method Description voidCylindricalCSDocument. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" elementvoidCylindricalCSRefType. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" element -
Uses of CylindricalCSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CylindricalCSType Modifier and Type Class Description classCylindricalCSTypeImplAn XML CylindricalCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CylindricalCSType Modifier and Type Method Description CylindricalCSTypeCylindricalCSDocumentImpl. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSRefTypeImpl. addNewCylindricalCS()Appends and returns a new empty "CylindricalCS" elementCylindricalCSTypeCylindricalCSDocumentImpl. getCylindricalCS()Gets the "CylindricalCS" elementCylindricalCSTypeCylindricalCSRefTypeImpl. getCylindricalCS()Gets the "CylindricalCS" elementMethods in net.opengis.gml.impl with parameters of type CylindricalCSType Modifier and Type Method Description voidCylindricalCSDocumentImpl. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" elementvoidCylindricalCSRefTypeImpl. setCylindricalCS(CylindricalCSType cylindricalCS)Sets the "CylindricalCS" element
-