Uses of Interface
net.opengis.gml.ArcMinutesType
-
Packages that use ArcMinutesType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of ArcMinutesType in net.opengis.gml
Methods in net.opengis.gml that return ArcMinutesType Modifier and Type Method Description static ArcMinutesTypeArcMinutesType.Factory. newInstance()static ArcMinutesTypeArcMinutesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ArcMinutesTypeArcMinutesType.Factory. newValue(Object obj)static ArcMinutesTypeArcMinutesType.Factory. parse(File file)static ArcMinutesTypeArcMinutesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ArcMinutesTypeArcMinutesType.Factory. parse(InputStream is)static ArcMinutesTypeArcMinutesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ArcMinutesTypeArcMinutesType.Factory. parse(Reader r)static ArcMinutesTypeArcMinutesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ArcMinutesTypeArcMinutesType.Factory. parse(String xmlAsString)static ArcMinutesTypeArcMinutesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ArcMinutesTypeArcMinutesType.Factory. parse(URL u)static ArcMinutesTypeArcMinutesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ArcMinutesTypeArcMinutesType.Factory. parse(XMLStreamReader sr)static ArcMinutesTypeArcMinutesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ArcMinutesTypeArcMinutesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ArcMinutesTypeArcMinutesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ArcMinutesTypeArcMinutesType.Factory. parse(Node node)static ArcMinutesTypeArcMinutesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ArcMinutesTypeDMSAngleType. xgetMinutes()Gets (as xml) the "minutes" elementArcMinutesTypeMinutesDocument. xgetMinutes()Gets (as xml) the "minutes" elementMethods in net.opengis.gml with parameters of type ArcMinutesType Modifier and Type Method Description voidDMSAngleType. xsetMinutes(ArcMinutesType minutes)Sets (as xml) the "minutes" elementvoidMinutesDocument. xsetMinutes(ArcMinutesType minutes)Sets (as xml) the "minutes" element -
Uses of ArcMinutesType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement ArcMinutesType Modifier and Type Class Description classArcMinutesTypeImplAn XML ArcMinutesType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return ArcMinutesType Modifier and Type Method Description ArcMinutesTypeDMSAngleTypeImpl. xgetMinutes()Gets (as xml) the "minutes" elementArcMinutesTypeMinutesDocumentImpl. xgetMinutes()Gets (as xml) the "minutes" elementMethods in net.opengis.gml.impl with parameters of type ArcMinutesType Modifier and Type Method Description voidDMSAngleTypeImpl. xsetMinutes(ArcMinutesType minutes)Sets (as xml) the "minutes" elementvoidMinutesDocumentImpl. xsetMinutes(ArcMinutesType minutes)Sets (as xml) the "minutes" element
-