Uses of Interface
net.opengis.gml.GeodeticDatumRefType
-
Packages that use GeodeticDatumRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of GeodeticDatumRefType in net.opengis.gml
Methods in net.opengis.gml that return GeodeticDatumRefType Modifier and Type Method Description GeodeticDatumRefTypeGeodeticDatumRefDocument. addNewGeodeticDatumRef()Appends and returns a new empty "geodeticDatumRef" elementGeodeticDatumRefTypeGeocentricCRSType. addNewUsesGeodeticDatum()Appends and returns a new empty "usesGeodeticDatum" elementGeodeticDatumRefTypeGeographicCRSType. addNewUsesGeodeticDatum()Appends and returns a new empty "usesGeodeticDatum" elementGeodeticDatumRefTypeUsesGeodeticDatumDocument. addNewUsesGeodeticDatum()Appends and returns a new empty "usesGeodeticDatum" elementGeodeticDatumRefTypeGeodeticDatumRefDocument. getGeodeticDatumRef()Gets the "geodeticDatumRef" elementGeodeticDatumRefTypeGeocentricCRSType. getUsesGeodeticDatum()Gets the "usesGeodeticDatum" elementGeodeticDatumRefTypeGeographicCRSType. getUsesGeodeticDatum()Gets the "usesGeodeticDatum" elementGeodeticDatumRefTypeUsesGeodeticDatumDocument. getUsesGeodeticDatum()Gets the "usesGeodeticDatum" elementstatic GeodeticDatumRefTypeGeodeticDatumRefType.Factory. newInstance()static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(File file)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(InputStream is)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(Reader r)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(String xmlAsString)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(URL u)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(XMLStreamReader sr)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(Node node)static GeodeticDatumRefTypeGeodeticDatumRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type GeodeticDatumRefType Modifier and Type Method Description voidGeodeticDatumRefDocument. setGeodeticDatumRef(GeodeticDatumRefType geodeticDatumRef)Sets the "geodeticDatumRef" elementvoidGeocentricCRSType. setUsesGeodeticDatum(GeodeticDatumRefType usesGeodeticDatum)Sets the "usesGeodeticDatum" elementvoidGeographicCRSType. setUsesGeodeticDatum(GeodeticDatumRefType usesGeodeticDatum)Sets the "usesGeodeticDatum" elementvoidUsesGeodeticDatumDocument. setUsesGeodeticDatum(GeodeticDatumRefType usesGeodeticDatum)Sets the "usesGeodeticDatum" element -
Uses of GeodeticDatumRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GeodeticDatumRefType Modifier and Type Class Description classGeodeticDatumRefTypeImplAn XML GeodeticDatumRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return GeodeticDatumRefType Modifier and Type Method Description GeodeticDatumRefTypeGeodeticDatumRefDocumentImpl. addNewGeodeticDatumRef()Appends and returns a new empty "geodeticDatumRef" elementGeodeticDatumRefTypeGeocentricCRSTypeImpl. addNewUsesGeodeticDatum()Appends and returns a new empty "usesGeodeticDatum" elementGeodeticDatumRefTypeGeographicCRSTypeImpl. addNewUsesGeodeticDatum()Appends and returns a new empty "usesGeodeticDatum" elementGeodeticDatumRefTypeUsesGeodeticDatumDocumentImpl. addNewUsesGeodeticDatum()Appends and returns a new empty "usesGeodeticDatum" elementGeodeticDatumRefTypeGeodeticDatumRefDocumentImpl. getGeodeticDatumRef()Gets the "geodeticDatumRef" elementGeodeticDatumRefTypeGeocentricCRSTypeImpl. getUsesGeodeticDatum()Gets the "usesGeodeticDatum" elementGeodeticDatumRefTypeGeographicCRSTypeImpl. getUsesGeodeticDatum()Gets the "usesGeodeticDatum" elementGeodeticDatumRefTypeUsesGeodeticDatumDocumentImpl. getUsesGeodeticDatum()Gets the "usesGeodeticDatum" elementMethods in net.opengis.gml.impl with parameters of type GeodeticDatumRefType Modifier and Type Method Description voidGeodeticDatumRefDocumentImpl. setGeodeticDatumRef(GeodeticDatumRefType geodeticDatumRef)Sets the "geodeticDatumRef" elementvoidGeocentricCRSTypeImpl. setUsesGeodeticDatum(GeodeticDatumRefType usesGeodeticDatum)Sets the "usesGeodeticDatum" elementvoidGeographicCRSTypeImpl. setUsesGeodeticDatum(GeodeticDatumRefType usesGeodeticDatum)Sets the "usesGeodeticDatum" elementvoidUsesGeodeticDatumDocumentImpl. setUsesGeodeticDatum(GeodeticDatumRefType usesGeodeticDatum)Sets the "usesGeodeticDatum" element
-