Uses of Interface
net.opengis.gml.ArcSecondsType
-
Packages that use ArcSecondsType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ArcSecondsType in net.opengis.gml
Methods in net.opengis.gml that return ArcSecondsType Modifier and Type Method Description static ArcSecondsTypeArcSecondsType.Factory. newInstance()static ArcSecondsTypeArcSecondsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ArcSecondsTypeArcSecondsType.Factory. newValue(Object obj)static ArcSecondsTypeArcSecondsType.Factory. parse(File file)static ArcSecondsTypeArcSecondsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ArcSecondsTypeArcSecondsType.Factory. parse(InputStream is)static ArcSecondsTypeArcSecondsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ArcSecondsTypeArcSecondsType.Factory. parse(Reader r)static ArcSecondsTypeArcSecondsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ArcSecondsTypeArcSecondsType.Factory. parse(String xmlAsString)static ArcSecondsTypeArcSecondsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ArcSecondsTypeArcSecondsType.Factory. parse(URL u)static ArcSecondsTypeArcSecondsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ArcSecondsTypeArcSecondsType.Factory. parse(XMLStreamReader sr)static ArcSecondsTypeArcSecondsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ArcSecondsTypeArcSecondsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ArcSecondsTypeArcSecondsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ArcSecondsTypeArcSecondsType.Factory. parse(Node node)static ArcSecondsTypeArcSecondsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ArcSecondsTypeDMSAngleType. xgetSeconds()Gets (as xml) the "seconds" elementArcSecondsTypeSecondsDocument. xgetSeconds()Gets (as xml) the "seconds" elementMethods in net.opengis.gml with parameters of type ArcSecondsType Modifier and Type Method Description voidDMSAngleType. xsetSeconds(ArcSecondsType seconds)Sets (as xml) the "seconds" elementvoidSecondsDocument. xsetSeconds(ArcSecondsType seconds)Sets (as xml) the "seconds" element -
Uses of ArcSecondsType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ArcSecondsType Modifier and Type Class Description classArcSecondsTypeImplAn XML ArcSecondsType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ArcSecondsType Modifier and Type Method Description ArcSecondsTypeDMSAngleTypeImpl. xgetSeconds()Gets (as xml) the "seconds" elementArcSecondsTypeSecondsDocumentImpl. xgetSeconds()Gets (as xml) the "seconds" elementMethods in net.opengis.gml.impl with parameters of type ArcSecondsType Modifier and Type Method Description voidDMSAngleTypeImpl. xsetSeconds(ArcSecondsType seconds)Sets (as xml) the "seconds" elementvoidSecondsDocumentImpl. xsetSeconds(ArcSecondsType seconds)Sets (as xml) the "seconds" element
-