Uses of Interface
net.opengis.gml.x32.AbstractSingleCRSDocument
-
Packages that use AbstractSingleCRSDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractSingleCRSDocument in net.opengis.gml.x32
Subinterfaces of AbstractSingleCRSDocument in net.opengis.gml.x32 Modifier and Type Interface Description interfaceAbstractGeneralDerivedCRSDocumentA document containing one AbstractGeneralDerivedCRS(@http://www.opengis.net/gml/3.2) element.interfaceDerivedCRSDocumentA document containing one DerivedCRS(@http://www.opengis.net/gml/3.2) element.interfaceEngineeringCRSDocumentA document containing one EngineeringCRS(@http://www.opengis.net/gml/3.2) element.interfaceGeocentricCRSDocumentA document containing one GeocentricCRS(@http://www.opengis.net/gml/3.2) element.interfaceGeodeticCRSDocumentA document containing one GeodeticCRS(@http://www.opengis.net/gml/3.2) element.interfaceGeographicCRSDocumentA document containing one GeographicCRS(@http://www.opengis.net/gml/3.2) element.interfaceImageCRSDocumentA document containing one ImageCRS(@http://www.opengis.net/gml/3.2) element.interfaceProjectedCRSDocumentA document containing one ProjectedCRS(@http://www.opengis.net/gml/3.2) element.interfaceTemporalCRSDocumentA document containing one TemporalCRS(@http://www.opengis.net/gml/3.2) element.interfaceVerticalCRSDocumentA document containing one VerticalCRS(@http://www.opengis.net/gml/3.2) element.Methods in net.opengis.gml.x32 that return AbstractSingleCRSDocument Modifier and Type Method Description static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. newInstance()static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(File file)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(InputStream is)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(Reader r)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(String xmlAsString)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(URL u)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(XMLStreamReader sr)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(Node node)static AbstractSingleCRSDocumentAbstractSingleCRSDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of AbstractSingleCRSDocument in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractSingleCRSDocument Modifier and Type Class Description classAbstractGeneralDerivedCRSDocumentImplA document containing one AbstractGeneralDerivedCRS(@http://www.opengis.net/gml/3.2) element.classAbstractSingleCRSDocumentImplA document containing one AbstractSingleCRS(@http://www.opengis.net/gml/3.2) element.classDerivedCRSDocumentImplA document containing one DerivedCRS(@http://www.opengis.net/gml/3.2) element.classEngineeringCRSDocumentImplA document containing one EngineeringCRS(@http://www.opengis.net/gml/3.2) element.classGeocentricCRSDocumentImplA document containing one GeocentricCRS(@http://www.opengis.net/gml/3.2) element.classGeodeticCRSDocumentImplA document containing one GeodeticCRS(@http://www.opengis.net/gml/3.2) element.classGeographicCRSDocumentImplA document containing one GeographicCRS(@http://www.opengis.net/gml/3.2) element.classImageCRSDocumentImplA document containing one ImageCRS(@http://www.opengis.net/gml/3.2) element.classProjectedCRSDocumentImplA document containing one ProjectedCRS(@http://www.opengis.net/gml/3.2) element.classTemporalCRSDocumentImplA document containing one TemporalCRS(@http://www.opengis.net/gml/3.2) element.classVerticalCRSDocumentImplA document containing one VerticalCRS(@http://www.opengis.net/gml/3.2) element.
-