Uses of Interface
net.opengis.gml.AngleChoiceType
-
Packages that use AngleChoiceType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AngleChoiceType in net.opengis.gml
Methods in net.opengis.gml that return AngleChoiceType Modifier and Type Method Description AngleChoiceTypeGreenwichLongitudeDocument. addNewGreenwichLongitude()Appends and returns a new empty "greenwichLongitude" elementAngleChoiceTypePrimeMeridianType. addNewGreenwichLongitude()Appends and returns a new empty "greenwichLongitude" elementAngleChoiceTypeGreenwichLongitudeDocument. getGreenwichLongitude()Gets the "greenwichLongitude" elementAngleChoiceTypePrimeMeridianType. getGreenwichLongitude()Gets the "greenwichLongitude" elementstatic AngleChoiceTypeAngleChoiceType.Factory. newInstance()static AngleChoiceTypeAngleChoiceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AngleChoiceTypeAngleChoiceType.Factory. parse(File file)static AngleChoiceTypeAngleChoiceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AngleChoiceTypeAngleChoiceType.Factory. parse(InputStream is)static AngleChoiceTypeAngleChoiceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AngleChoiceTypeAngleChoiceType.Factory. parse(Reader r)static AngleChoiceTypeAngleChoiceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AngleChoiceTypeAngleChoiceType.Factory. parse(String xmlAsString)static AngleChoiceTypeAngleChoiceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AngleChoiceTypeAngleChoiceType.Factory. parse(URL u)static AngleChoiceTypeAngleChoiceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AngleChoiceTypeAngleChoiceType.Factory. parse(XMLStreamReader sr)static AngleChoiceTypeAngleChoiceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AngleChoiceTypeAngleChoiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AngleChoiceTypeAngleChoiceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AngleChoiceTypeAngleChoiceType.Factory. parse(Node node)static AngleChoiceTypeAngleChoiceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AngleChoiceType Modifier and Type Method Description voidGreenwichLongitudeDocument. setGreenwichLongitude(AngleChoiceType greenwichLongitude)Sets the "greenwichLongitude" elementvoidPrimeMeridianType. setGreenwichLongitude(AngleChoiceType greenwichLongitude)Sets the "greenwichLongitude" element -
Uses of AngleChoiceType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AngleChoiceType Modifier and Type Class Description classAngleChoiceTypeImplAn XML AngleChoiceType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AngleChoiceType Modifier and Type Method Description AngleChoiceTypeGreenwichLongitudeDocumentImpl. addNewGreenwichLongitude()Appends and returns a new empty "greenwichLongitude" elementAngleChoiceTypePrimeMeridianTypeImpl. addNewGreenwichLongitude()Appends and returns a new empty "greenwichLongitude" elementAngleChoiceTypeGreenwichLongitudeDocumentImpl. getGreenwichLongitude()Gets the "greenwichLongitude" elementAngleChoiceTypePrimeMeridianTypeImpl. getGreenwichLongitude()Gets the "greenwichLongitude" elementMethods in net.opengis.gml.impl with parameters of type AngleChoiceType Modifier and Type Method Description voidGreenwichLongitudeDocumentImpl. setGreenwichLongitude(AngleChoiceType greenwichLongitude)Sets the "greenwichLongitude" elementvoidPrimeMeridianTypeImpl. setGreenwichLongitude(AngleChoiceType greenwichLongitude)Sets the "greenwichLongitude" element
-