Uses of Interface
net.opengis.gml.x32.AbstractCRSDocument
-
Packages that use AbstractCRSDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractCRSDocument in net.opengis.gml.x32
Subinterfaces of AbstractCRSDocument in net.opengis.gml.x32 Modifier and Type Interface Description interfaceAbstractGeneralDerivedCRSDocumentA document containing one AbstractGeneralDerivedCRS(@http://www.opengis.net/gml/3.2) element.interfaceAbstractSingleCRSDocumentA document containing one AbstractSingleCRS(@http://www.opengis.net/gml/3.2) element.interfaceCompoundCRSDocumentA document containing one CompoundCRS(@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 AbstractCRSDocument Modifier and Type Method Description static AbstractCRSDocumentAbstractCRSDocument.Factory. newInstance()static AbstractCRSDocumentAbstractCRSDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(File file)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(InputStream is)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(Reader r)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(String xmlAsString)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(URL u)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(XMLStreamReader sr)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractCRSDocumentAbstractCRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractCRSDocumentAbstractCRSDocument.Factory. parse(Node node)static AbstractCRSDocumentAbstractCRSDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of AbstractCRSDocument in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractCRSDocument Modifier and Type Class Description classAbstractCRSDocumentImplA document containing one AbstractCRS(@http://www.opengis.net/gml/3.2) element.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.classCompoundCRSDocumentImplA document containing one CompoundCRS(@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.
-