Uses of Interface
net.opengis.gml.x32.GeodesicType
-
Packages that use GeodesicType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of GeodesicType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return GeodesicType Modifier and Type Method Description GeodesicTypeGeodesicDocument. addNewGeodesic()Appends and returns a new empty "Geodesic" elementGeodesicTypeGeodesicDocument. getGeodesic()Gets the "Geodesic" elementstatic GeodesicTypeGeodesicType.Factory. newInstance()static GeodesicTypeGeodesicType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GeodesicTypeGeodesicType.Factory. parse(File file)static GeodesicTypeGeodesicType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GeodesicTypeGeodesicType.Factory. parse(InputStream is)static GeodesicTypeGeodesicType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GeodesicTypeGeodesicType.Factory. parse(Reader r)static GeodesicTypeGeodesicType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GeodesicTypeGeodesicType.Factory. parse(String xmlAsString)static GeodesicTypeGeodesicType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GeodesicTypeGeodesicType.Factory. parse(URL u)static GeodesicTypeGeodesicType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GeodesicTypeGeodesicType.Factory. parse(XMLStreamReader sr)static GeodesicTypeGeodesicType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GeodesicTypeGeodesicType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GeodesicTypeGeodesicType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GeodesicTypeGeodesicType.Factory. parse(Node node)static GeodesicTypeGeodesicType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type GeodesicType Modifier and Type Method Description voidGeodesicDocument. setGeodesic(GeodesicType geodesic)Sets the "Geodesic" element -
Uses of GeodesicType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement GeodesicType Modifier and Type Class Description classGeodesicTypeImplAn XML GeodesicType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return GeodesicType Modifier and Type Method Description GeodesicTypeGeodesicDocumentImpl. addNewGeodesic()Appends and returns a new empty "Geodesic" elementGeodesicTypeGeodesicDocumentImpl. getGeodesic()Gets the "Geodesic" elementMethods in net.opengis.gml.x32.impl with parameters of type GeodesicType Modifier and Type Method Description voidGeodesicDocumentImpl. setGeodesic(GeodesicType geodesic)Sets the "Geodesic" element
-